API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Required Capabilities
None
#include <aknedsts.h>
Data structure to hold the current state of all case state information currently held by the fep and applicable to an editor.
Public Types |
|
enum | TCaseStateFlags { EFlagTextEnteredInCurrentCase = 0x00000001, EFlagInitialiseRequired = 0x00000002, EFlagSupressAutoUpdateCase = 0x00000004 } |
Flags that indicate states of the case. More... |
|
Public Member Functions |
|
IMPORT_C | TAknEditorCaseState () |
C++ default constructor. |
|
IMPORT_C void | SetCurrentCase (TUint aCase) |
Sets current case. |
|
IMPORT_C void | SetPreviousCase (TUint aCase) |
Sets previous case. |
|
IMPORT_C void | SetPreviousCaseUsedToEnterText (TUint aCase) |
Sets previous case used to enter text. |
|
IMPORT_C TUint | CurrentCase () const |
Gets current case. |
|
IMPORT_C TUint | PreviousCase () const |
Gets previous case. |
|
IMPORT_C TUint | PreviousCaseUsedToEnterText () const |
Gets previous case used to enter text. |
|
IMPORT_C void | SetFlag (TCaseStateFlags aFlag) |
Sets a flag. |
|
IMPORT_C void | ClearFlag (TCaseStateFlags aFlag) |
Clear the given flag. |
|
IMPORT_C TBool | IsFlagSet (TCaseStateFlags aFlag) const |
Tells whether the given flag is set or not. |
|
Flags that indicate states of the case. |
|
C++ default constructor. |
|
Clear the given flag.
|
|
Gets current case.
|
|
Tells whether the given flag is set or not.
|
|
Gets previous case.
|
|
Gets previous case used to enter text.
|
|
Sets current case.
|
|
Sets a flag.
|
|
Sets previous case.
|
|
Sets previous case used to enter text.
|