ui/views/listview/inc/glxlistview.h
changeset 72 0a8e959402e5
parent 71 27f2d7aec52a
equal deleted inserted replaced
71:27f2d7aec52a 72:0a8e959402e5
    44 
    44 
    45 public slots:
    45 public slots:
    46     void itemSelected(const QModelIndex &  index);
    46     void itemSelected(const QModelIndex &  index);
    47     void populated();
    47     void populated();
    48     void showAlbumCount();
    48     void showAlbumCount();
       
    49 	void modelDestroyed();
    49     
    50     
    50 private slots:
    51 private slots:
    51 	void indicateLongPress( HbAbstractViewItem *item, QPointF coords );
    52 	void indicateLongPress( HbAbstractViewItem *item, QPointF coords );
    52 	void setVisvalWindowIndex();
    53 	void setVisvalWindowIndex();
    53 	
    54 	
    66 	HbView             *mView;
    67 	HbView             *mView;
    67 	HbGroupBox         *mAlbumCount;
    68 	HbGroupBox         *mAlbumCount;
    68 	HbMainWindow       *mWindow;  //no ownership
    69 	HbMainWindow       *mWindow;  //no ownership
    69 	QAbstractItemModel *mModel ;
    70 	QAbstractItemModel *mModel ;
    70 	HbDocumentLoader   *mDocLoader; //Docml loader to load the widgets from docml
    71 	HbDocumentLoader   *mDocLoader; //Docml loader to load the widgets from docml
    71 	bool               mIsLongPress;
       
    72 };
    72 };
    73 
    73 
    74 #endif /* GLXLISTVIEW_H */
    74 #endif /* GLXLISTVIEW_H */