FCohtmlInputPreprocessorIME
Inherits from FCohtmlIMEManager
Public Functions
| Name | |
|---|---|
| FCohtmlInputPreprocessorIME(FCohtmlInputPreprocessor * InputPreprocessor) | |
| virtual bool | IsValid() const override |
| virtual cohtml::View * | GetView() const override |
| virtual FCohtmlCaretRect | GetCaretRect() const override |
| virtual bool | RequiresProjection() const override |
| virtual TSharedPtr< FGenericWindow > | GetWindow() const override |
Public Attributes
| Name | |
|---|---|
| FCohtmlInputPreprocessor * | Owner |
Additional inherited members
Public Functions inherited from FCohtmlIMEManager
| Name | |
|---|---|
| FCohtmlIMEManager() | |
| virtual | ~FCohtmlIMEManager() |
| void | ActivateTextInputMethodSystemContext(bool ) |
Protected Attributes inherited from FCohtmlIMEManager
| Name | |
|---|---|
| TSharedPtr< class FCohtmlTextInputMethodContextGeneric > | TextInputMethodContext |
| TSharedPtr< ITextInputMethodChangeNotifier > | TextInputMethodChangeNotifier |
Public Functions Documentation
function FCohtmlInputPreprocessorIME
FCohtmlInputPreprocessorIME(
FCohtmlInputPreprocessor * InputPreprocessor
)
function IsValid
virtual bool IsValid() const override
Reimplements: FCohtmlIMEManager::IsValid
function GetView
virtual cohtml::View * GetView() const override
Reimplements: FCohtmlIMEManager::GetView
function GetCaretRect
virtual FCohtmlCaretRect GetCaretRect() const override
Reimplements: FCohtmlIMEManager::GetCaretRect
function RequiresProjection
virtual bool RequiresProjection() const override
Reimplements: FCohtmlIMEManager::RequiresProjection
function GetWindow
virtual TSharedPtr< FGenericWindow > GetWindow() const override
Reimplements: FCohtmlIMEManager::GetWindow
Public Attributes Documentation
variable Owner
FCohtmlInputPreprocessor * Owner;