ui/viewmanagement/viewmanager/inc/glxmenumanager.h
changeset 54 0f0f3f26f787
parent 50 a0f57508af73
equal deleted inserted replaced
52:a3a4c0de738e 54:0f0f3f26f787
    30    GlxGridViewSlideShow,
    30    GlxGridViewSlideShow,
    31    GlxGridViewAddToAlbum,
    31    GlxGridViewAddToAlbum,
    32    GlxGridViewRemoveFromAlbum,
    32    GlxGridViewRemoveFromAlbum,
    33    GlxGridViewDelete,
    33    GlxGridViewDelete,
    34    GlxGridView3DEffect
    34    GlxGridView3DEffect
       
    35 };
       
    36 
       
    37 //Fullscreen view option menu
       
    38 enum {
       
    39    GlxFullScreenViewSend,
       
    40    GlxFullScreenViewSlideShow,
       
    41 #ifndef __WINSCW__
       
    42    GlxFullScreenViewUseImage,
       
    43    GlxFullScreenViewMenuRotate,
       
    44    GlxFullScreenViewCrop,
       
    45 #endif
       
    46    GlxFullScreenViewAddToAlbum,
       
    47    GlxFullScreenViewRemoveoAlbum
    35 };
    48 };
    36 
    49 
    37 class GlxMenuManager : public QObject
    50 class GlxMenuManager : public QObject
    38 {
    51 {
    39 Q_OBJECT
    52 Q_OBJECT
    69     QAbstractItemModel *mModel; //It should point to current view model
    82     QAbstractItemModel *mModel; //It should point to current view model
    70 	HbMainWindow* mMainWindow;
    83 	HbMainWindow* mMainWindow;
    71 	HbMenu *mContextMenu;
    84 	HbMenu *mContextMenu;
    72 	HbMenu* mSubMenu;
    85 	HbMenu* mSubMenu;
    73 	HbMenu* m3DEffectSubMenu;
    86 	HbMenu* m3DEffectSubMenu;
       
    87 	HbMenu* mRotateSubMenu;
       
    88 	HbMenu* mUseImgSubMenu;
    74 	GlxSettingInterface *mSettings;
    89 	GlxSettingInterface *mSettings;
    75 };
    90 };