Mock for the |Window| base class.
More...
#include <mock_text_input_manager.h>
|
| | MockTextInputManager () |
| |
| virtual | ~MockTextInputManager () |
| |
| | MOCK_METHOD (std::optional< std::u16string >, GetComposingString,(),(const, override)) |
| |
| | MOCK_METHOD (std::optional< std::u16string >, GetResultString,(),(const, override)) |
| |
| | MOCK_METHOD (long, GetComposingCursorPosition,(),(const, override)) |
| |
| | TextInputManager () noexcept=default |
| |
| virtual | ~TextInputManager ()=default |
| |
| void | SetWindowHandle (HWND window_handle) |
| |
| void | CreateImeWindow () |
| |
| void | DestroyImeWindow () |
| |
| void | UpdateImeWindow () |
| |
| void | UpdateCaretRect (const Rect &rect) |
| |
| virtual long | GetComposingCursorPosition () const |
| |
| virtual std::optional< std::u16string > | GetComposingString () const |
| |
| virtual std::optional< std::u16string > | GetResultString () const |
| |
| void | AbortComposing () |
| |
Mock for the |Window| base class.
Definition at line 19 of file mock_text_input_manager.h.
◆ MockTextInputManager()
| flutter::testing::MockTextInputManager::MockTextInputManager |
( |
| ) |
|
◆ ~MockTextInputManager()
| flutter::testing::MockTextInputManager::~MockTextInputManager |
( |
| ) |
|
|
virtualdefault |
◆ MOCK_METHOD() [1/3]
◆ MOCK_METHOD() [2/3]
| flutter::testing::MockTextInputManager::MOCK_METHOD |
( |
std::optional< std::u16string > |
, |
|
|
GetComposingString |
, |
|
|
() |
, |
|
|
(const, override) |
|
|
) |
| |
◆ MOCK_METHOD() [3/3]
| flutter::testing::MockTextInputManager::MOCK_METHOD |
( |
std::optional< std::u16string > |
, |
|
|
GetResultString |
, |
|
|
() |
, |
|
|
(const, override) |
|
|
) |
| |
The documentation for this class was generated from the following files: