ui/views/gridview/inc/glxgridview.h
changeset 26 c499df2dbb33
parent 24 99ad1390cd33
child 29 2c833fc9e98f
equal deleted inserted replaced
24:99ad1390cd33 26:c499df2dbb33
    79 	HbMainWindow        *mWindow;  //no ownership
    79 	HbMainWindow        *mWindow;  //no ownership
    80 	QAbstractItemModel  *mModel ;
    80 	QAbstractItemModel  *mModel ;
    81 	int mVisualIndex;             //first item index of the page //To:Do remove later
    81 	int mVisualIndex;             //first item index of the page //To:Do remove later
    82 	HbAbstractViewItem   *mItem;
    82 	HbAbstractViewItem   *mItem;
    83     HbDocumentLoader     *mDocLoader; //Docml loader to load the widgets from docml 
    83     HbDocumentLoader     *mDocLoader; //Docml loader to load the widgets from docml 
       
    84     bool                 mIsLongPress; //to check the long press has happend or not
    84 };
    85 };
    85 
    86 
    86 #endif /* GLXGRIDVIEW_H_ */
    87 #endif /* GLXGRIDVIEW_H_ */