gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h
branchRCL_3
changeset 13 23553eb4e470
parent 8 f62c3a3d66b8
child 41 3b67655da2cc
--- a/gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h	Fri Mar 12 15:43:47 2010 +0200
+++ b/gsprofilesrv_plat/settings_framework_api/inc/GSParentContainer.h	Mon Mar 15 12:41:46 2010 +0200
@@ -113,17 +113,18 @@
         void SetListBoxEmptyTextL(const TDes& aEmpty );
         
         /**
-         * @return the exact position of the listbox containing current item index,
-         * iVerticalOffset and  TopItemindex
-         */
-        void GetPositionL(RArray<TInt>& aPosition);
+         * Store listbox's exact position.
+        * @param aPosition includes the exact position of the listbox.
+        */
+        void StoreListBoxPositionL( CGSParentPlugin::TListBoxPosition& aPosition );
 
         /**
-         * set listbox's exact position.
-         */
-        void SetPosition(const RArray<TInt>& aPosition, TBool aChangeMode);   
+        * Restore listbox's exact position.
+        * @param aPosition includes the exact position of the listbox.
+        * @param aScreenModeChanged indicates whether the screen mode is changed.
+        */
+        void RestoreListBoxPositionL( const CGSParentPlugin::TListBoxPosition& aPosition, TBool aScreenModeChanged );                
         
-
     public: // From CCoeControl
 
         /**