idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsmodel.h
branchRCL_3
changeset 130 67f2ed48ad91
parent 118 8baec10861af
equal deleted inserted replaced
122:6cadd6867c17 130:67f2ed48ad91
    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;
       
    56     };
    55     };
    57 
    56 
    58 /**
    57 /**
    59  *  @ingroup group_mcsplugin
    58  *  @ingroup group_mcsplugin
    60  *
    59  *
   221      * @return TBool
   220      * @return TBool
   222      */
   221      */
   223     TBool SettingLockedL( 
   222     TBool SettingLockedL( 
   224         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   223         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
   225 
   224 
   226     /**
       
   227      * Empty setting
       
   228      * 
       
   229      * @param aProperties
       
   230      * @return TBool
       
   231      */
       
   232     TBool SettingEmptyL( 
       
   233         RPointerArray<HSPluginSettingsIf::CPropertyMap>& aProperties );
       
   234     
   225     
   235 
   226 
   236     /**
   227     /**
   237      * Save settings into HSPS
   228      * Save settings into HSPS
   238      * 
   229      *