#include <MacTextInputMethodSystem.h>
◆ ~FMacTextInputMethodSystem()
| virtual FMacTextInputMethodSystem::~FMacTextInputMethodSystem |
( |
| ) |
|
|
inlinevirtual |
◆ ActivateContext()
Activates the provided context. Editable text should call this method when keyboard focus is received.
- Parameters
-
| Context | The context to be activated. |
Implements ITextInputMethodSystem.
◆ ApplyDefaults()
Called when a window is first created to allow the text input system to apply any default settings
Implements ITextInputMethodSystem.
◆ DeactivateContext()
Deactivates the provided context. Editable text should call this method when keyboard focus is lost.
- Parameters
-
| Context | The context to be activated. |
Implements ITextInputMethodSystem.
◆ Initialize()
| bool FMacTextInputMethodSystem::Initialize |
( |
| ) |
|
◆ IsActiveContext()
Test to see whether the provided context is the currently active context
- Parameters
-
| Context | The context to be checked. |
- Returns
- True if the context is active, false otherwise
Implements ITextInputMethodSystem.
◆ RegisterContext()
Registers an implemented context interface object with the system to receive callbacks and provides an implemented notifier interface object. Editable text should call this method after constructing an implemented context interface object.
- Parameters
-
| Context | The implemented context interface object to be registered. |
- Returns
- An implemented notifier interface object
Implements ITextInputMethodSystem.
◆ Terminate()
| void FMacTextInputMethodSystem::Terminate |
( |
| ) |
|
◆ UnregisterContext()
Unregisters an implemented context interface object with the system. Editable text should call this method before destroying an implemented context interface object.
- Parameters
-
| Context | The implemented context interface object to be unregistered. |
Implements ITextInputMethodSystem.
The documentation for this class was generated from the following files: