idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h
branchRCL_3
changeset 122 6cadd6867c17
parent 114 a5a39a295112
child 130 67f2ed48ad91
equal deleted inserted replaced
118:8baec10861af 122:6cadd6867c17
   107      * @return KErrNotFound if the bookmark cannot be found, KErrNone otherwise
   107      * @return KErrNotFound if the bookmark cannot be found, KErrNone otherwise
   108      */    
   108      */    
   109     TSettingItem FindItemL( 
   109     TSettingItem FindItemL( 
   110         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   110         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   111 
   111 
       
   112     /**
       
   113      * Checks with a given index if bookmark has been hidden from menulist
       
   114      * 
       
   115      * @param aIndex Index of the bookmark in the list
       
   116      * @return ETrue if the bookmark is hidden, EFalse otherwise
       
   117      */
       
   118     TBool ItemHidden( TInt aIndex );
   112 
   119 
   113 protected:
   120 protected:
   114 
   121 
   115 private:
   122 private:
   116 
   123 
   234 
   241 
   235         /**
   242         /**
   236          * Target bookmark parameters
   243          * Target bookmark parameters
   237          */
   244          */
   238         HBufC* iUrl;
   245         HBufC* iUrl;
       
   246         
       
   247         /**
       
   248          * Target bookmark hidden
       
   249          */
       
   250         TBool iHidden;
   239 
   251 
   240     private:
   252     private:
   241 
   253 
   242         /**
   254         /**
   243          * Constructor
   255          * Constructor