#include <kanzi/core.ui/platform/input/win32/windows_ime.hpp>
Public Member Functions | |
| InputMethodSharedPtr | getInputMethodInstance (Domain *domain) override |
| Implements InputMethodBackend::getInputMethodInstance(). | |
Public Member Functions inherited from kanzi::InputMethodBackend | |
| InputMethodBackend ()=default | |
| Constructor. | |
Public Member Functions inherited from kanzi::Module | |
| virtual void | destroy () |
| virtual MetaclassContainer | getMetaclassesOverride () |
| Module () | |
| virtual void | registerDebugRenderingFunctions (DebugRenderRegistry &) |
| Registers the debug rendering functions of the module. | |
| virtual void | registerMetadataOverride (ObjectFactory &) |
| Registers the rest of the module metadata, such as loaders for types in the module. | |
| void | setDomain (Domain *domain) |
| Sets the domain. | |
Static Public Member Functions | |
| static WindowsImeSharedPtr | getHandler () |
| Returns the localized keyboard event handler. | |
| static WindowsImeSharedPtr | getHandler (Domain *domain) |
| Returns the localized keyboard event handler. | |
| static void | registerModule (Domain *domain) |
| Registers the IME backend into the domain. | |
Additional Inherited Members | |
Public Types inherited from kanzi::Module | |
| typedef vector< const Metaclass * > | MetaclassContainer |
| typedef MetaclassContainer::iterator | MetaclassIterator |
Protected Member Functions inherited from kanzi::Module | |
| virtual | ~Module ()=default |
| Destructor. | |
Protected Attributes inherited from kanzi::Module | |
| Domain * | m_domain |
| The domain this module is registered to. | |
Registers the IME backend into the domain.
|
overridevirtual |
Implements InputMethodBackend::getInputMethodInstance().
Implements kanzi::InputMethodBackend.
|
static |
Returns the localized keyboard event handler.
|
static |
Returns the localized keyboard event handler.