idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsmodel.h
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
    50 struct TSettingItem
    50 struct TSettingItem
    51     {
    51     {
    52     TInt id;
    52     TInt id;
    53     TSettingType type;
    53     TSettingType type;
    54     TBool locked;
    54     TBool locked;
       
    55     TBool empty;
    55     };
    56     };
    56 
    57 
    57 /**
    58 /**
    58  *  @ingroup group_mcsplugin
    59  *  @ingroup group_mcsplugin
    59  *
    60  *
   220      * @return TBool
   221      * @return TBool
   221      */
   222      */
   222     TBool SettingLockedL( 
   223     TBool SettingLockedL( 
   223         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   224         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   224 
   225 
       
   226     /**
       
   227      * Empty setting
       
   228      * 
       
   229      * @param aProperties
       
   230      * @return TBool
       
   231      */
       
   232     TBool SettingEmptyL( 
       
   233         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   225     
   234     
   226 
   235 
   227     /**
   236     /**
   228      * Save settings into HSPS
   237      * Save settings into HSPS
   229      * 
   238      *