#include <GUIKeyboard.h>
Public Member Functions | |
KeyboardLayoutInterpreter (CGUIKeyboard *pkObject, const eC_String &kFileExtension) | |
virtual void | Interpret (eC_File *pkFile) |
virtual void | Interpret (eC_File *pkFile)=0 |
This class is used to interpret the layout-file on loading
|
inline |
Constructor
pkObject | target-keyboard |
kFileExtension | extension of the file (xml or bin) |
|
inlinevirtual |
interpret the resource-file containing the keyboard-layout
pkFile | input-file |
Implements CGUIGeneralResourceInterpreter.