idlefw/plugins/mcsplugin/publisher/inc/mcsplugindata.h
branchRCL_3
changeset 31 8baec10861af
parent 30 a5a39a295112
equal deleted inserted replaced
30:a5a39a295112 31:8baec10861af
    60     TMenuItem& MenuItem();
    60     TMenuItem& MenuItem();
    61     
    61     
    62     /**
    62     /**
    63      * Name of the item.
    63      * Name of the item.
    64      */
    64      */
    65     TDesC& Name();
    65     const TDesC* Name();
    66     
    66     
    67     /**
    67     /**
    68      * Set name of the item,
    68      * Set name of the item,
    69      */
    69      */
    70     void SetNameL( const TDesC& aName );
    70     void SetNameL( const TDesC& aName );
    71 
    71 
    72     /**
    72     /**
    73      * Value of the item. Used for bookmark url.
    73      * Value of the item. Used for bookmark url.
    74      */
    74      */
    75     TDesC& Value();
    75     const TDesC* Value();
    76     
    76     
    77     /*
    77     /*
    78      * Set value of the item.
    78      * Set value of the item.
    79      */   
    79      */   
    80     void SetValueL( const TDesC& aValue );
    80     void SetValueL( const TDesC& aValue );