ui/viewmanagement/viewmanager/inc/glxviewmanager.h
changeset 36 6481344a6d67
parent 33 1ee2af37811f
child 45 863223ea6961
equal deleted inserted replaced
33:1ee2af37811f 36:6481344a6d67
    32 class GlxMenuManager;
    32 class GlxMenuManager;
    33 class HbToolBar;
    33 class HbToolBar;
    34 class HbAction;
    34 class HbAction;
    35 class QItemSelectionModel;
    35 class QItemSelectionModel;
    36 class HbMenu;
    36 class HbMenu;
    37 class GlxSlideShowEffectEngine;
    37 class GlxEffectEngine;
    38 class HbProgressDialog;
    38 class HbProgressDialog;
    39 class GlxMainWindowEventFilter;
    39 class GlxMainWindowEventFilter;
    40 
    40 
    41 #ifdef BUILD_VIEWMANAGER
    41 #ifdef BUILD_VIEWMANAGER
    42 #define GLX_VIEWMANAGER_EXPORT Q_DECL_EXPORT
    42 #define GLX_VIEWMANAGER_EXPORT Q_DECL_EXPORT
   198 private:
   198 private:
   199     QList<GlxView *> mViewList;  //It contains all the view created by it self.
   199     QList<GlxView *> mViewList;  //It contains all the view created by it self.
   200     HbMainWindow     *mMainWindow; //main window pointer, It have ownership only if 
   200     HbMainWindow     *mMainWindow; //main window pointer, It have ownership only if 
   201     HbAction         *mBackAction; // For back soft key
   201     HbAction         *mBackAction; // For back soft key
   202     GlxMenuManager   *mMenuManager; //Pointer of menu manger to add the menu in the view 
   202     GlxMenuManager   *mMenuManager; //Pointer of menu manger to add the menu in the view 
   203     GlxSlideShowEffectEngine *mEffectEngine; //To run the animation in between view transition
   203     GlxEffectEngine  *mEffectEngine; //To run the animation in between view transition
   204     QList<HbAction *>  mActionList; //Tool bar action list
   204     QList<HbAction *>  mActionList; //Tool bar action list
   205     QList<HbAction *>  mMarkingActionList; //marking mode tool bar action list
   205     QList<HbAction *>  mMarkingActionList; //marking mode tool bar action list
   206     HbToolBar          *mViewToolBar; //view tool bar
   206     HbToolBar          *mViewToolBar; //view tool bar
   207     HbToolBar          *mMarkingToolBar; //marking mode tool bar
   207     HbToolBar          *mMarkingToolBar; //marking mode tool bar
   208     HbMenu *mMenu; 
   208     HbMenu *mMenu;