Home · API Reference · Modules |
Classes | |
class | MAbstractInputMethod |
A base class for input methods. More... | |
class | MImAbstractPluginFactory |
An MInputMethodPlugin factory used for dynamic languages. More... | |
class | Maliit::Plugins::AbstractSurface |
The AbstractSurface class provides a window abstraction for rendering the plugin. More... | |
class | Maliit::Plugins::AbstractSurfaceFactory |
The AbstractSurfaceFactory class is used to create AbstractSurface instances. More... | |
class | MAttributeExtension |
Attribute extension. More... | |
class | MImExtensionEvent |
Base class for extending signaling from input method system to plugins. More... | |
class | Maliit::Plugins::InputMethodPlugin |
An interface class for all input method plugins. More... | |
class | MImUpdateEvent |
Monitor the input method properties sent by the application. More... | |
class | MImUpdateReceiver |
An example that turns data-polling from events into data-pushing via properties and change notifications. More... | |
Functions | |
QSharedPointer< AbstractSurface > | Maliit::Plugins::createTestSurface (AbstractSurface::Options options, const QSharedPointer< AbstractSurface > &parent) |
QSharedPointer < AbstractGraphicsViewSurface > | Maliit::Plugins::createTestGraphicsViewSurface (const QSharedPointer< AbstractSurface > &parent) |
QSharedPointer < AbstractWidgetSurface > | Maliit::Plugins::createTestWidgetSurface (const QSharedPointer< AbstractSurface > &parent) |
Input method plugin API.
QSharedPointer< AbstractGraphicsViewSurface > Maliit::Plugins::createTestGraphicsViewSurface | ( | const QSharedPointer< AbstractSurface > & | parent | ) |
Allows to create a graphics view surface without a running maliit-server instance.
Useful for tests.
parent | the parent of the new surface |
QSharedPointer< AbstractSurface > Maliit::Plugins::createTestSurface | ( | AbstractSurface::Options | options, |
const QSharedPointer< AbstractSurface > & | parent | ||
) |
Allows to create a surface without a running maliit-server instance.
Useful for tests.
options | the options the surface should have |
parent | the parent of the new surface |
QSharedPointer< AbstractWidgetSurface > Maliit::Plugins::createTestWidgetSurface | ( | const QSharedPointer< AbstractSurface > & | parent | ) |
Allows to create a widget surface without a running maliit-server instance.
Useful for tests.
parent | the parent of the new surface |
Copyright © 2011 Nokia Corporation | Maliit |