Interface of handwritting recognition features.
More...
#include <mimenginehwrinterface.h>
List of all members.
Detailed Description
Interface of handwritting recognition features.
Constructor & Destructor Documentation
MImEngineHwrInterface::MImEngineHwrInterface |
( |
|
) |
|
MImEngineHwrInterface::~MImEngineHwrInterface |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void MImEngineHwrInterface::appendStroke |
( |
const QList< QPoint > |
stroke |
) |
[pure virtual] |
Appends a stroke into the buffer
- Parameters:
-
Implemented in DummyDriverHwr.
virtual QSize MImEngineHwrInterface::areaSize |
( |
|
) |
[pure virtual] |
Gets the recognition area size
- Returns:
- QSize
Implemented in DummyDriverHwr.
virtual void MImEngineHwrInterface::clear |
( |
|
) |
[pure virtual] |
virtual QString MImEngineHwrInterface::driver |
( |
|
) |
[pure virtual] |
Gets name for current driver
- Parameters:
-
- Returns:
- QString, current driver name
Implemented in DummyDriverHwr.
virtual QString MImEngineHwrInterface::error |
( |
|
) |
[pure virtual] |
Gets error
- Parameters:
-
- Returns:
- QString, error
Implemented in DummyDriverHwr.
virtual bool MImEngineHwrInterface::init |
( |
void |
|
) |
[pure virtual] |
virtual QStringList MImEngineHwrInterface::recognize |
( |
|
) |
[pure virtual] |
Recognizes the strokes in the buffer
- Returns:
- QString string recognized
Implemented in DummyDriverHwr.
virtual QSize MImEngineHwrInterface::screenSize |
( |
|
) |
[pure virtual] |
virtual QStringList MImEngineHwrInterface::scripts |
( |
|
) |
[pure virtual] |
Gets the scripts requested to be recognized
- Parameters:
-
Implemented in DummyDriverHwr.
virtual void MImEngineHwrInterface::setAreaSize |
( |
QSize |
size |
) |
[pure virtual] |
Sets the area size of the recognition should take place
- Parameters:
-
| QSize | the size of the area |
Implemented in DummyDriverHwr.
virtual void MImEngineHwrInterface::setScreenSize |
( |
QSize |
size |
) |
[pure virtual] |
Sets the screen size, this may be needed by the engine whenever the device orientation changes
- Parameters:
-
| QSize | the size of the screen |
Implemented in DummyDriverHwr.
virtual bool MImEngineHwrInterface::setScripts |
( |
const QStringList |
scripts |
) |
[pure virtual] |
Sets the scripts desired to be recognized
- Parameters:
-
| QStringList | scripts in ISO15924 format |
- Returns:
- bool whether the operation was successful
Implemented in DummyDriverHwr.
virtual void MImEngineHwrInterface::train |
( |
const QString & |
string |
) |
[pure virtual] |
Trains the stroke in the buffer as string specified in the argument
- Parameters:
-
- Returns:
- bool whether the training was successful
Implemented in DummyDriverHwr.
The documentation for this class was generated from the following files: