idlehomescreen/sapiwrapper/hspswrapper/inc/plugininfo.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
equal deleted inserted replaced
3:fb3763350a08 4:4d54b72983ae
   147      * @param aMaxChild max. number of children
   147      * @param aMaxChild max. number of children
   148      */
   148      */
   149     IMPORT_C CPluginInfo& SetMaxChild( const TInt32 aMaxChild );    
   149     IMPORT_C CPluginInfo& SetMaxChild( const TInt32 aMaxChild );    
   150     
   150     
   151     /**
   151     /**
   152      * Set widget description
   152      * Set widget description (TDesC8)
   153      *
   153      *
   154      * @param aDescription widget description
   154      * @param aDescription widget description
   155      */
   155      */
   156     IMPORT_C CPluginInfo& SetDescriptionL( const TDesC& aDescription );
       
   157     
       
   158     /**
       
   159      * Set widget description (TDesC8)
       
   160      *
       
   161      * @param aDescription widget description
       
   162      */
       
   163     IMPORT_C CPluginInfo& SetDescriptionL( const TDesC8& aDescription );
   156     IMPORT_C CPluginInfo& SetDescriptionL( const TDesC8& aDescription );
   164     
   157     
   165     /**
   158     /**
   166      * Get widget description
   159      * Get widget description
   167      *
   160      *
   168      * @return Description widget description or KNullDesC
   161      * @return Description widget description or KNullDesC
   169      */
   162      */
   170     IMPORT_C const TDesC& Description() const;
   163     IMPORT_C const TDesC8& Description() const;
   171     
   164     
   172     /**
   165     /**
   173      * Set Logo icon
   166      * Set Logo icon
   174      *
   167      *
   175      * @param aLogoIcon logo icon
   168      * @param aLogoIcon logo icon
   230     TInt32 iMaxChilds;
   223     TInt32 iMaxChilds;
   231    
   224    
   232     /**
   225     /**
   233      * Own. Plugin description
   226      * Own. Plugin description
   234      */
   227      */
   235     HBufC* iDescription;
   228     HBufC8* iDescription;
   236     
   229     
   237     /**
   230     /**
   238      * Own. Plugin logo icon
   231      * Own. Plugin logo icon
   239      */
   232      */
   240     HBufC* iLogoIcon;
   233     HBufC* iLogoIcon;