|
Classes |
struct | PreeditTextFormat |
Enumerations |
enum | OrientationAngle { Angle0 = 0,
Angle90 = 90,
Angle180 = 180,
Angle270 = 270
} |
enum | Orientation { Portrait,
Landscape
} |
enum | TextContentType {
FreeTextContentType,
NumberContentType,
PhoneNumberContentType,
EmailContentType,
UrlContentType,
CustomContentType
} |
| Content type for text entries. Used at least with MTextEdit. More...
|
enum | ItemType { ItemUndefined,
ItemButton,
ItemLabel
} |
| Type of toolbar widget. More...
|
enum | VisibleType { VisibleUndefined,
VisibleWhenSelectingText,
VisibleAlways
} |
| Type of visible premiss for toolbar button. More...
|
enum | ActionType {
ActionUndefined,
ActionSendKeySequence,
ActionSendString,
ActionSendCommand,
ActionCopy,
ActionPaste,
ActionShowGroup,
ActionHideGroup,
ActionClose,
ActionCopyPaste
} |
| Type of action. More...
|
enum | CopyPasteState { InputMethodNoCopyPaste,
InputMethodCopy,
InputMethodPaste
} |
| State of Copy/Paste button. More...
|
enum | SwitchDirection { SwitchUndefined,
SwitchForward,
SwitchBackward
} |
enum | PreeditFace { PreeditDefault,
PreeditNoCandidates,
PreeditKeyPress
} |
enum | HandlerState { OnScreen,
Hardware,
Accessory
} |
enum | EventRequestType { EventRequestBoth,
EventRequestSignalOnly,
EventRequestEventOnly
} |
| Key event request type for MInputContext::keyEvent(). More...
|
enum | InputModeIndicator {
NoIndicator,
LatinLowerIndicator,
LatinUpperIndicator,
LatinLockedIndicator,
CyrillicLowerIndicator,
CyrillicUpperIndicator,
CyrillicLockedIndicator,
ArabicIndicator,
PinyinIndicator,
ZhuyinIndicator,
CangjieIndicator,
NumAndSymLatchedIndicator,
NumAndSymLockedIndicator,
DeadKeyAcuteIndicator,
DeadKeyCaronIndicator,
DeadKeyCircumflexIndicator,
DeadKeyDiaeresisIndicator,
DeadKeyGraveIndicator,
DeadKeyTildeIndicator
} |