idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h
branchRCL_3
changeset 122 6cadd6867c17
parent 114 a5a39a295112
child 130 67f2ed48ad91
--- a/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h	Tue Sep 14 21:55:16 2010 +0300
+++ b/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h	Wed Sep 15 12:32:36 2010 +0300
@@ -109,6 +109,13 @@
     TSettingItem FindItemL( 
         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
 
+    /**
+     * Checks with a given index if bookmark has been hidden from menulist
+     * 
+     * @param aIndex Index of the bookmark in the list
+     * @return ETrue if the bookmark is hidden, EFalse otherwise
+     */
+    TBool ItemHidden( TInt aIndex );
 
 protected:
 
@@ -236,6 +243,11 @@
          * Target bookmark parameters
          */
         HBufC* iUrl;
+        
+        /**
+         * Target bookmark hidden
+         */
+        TBool iHidden;
 
     private: