Home · API Reference · Modules |
Namespaces | |
InputMethodQuery | |
Plugins | |
Server | |
SettingEntryAttributes | |
Classes | |
class | AttributeExtension |
class | InputMethod |
class | PreeditInjectionEvent |
struct | PreeditTextFormat |
Enumerations | |
enum | OrientationAngle |
enum | Orientation |
enum | TextContentType |
enum | ItemType |
enum | VisibleType |
enum | ActionType |
enum | CopyPasteState |
enum | SwitchDirection |
enum | PreeditFace |
enum | HandlerState |
enum | EventRequestType |
enum | InputModeIndicator |
enum | InputMethodMode |
enum | InputMethodQueryExtensions |
enum | SettingEntryType |
Functions | |
void | requestInputMethodPanel () |
void | closeInputMethodPanel () |
enum Maliit::ActionType |
Type of action.
enum Maliit::HandlerState |
Extensions for Qt::inputMethodQuery.
Possible values for all the modes that are shown in the Input mode indicator.
enum Maliit::ItemType |
enum Maliit::Orientation |
Possible orientations of windows in the application.
Enumerator | |
---|---|
Portrait | equal to either Maliit::Angle90 or Maliit::Angle270 orientation angles |
Landscape | equal to either Maliit::Angle0 or Maliit::Angle180 orientation angles |
Orientation angle of windows in the application.
Enumerator | |
---|---|
Angle0 | |
Angle90 | |
Angle180 | |
Angle270 |
enum Maliit::PreeditFace |
Content type for text entries.
Content type of the text in the text edit widget, which can be used by input method plugins to offer more specific input methods, such as a numeric keypad for a number content type. Plugins may also adjust their word prediction and error correction accordingly.
enum Maliit::VisibleType |
void Maliit::closeInputMethodPanel | ( | ) |
Sends a request to the application's input context to close a software input panel.
void Maliit::requestInputMethodPanel | ( | ) |
Sends a request to the application's input context to open a software input panel (e.g. the virtual keyboard).
Copyright © 2011 Nokia Corporation | Maliit |