homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h
changeset 36 cdae8c6c3876
parent 35 f9ce957a272c
child 46 23b5d6a29cce
--- a/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Fri Mar 19 09:27:44 2010 +0200
+++ b/homescreenapp/stateplugins/hsmenuworkerstateplugin/inc/hsappschecklist.h	Fri Apr 16 14:54:01 2010 +0300
@@ -95,7 +95,12 @@
     HbView *mView;
 
     /**
-     * Action back. Owned.
+     * Previous view. Not owned.
+     */
+    HbView *mPreviousView;
+
+    /**
+     * Confirm action. Owned.
      */
     HbAction *mActionConfirm;
 
@@ -115,6 +120,11 @@
      */
     HsSortAttribute mSortAttribute;
 
+	/**
+     * List of objects loaded by document loader. Content owned.
+     */
+    QObjectList mLoadedObjects;
+
 };
 
 #endif /* APPSCHECKLIST_H */