emailservices/emailserver/cmailhandlerplugin/inc/cmailcpssettings.h
changeset 2 5253a20d2a1e
parent 1 12c456ceeff2
child 8 e1b6206813b4
equal deleted inserted replaced
1:12c456ceeff2 2:5253a20d2a1e
   119     TBool AssociateWidgetToSetting( const TDesC& aContentId );
   119     TBool AssociateWidgetToSetting( const TDesC& aContentId );
   120 
   120 
   121     /**
   121     /**
   122      * 
   122      * 
   123      */
   123      */
   124     void DissociateWidgetFromSetting( const TDesC& aContentId );
   124     void DissociateWidgetFromSettingL( const TDesC& aContentId );
   125 
   125 
   126     /**
   126     /**
   127      * 
   127      * 
   128      */
   128      */
   129     TInt GetContentId( TInt aMailboxId, TInt aId, TDes16& aValue );
   129     void GetContentId( TInt aMailboxId, TInt aNext, TDes16& aValue );
   130     
   130     
   131     /**
   131     /**
   132      * 
   132      * 
   133      */	
   133      */	
   134 	TBool IsSelected( TInt aId );
   134 	TBool IsSelected( TInt aId );
   149      */
   149      */
   150     TInt32 Configuration();
   150     TInt32 Configuration();
   151 
   151 
   152     /**
   152     /**
   153      * 
   153      * 
       
   154      */
       
   155     TInt GetTotalMailboxCount();
       
   156 
       
   157     /**
       
   158      * 
       
   159      */
       
   160     TBool FindFromContentIdListL( const TDesC& aContentId );
       
   161 
       
   162     /**
       
   163      * 
       
   164      */
       
   165     void AddToContentIdListL( const TDesC& aContentId );
       
   166     
       
   167     /**
       
   168      * 
   154      */    
   169      */    
   155     TInt GetTotalMailboxCount();
   170     void RemoveFromContentIdListL( const TDesC& aContentId );
   156     
   171 
   157 protected:
   172 protected:
   158     /**
   173     /**
   159      * From CActive
   174      * From CActive
   160      * Cancellation logic for the asynchronous request
   175      * Cancellation logic for the asynchronous request
   161      *
   176      *