homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h
changeset 90 3ac3aaebaee5
parent 86 e4f038c420f7
child 97 66b5fe3c07fd
--- a/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Mon Sep 13 13:03:23 2010 +0300
+++ b/homescreenapp/stateplugins/hsapplibrarystateplugin/inc/hsinstalledappsstate.h	Mon Sep 20 10:19:07 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