API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
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.
|
|