class MTruiEngine |
MTruiEngine class. The interface between HWR engine and TrainUI application
Public Member Functions | |
---|---|
void | ChangeShortcutTextL (const TDesC &, const TDesC &) |
TBool | CharacterModelExist (const TDesC &) |
TBool | CheckShortcutModel (const TDesC &) |
TInt | DeleteCharacterModel (const TDesC &) |
TInt | DeleteShortcutModel (const TDesC &) |
void | GetAllPresetSymbolsL ( RArray < TUint > &) |
void | GetCharacterModelL (const TDesC &, RArray < TPoint > &) |
TInt | GetGuidingLinePos (const TSize &, TInt &, TInt &) |
void | GetPresetSymbolByUnicodeL ( TUint , RArray < TPoint > &, TDes &) |
void | GetShortcutModelL (const TDesC &, RArray < TPoint > &, TUint &) |
void | GetShortcutTextListL ( RPointerArray < HBufC > &) |
TInt | MaxShortCutLength () |
void | SavePresetShortcutL ( TUint , const TDesC &) |
void | SetCharacterModelL (const TDesC &, RArray < TPoint > &, TInt , TDes &) |
void | SetLanguageScriptL ( TInt ) |
void | SetShortcutModelL (const TDesC &, RArray < TPoint > &, TDes &) |
void | ChangeShortcutTextL | ( | const TDesC & | aOldText, |
const TDesC & | aNewText | |||
) | [pure virtual] |
Change the text of an existing shortcut
TBool | CharacterModelExist | ( | const TDesC & | aChar | ) | [pure virtual] |
Check if character has model
const TDesC & aChar | The character which is checked |
TBool | CheckShortcutModel | ( | const TDesC & | aText | ) | [pure virtual] |
Check if shortcut has model
const TDesC & aText | The shortcut which is checked |
TInt | DeleteCharacterModel | ( | const TDesC & | aChar | ) | [pure virtual] |
Delete character model
const TDesC & aChar | Delete this character's model |
TInt | DeleteShortcutModel | ( | const TDesC & | aText | ) | [pure virtual] |
Delete Shortcut model
const TDesC & aText | Delete this Shortcut's model |
void | GetAllPresetSymbolsL | ( | RArray < TUint > & | aPresets | ) | [pure virtual] |
Return all unicodes of preset text stored in PTI engine
void | GetCharacterModelL | ( | const TDesC & | aChar, |
RArray < TPoint > & | aModel | |||
) | [pure virtual] |
Get character model
TInt | GetGuidingLinePos | ( | const TSize & | aSize, |
TInt & | aTop, | |||
TInt & | aBottom | |||
) | [pure virtual] |
Get guiding line pos
The are
void | GetPresetSymbolByUnicodeL | ( | TUint | aUnicode, |
RArray < TPoint > & | aModel, | |||
TDes & | aShortcut | |||
) | [pure virtual] |
Get trails assigned to a preset text.
void | GetShortcutModelL | ( | const TDesC & | aText, |
RArray < TPoint > & | aModel, | |||
TUint & | aUnicode | |||
) | [pure virtual] |
Get trails assigned to the specified shortcut.
void | GetShortcutTextListL | ( | RPointerArray < HBufC > & | aShortcutTextList | ) | [pure virtual] |
Get text list of all the shortcuts
RPointerArray < HBufC > & aShortcutTextList | The text list. |
TInt | MaxShortCutLength | ( | ) | [pure virtual] |
Get the number of the maximum of shortcuts
void | SavePresetShortcutL | ( | TUint | aUnicode, |
const TDesC & | aShortcut | |||
) | [pure virtual] |
Save preset shortcuts.
void | SetCharacterModelL | ( | const TDesC & | aChar, |
RArray < TPoint > & | aModel, | |||
TInt | aSubRange, | |||
TDes & | aSimilarChar | |||
) | [pure virtual] |
Set character model
void | SetLanguageScriptL | ( | TInt | aLanguageScript | ) | [pure virtual] |
Set current trained character's Language Script
TInt aLanguageScript | current trained character's Language Script |
void | SetShortcutModelL | ( | const TDesC & | aText, |
RArray < TPoint > & | aModel, | |||
TDes & | aSimilarText | |||
) | [pure virtual] |
Set Shortcut model
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.