ui/views/gridview/inc/glxgridview.h
changeset 72 0a8e959402e5
parent 65 ccee5c4b0de4
equal deleted inserted replaced
71:27f2d7aec52a 72:0a8e959402e5
   120 	QItemSelectionModel *mSelectionModel;  // Selected items model
   120 	QItemSelectionModel *mSelectionModel;  // Selected items model
   121     GlxModelWrapper     *mModelWrapper;    // Temp Model Wrapper, so That Role Change not a problem
   121     GlxModelWrapper     *mModelWrapper;    // Temp Model Wrapper, so That Role Change not a problem
   122     HbPushButton        *mUiOnButton;    
   122     HbPushButton        *mUiOnButton;    
   123     bool                 mScrolling;
   123     bool                 mScrolling;
   124     HbIconItem          *mIconItem;
   124     HbIconItem          *mIconItem;
       
   125     HbIconItem          *mBackGroundItem;
   125     HbCheckBox          *mMarkCheckBox;    // Mark All checkbox 
   126     HbCheckBox          *mMarkCheckBox;    // Mark All checkbox 
   126     HbGroupBox          *mTotalImagesCount;       // Item count of the grid
   127     HbGroupBox          *mTotalImagesCountGrpBox;       // Item count of the grid
   127     HbGroupBox          *mMarkSelectHeading;    
   128     HbGroupBox          *mMarkSelectHeading;    
   128     HbLabel             *mMarkCountLabel;      // Marked item count
   129     HbLabel             *mMarkCountLabel;      // Marked item count
   129     HbLabel             *mZeroItemLabel;   // zero itemcount
   130     HbLabel             *mZeroItemLabel;   // zero itemcount
   130     HbGroupBox          *mAlbumNameHeading;
       
   131     QGraphicsLinearLayout *mMarkContainer;
   131     QGraphicsLinearLayout *mMarkContainer;
   132     GlxSettingInterface *mSettings;    
   132     GlxSettingInterface *mSettings;    
   133     HbWidget            *mMarkingWidget;
   133     HbWidget            *mMarkingWidget;
   134     HbToolBar           *mToolBar;   //This toolbar is used for album grid
   134     HbToolBar           *mToolBar;   //This toolbar is used for album grid
   135     //no ownership only pointed to the current toolbar, this view have three toolbar
   135     //no ownership only pointed to the current toolbar, this view have three toolbar