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...
|