idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h
branchRCL_3
changeset 130 67f2ed48ad91
parent 122 6cadd6867c17
equal deleted inserted replaced
122:6cadd6867c17 130:67f2ed48ad91
   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 );
       
   119 
   112 
   120 protected:
   113 protected:
   121 
   114 
   122 private:
   115 private:
   123 
   116 
   241 
   234 
   242         /**
   235         /**
   243          * Target bookmark parameters
   236          * Target bookmark parameters
   244          */
   237          */
   245         HBufC* iUrl;
   238         HBufC* iUrl;
   246         
       
   247         /**
       
   248          * Target bookmark hidden
       
   249          */
       
   250         TBool iHidden;
       
   251 
   239 
   252     private:
   240     private:
   253 
   241 
   254         /**
   242         /**
   255          * Constructor
   243          * Constructor