FCohtmlIMEManager
Inherited by FCohtmlInputForwardIME, FCohtmlInputPreprocessorIME, FCohtmlWidgetIME
Public Functions
Name | |
---|---|
FCohtmlIMEManager() | |
virtual | ~FCohtmlIMEManager() |
virtual bool | IsValid() const |
virtual cohtml::View * | GetView() const =0 |
virtual FCohtmlCaretRect | GetCaretRect() const =0 |
virtual bool | RequiresProjection() const =0 |
virtual TSharedPtr< FGenericWindow > | GetWindow() const =0 |
void | ActivateTextInputMethodSystemContext(bool ) |
Protected Attributes
Name | |
---|---|
TSharedPtr< class FCohtmlTextInputMethodContextGeneric > | TextInputMethodContext |
TSharedPtr< ITextInputMethodChangeNotifier > | TextInputMethodChangeNotifier |
Public Functions Documentation
function FCohtmlIMEManager
FCohtmlIMEManager()
function ~FCohtmlIMEManager
virtual ~FCohtmlIMEManager()
function IsValid
inline virtual bool IsValid() const
Reimplemented by: FCohtmlInputForwardIME::IsValid, FCohtmlWidgetIME::IsValid, FCohtmlInputPreprocessorIME::IsValid
function GetView
virtual cohtml::View * GetView() const =0
Reimplemented by: FCohtmlInputForwardIME::GetView, FCohtmlWidgetIME::GetView, FCohtmlInputPreprocessorIME::GetView
function GetCaretRect
virtual FCohtmlCaretRect GetCaretRect() const =0
Reimplemented by: FCohtmlInputForwardIME::GetCaretRect, FCohtmlWidgetIME::GetCaretRect, FCohtmlInputPreprocessorIME::GetCaretRect
function RequiresProjection
virtual bool RequiresProjection() const =0
Reimplemented by: FCohtmlInputForwardIME::RequiresProjection, FCohtmlWidgetIME::RequiresProjection, FCohtmlInputPreprocessorIME::RequiresProjection
function GetWindow
virtual TSharedPtr< FGenericWindow > GetWindow() const =0
Reimplemented by: FCohtmlInputForwardIME::GetWindow, FCohtmlWidgetIME::GetWindow, FCohtmlInputPreprocessorIME::GetWindow
function ActivateTextInputMethodSystemContext
void ActivateTextInputMethodSystemContext(
bool
)
Protected Attributes Documentation
variable TextInputMethodContext
TSharedPtr< class FCohtmlTextInputMethodContextGeneric > TextInputMethodContext;
Implemented context object for text input method systems.
variable TextInputMethodChangeNotifier
TSharedPtr< ITextInputMethodChangeNotifier > TextInputMethodChangeNotifier;
Notification interface object for text input method systems.