ui/viewmanagement/statehandler/inc/glxstatemanager.h
changeset 49 f291796e213d
parent 48 d0b4e67b3a60
child 54 0f0f3f26f787
--- a/ui/viewmanagement/statehandler/inc/glxstatemanager.h	Wed Jun 23 18:12:48 2010 +0300
+++ b/ui/viewmanagement/statehandler/inc/glxstatemanager.h	Tue Jul 06 14:16:16 2010 +0300
@@ -24,6 +24,7 @@
 #include <QObject>
 #include <QList>
 #include <glxbasestate.h>
+#include <qmap.h>
 
 class GlxState;
 class GlxViewManager;
@@ -118,6 +119,7 @@
      * call back function to monitor the change in thumbnail manager
      */
     void updateTNProgress( int count);
+    void saveData();
 
 public :
     /*
@@ -198,6 +200,11 @@
      */        
     void exitApplication();
 
+    /*Launch Application as an acitivyt.
+     * Return Value @0 : If launching an activity fails
+     *              @1 : If launch activity passes
+     */
+     bool launchActivity();
 private:
     GlxViewManager      *mViewManager;
     GlxMediaModel       *mAllMediaModel;        // for all grid
@@ -210,6 +217,7 @@
     GlxTNObserver       *mTNObserver;
     int                 mCollectionId;
     bool                isProgressbarRunning;
+    QMap<QString, qint32> mSaveActivity;
 };