homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h
changeset 96 458d8c8d9580
parent 92 6727c5d0afc7
child 97 66b5fe3c07fd
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Fri Sep 17 08:27:54 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Mon Oct 04 00:07:25 2010 +0300
@@ -46,9 +46,13 @@
                          QState *parent = 0);
 
     ~HsInstalledAppsState();
+    
+protected:
+    void onEntry(QEvent *event);
 
 private slots:
 
+    void backFromInstalledView();
     void openInstallationLog();
     void stateEntered();
     void stateExited();
@@ -65,6 +69,8 @@
     Hs::HsSortAttribute mSortAttribute;
     HbAction *mLatestOnTopMenuAction; //not own
     HbAction *mOldestOnTopMenuAction; //not own
+    int mCollectionId; // An id of a collection to which the state machine will return.
+    QString mCollectionType; // A type of a collection to which the state machine will return.
 };
 
 #endif // HSINSTALLEDAPPSSTATE_H