API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <eikmfne.h>
Inherits CEikMfneField.
For instance, the character that separates time or date components.
Public Member Functions |
|
virtual IMPORT_C | ~CEikMfneSeparator () |
Destructor. |
|
IMPORT_C void | SetText (HBufC *aText) |
Sets the separator's text. |
|
Static Public Member Functions |
|
static IMPORT_C CEikMfneSeparator * | NewL (TResourceReader &aResourceReader) |
Allocates and constructs a CEikMfneSeparator from resource. |
|
static IMPORT_C CEikMfneSeparator * | NewL (HBufC *aText) |
Allocates and constructs a separator. |
|
Destructor. Deletes the separator text that is owned by the object. |
|
Allocates and constructs a separator.
|
|
Allocates and constructs a CEikMfneSeparator from resource. Uses an MFNE_SEPARATOR resource.
|
|
Sets the separator's text. This function transfers ownership of the text and can only be called if the field's text was previously NULL.
|