ui/viewmanagement/viewmanager/inc/glxviewmanager.h
changeset 24 99ad1390cd33
parent 23 74c9f037fd5d
child 26 c499df2dbb33
equal deleted inserted replaced
23:74c9f037fd5d 24:99ad1390cd33
   191     GlxSlideShowEffectEngine *mEffectEngine; //To run the animation in between view transition
   191     GlxSlideShowEffectEngine *mEffectEngine; //To run the animation in between view transition
   192     QList<HbAction *>  mActionList; //Tool bar action list
   192     QList<HbAction *>  mActionList; //Tool bar action list
   193     QList<HbAction *>  mMarkingActionList; //marking mode tool bar action list
   193     QList<HbAction *>  mMarkingActionList; //marking mode tool bar action list
   194     HbToolBar          *mViewToolBar; //view tool bar
   194     HbToolBar          *mViewToolBar; //view tool bar
   195     HbToolBar          *mMarkingToolBar; //marking mode tool bar
   195     HbToolBar          *mMarkingToolBar; //marking mode tool bar
   196     QList<QString >    mSelIconPathList; //enable tool bar button icon path list
       
   197     QList<QString >    mDefaultIconPathList; //disalbe tool bar button icon path list
       
   198     HbMenu *mMenu; 
   196     HbMenu *mMenu; 
   199     GlxView *mView;
   197     GlxView *mView;
   200     QAbstractItemModel *mModel; //no ownership
   198     QAbstractItemModel *mModel; //no ownership
   201 };
   199 };
   202 
   200