S60 3rd Edition API Reference: TAknEditorCaseState Class Reference
TAknEditorCaseState Class Reference
API published in: S60 1st Ed
Link against: avkon.lib eikctl.lib eikcoctl.lib uiklaf.lib form.lib
Capability Information
Required Capabilities
None
#include <aknedsts.h>
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
|
|
Flags that indicate states of the case.
- Enumerator:
-
| EFlagTextEnteredInCurrentCase |
Has text been entered with current case. | | EFlagInitialiseRequired |
Initialisation is required. | | EFlagSupressAutoUpdateCase |
Supress case's automatic update. |
|
Constructor & Destructor Documentation
| IMPORT_C TAknEditorCaseState::TAknEditorCaseState | ( | | ) | |
|
Member Function Documentation
|
|
Clear the given flag.
- Parameters:
-
| aFlag | a Flag to be cleared. |
|
| IMPORT_C TUint TAknEditorCaseState::CurrentCase | ( | | ) | const |
|
|
|
Gets current case.
- Returns:
- The current case.
|
| IMPORT_C TBool TAknEditorCaseState::IsFlagSet | ( | TCaseStateFlags | aFlag | ) | const |
|
|
|
Tells whether the given flag is set or not.
- Parameters:
-
- Returns:
ETrue if flag is set, EFalse if not.
|
| IMPORT_C TUint TAknEditorCaseState::PreviousCase | ( | | ) | const |
|
|
|
Gets previous case.
- Returns:
- The previous case.
|
| IMPORT_C TUint TAknEditorCaseState::PreviousCaseUsedToEnterText | ( | | ) | const |
|
|
|
Gets previous case used to enter text.
- Returns:
- The previous case used to enter text.
|
| IMPORT_C void TAknEditorCaseState::SetCurrentCase | ( | TUint | aCase | ) | |
|
|
|
Sets current case.
- Parameters:
-
|
| IMPORT_C void TAknEditorCaseState::SetPreviousCase | ( | TUint | aCase | ) | |
|
|
|
Sets previous case.
- Parameters:
-
| aCase | a Previously used case. |
|
| IMPORT_C void TAknEditorCaseState::SetPreviousCaseUsedToEnterText | ( | TUint | aCase | ) | |
|
|
|
Sets previous case used to enter text.
- Parameters:
-
| aCase | Previously used case to enter text. |
|
The documentation for this class was generated from the following file: