homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h
changeset 81 7dd137878ff8
parent 71 1db7cc813a4e
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h	Fri Aug 13 14:38:12 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsaddmodeproxymodel.h	Wed Aug 18 10:33:57 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: