Link against: avkon.lib eikcoctl.lib eikctl.lib form.lib uiklaf.lib
None
#include <EIKMFNE.H>
Inherits CEikMfneField.
For instance, the AM / PM text in a time editor. In this case, the field contains 2 symbolic items one each for the AM and PM text strings.
Public Member Functions |
|
| virtual IMPORT_C | ~CEikMfneSymbol () |
| Destructor. |
|
| IMPORT_C void | AddSymbolicItem (CItem *aSymbolicItem, TBool aMakeCurrent) |
| Adds the specified symbolic item at the first available position in the array. |
|
| IMPORT_C void | SetCurrentSymbolicItemToId (TInt aId) |
| Sets the current item to the one specified. |
|
| IMPORT_C TInt | IdOfCurrentSymbolicItem () const |
| Gets the current symbol's ID. |
|
| IMPORT_C void | SetUninitialised (TBool aUninitialised) |
| Sets the uninitialized status of the field. |
|
| IMPORT_C TBool | IsUninitialised () const |
| Gets the uninitialized status of the field. |
|
Static Public Member Functions |
|
| static IMPORT_C CEikMfneSymbol * | NewL (TResourceReader &aResourceReader) |
| Allocates and constructs a CEikMfneSymbol from resource. |
|
| static IMPORT_C CEikMfneSymbol * | NewL (TInt aNumSymbolicItems) |
| Allocates and constructs a CEikMfneSymbol. |
|
Data Structures |
|
| class | CItem |
| An item within a symbol field in an MFNE. More... |
|
|
|
Destructor. Deletes the array of symbolic items owned by the object. |
|
||||||||||||
|
Adds the specified symbolic item at the first available position in the array. This should be called by the container only if construction was not made from resource.
|
|
|
Gets the current symbol's ID.
|
|
|
Gets the uninitialized status of the field.
|
|
|
Allocates and constructs a CEikMfneSymbol. The first item is set as current.
|
|
|
Allocates and constructs a CEikMfneSymbol from resource. Uses a MFNE_SYMBOL resource. The first item is set as current.
|
|
|
Sets the current item to the one specified.
|
|
|
Sets the uninitialized status of the field.
|