Link against: avkon.lib eikcoctl.lib eikctl.lib form.lib uiklaf.lib
None
#include <EIKMFNE.H>
Public Member Functions | |
virtual IMPORT_C | ~CItem () |
Destructor. | |
IMPORT_C void | SetText (HBufC *aText) |
Sets the symbolic item's text. | |
Static Public Member Functions | |
static IMPORT_C CItem * | NewL (TResourceReader &aResourceReader) |
Allocates and constructs a symbolic item from resource. | |
static IMPORT_C CItem * | NewL (TInt aId, TChar aKeyToMatch, HBufC *aText) |
Allocates and constructs a symbolic item. | |
Friends | |
class | CEikMfneSymbol |
|
Destructor. Deletes the item's text. |
|
Allocates and constructs a symbolic item.
|
|
Allocates and constructs a symbolic item from resource. Uses a MFNE_SYMBOLIC_ITEM resource.
|
|
Sets the symbolic item's text. The item takes ownership of aText.
|
|