homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h
changeset 85 35368b604b28
parent 77 4b195f3bea29
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h	Wed Aug 18 09:40:07 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h	Thu Sep 02 20:17:27 2010 +0300
@@ -21,6 +21,7 @@
 #include <QSortFilterProxyModel>
 #include <caquery.h>
 #include <caentry.h>
+#include <QAbstractItemView>
 
 #include "hsmenustates_global.h"
 
@@ -37,6 +38,13 @@
     HsAddModeProxyModel(QObject *parent = 0);
     ~HsAddModeProxyModel();
     void initilizeCwrtWidgetCache();
+    void setSourceModel(QAbstractItemModel *sourceModel);
+
+signals:
+
+    void scrollTo(int row, QAbstractItemView::ScrollHint hint =
+        QAbstractItemView::EnsureVisible);
+    void countChange();
 
 private slots: