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