TAknEditorCaseState Class Reference
class TAknEditorCaseState |
Detailed Description
Data structure to store current state of case modes.
Data structure to hold the current state of all case state information currently held by the fep and applicable to an editor.
Member Enumeration Documentation
Enum TCaseStateFlags
Flags that indicate states of the case.
Enumerator | Value | Description |
---|
EFlagTextEnteredInCurrentCase | 0x00000001 |
Has text been entered with current case.
|
EFlagInitialiseRequired | 0x00000002 |
Initialisation is required.
|
EFlagSupressAutoUpdateCase | 0x00000004 |
Supress case's automatic update.
|
Constructor & Destructor Documentation
TAknEditorCaseState ( )
IMPORT_C | TAknEditorCaseState | ( | ) | |
Member Function Documentation
ClearFlag ( TCaseStateFlags )
Parameter | Description | aFlag | a Flag to be cleared. |
CurrentCase ( )
IMPORT_C TUint | CurrentCase | ( | ) | const |
Returns: The current case.
IsFlagSet ( TCaseStateFlags )
Tells whether the given flag is set or not.
Parameter | Description | aFlag | The flag to check. |
Returns: ETrue if flag is set, EFalse if not.
PreviousCase ( )
IMPORT_C TUint | PreviousCase | ( | ) | const |
Returns: The previous case.
PreviousCaseUsedToEnterText ( )
IMPORT_C TUint | PreviousCaseUsedToEnterText | ( | ) | const |
Gets previous case used to enter text.
Returns: The previous case used to enter text.
SetCurrentCase ( TUint )
IMPORT_C void | SetCurrentCase | ( | TUint | aCase | ) | |
Parameter | Description | aCase | A new case. |
SetFlag ( TCaseStateFlags )
Parameter | Description | aFlag | a Flag to be set. |
SetPreviousCase ( TUint )
IMPORT_C void | SetPreviousCase | ( | TUint | aCase | ) | |
Parameter | Description | aCase | a Previously used case. |
SetPreviousCaseUsedToEnterText ( TUint )
IMPORT_C void | SetPreviousCaseUsedToEnterText | ( | TUint | aCase | ) | |
Sets previous case used to enter text.
Parameter | Description | aCase | Previously used case to enter text. |