Home ยท API Reference |
DummyDriverHwr inherits from MImEngineWordsInterface(Abstract driver class) and QObject, it implements a dummy input method engine. More...
#include <dummydriver_hwr.h>
Public Member Functions | |
DummyDriverHwr () | |
~DummyDriverHwr () | |
virtual bool | init (void) |
virtual void | setAreaSize (QSize size) |
virtual QSize | areaSize () |
virtual void | setScreenSize (QSize size) |
virtual QSize | screenSize () |
virtual bool | setScripts (const QStringList scripts) |
virtual QStringList | scripts () |
virtual QStringList | recognize () |
virtual void | appendStroke (const QList< QPoint > stroke) |
virtual void | clear () |
virtual QString | error () |
virtual void | train (const QString &string) |
virtual QString | driver () |
DummyDriverHwr inherits from MImEngineWordsInterface(Abstract driver class) and QObject, it implements a dummy input method engine.
DummyDriverHwr::DummyDriverHwr | ( | ) |
DummyDriverHwr construtor
DummyDriverHwr::~DummyDriverHwr | ( | ) |
DummyDriverHwr destructor
void DummyDriverHwr::appendStroke | ( | const QList< QPoint > | stroke | ) | [virtual] |
Appends a stroke into the buffer
QList<QPoint> | the stroke |
Implements MImEngineHwrInterface.
QSize DummyDriverHwr::areaSize | ( | ) | [virtual] |
void DummyDriverHwr::clear | ( | ) | [virtual] |
Clears the strokes in the buffer
Implements MImEngineHwrInterface.
QString DummyDriverHwr::driver | ( | ) | [virtual] |
Gets name for current driver
N/A |
Implements MImEngineHwrInterface.
QString DummyDriverHwr::error | ( | ) | [virtual] |
bool DummyDriverHwr::init | ( | void | ) | [virtual] |
REIMPLEMENTATION
Implements MImEngineHwrInterface.
QStringList DummyDriverHwr::recognize | ( | ) | [virtual] |
Recognizes the strokes in the buffer
Implements MImEngineHwrInterface.
QSize DummyDriverHwr::screenSize | ( | ) | [virtual] |
QStringList DummyDriverHwr::scripts | ( | ) | [virtual] |
Gets the scripts requested to be recognized
QStringList |
Implements MImEngineHwrInterface.
void DummyDriverHwr::setAreaSize | ( | QSize | size | ) | [virtual] |
Sets the area size of the recognition should take place
QSize | the size of the area |
Implements MImEngineHwrInterface.
void DummyDriverHwr::setScreenSize | ( | QSize | size | ) | [virtual] |
Sets the screen size, this may be needed by the engine whenever the device orientation changes
QSize | the size of the screen |
Implements MImEngineHwrInterface.
bool DummyDriverHwr::setScripts | ( | const QStringList | scripts | ) | [virtual] |
Sets the scripts desired to be recognized
QStringList | scripts in ISO15924 format |
Implements MImEngineHwrInterface.
void DummyDriverHwr::train | ( | const QString & | string | ) | [virtual] |
Trains the stroke in the buffer as string specified in the argument
QString | string |
Implements MImEngineHwrInterface.
Copyright © 2010 Nokia Corporation | MeeGo Touch |