#include <inputmethod.h>
List of all members.
Public Member Functions |
| InputMethod (MAbstractInputMethodHost *host) |
virtual | ~InputMethod () |
virtual void | show () |
|
|
virtual Q_SLOT void | hide () |
virtual void | setPreedit (const QString &preedit, int cursor_position) |
virtual void | switchContext (Maliit::SwitchDirection direction, bool animated) |
virtual QList
< MAbstractInputMethod::MInputMethodSubView > | subViews (Maliit::HandlerState state=Maliit::OnScreen) const |
virtual void | setActiveSubView (const QString &id, Maliit::HandlerState state=Maliit::OnScreen) |
virtual QString | activeSubView (Maliit::HandlerState state=Maliit::OnScreen) const |
virtual void | handleAppOrientationChanged (int angle) |
Private Attributes |
const QScopedPointer
< InputMethodPrivate > | d_ptr |
Constructor & Destructor Documentation
MaliitKeyboard::InputMethod::InputMethod |
( |
MAbstractInputMethodHost * |
host | ) |
|
|
explicit |
MaliitKeyboard::InputMethod::~InputMethod |
( |
| ) |
|
|
virtual |
Member Function Documentation
QString MaliitKeyboard::InputMethod::activeSubView |
( |
Maliit::HandlerState |
state = Maliit::OnScreen | ) |
const |
|
virtual |
void MaliitKeyboard::InputMethod::handleAppOrientationChanged |
( |
int |
angle | ) |
|
|
virtual |
void MaliitKeyboard::InputMethod::hide |
( |
| ) |
|
|
virtual |
void MaliitKeyboard::InputMethod::onKeyboardClosed |
( |
| ) |
|
|
private |
void MaliitKeyboard::InputMethod::onScreenSizeChange |
( |
const QSize & |
size | ) |
|
|
private |
void MaliitKeyboard::InputMethod::onStyleSettingChanged |
( |
| ) |
|
|
private |
void MaliitKeyboard::InputMethod::onSwitchLeft |
( |
| ) |
|
|
private |
void MaliitKeyboard::InputMethod::onSwitchRight |
( |
| ) |
|
|
private |
void MaliitKeyboard::InputMethod::setActiveSubView |
( |
const QString & |
id, |
|
|
Maliit::HandlerState |
state = Maliit::OnScreen |
|
) |
| |
|
virtual |
void MaliitKeyboard::InputMethod::setPreedit |
( |
const QString & |
preedit, |
|
|
int |
cursor_position |
|
) |
| |
|
virtual |
void MaliitKeyboard::InputMethod::show |
( |
| ) |
|
|
virtual |
QList< MAbstractInputMethod::MInputMethodSubView > MaliitKeyboard::InputMethod::subViews |
( |
Maliit::HandlerState |
state = Maliit::OnScreen | ) |
const |
|
virtual |
void MaliitKeyboard::InputMethod::switchContext |
( |
Maliit::SwitchDirection |
direction, |
|
|
bool |
animated |
|
) |
| |
|
virtual |
Member Data Documentation
const QScopedPointer<InputMethodPrivate> MaliitKeyboard::InputMethod::d_ptr |
|
private |
The documentation for this class was generated from the following files: