Mock for the |DirectManipulationOwner| base class. More...
#include <mock_direct_manipulation.h>
Public Member Functions | |
| MockDirectManipulationOwner (FlutterWindow *window) | |
| virtual | ~MockDirectManipulationOwner ()=default |
| MOCK_METHOD (void, SetContact,(UINT contact_id),(override)) | |
Public Member Functions inherited from flutter::DirectManipulationOwner | |
| DirectManipulationOwner (FlutterWindow *window) | |
| virtual | ~DirectManipulationOwner ()=default |
| int | Init (unsigned int width, unsigned int height) |
| void | ResizeViewport (unsigned int width, unsigned int height) |
| void | SetBindingHandlerDelegate (WindowBindingHandlerDelegate *binding_handler_delegate) |
| virtual void | SetContact (UINT contactId) |
| void | Update () |
| void | Destroy () |
Additional Inherited Members | |
Public Attributes inherited from flutter::DirectManipulationOwner | |
| WindowBindingHandlerDelegate * | binding_handler_delegate |
Mock for the |DirectManipulationOwner| base class.
Definition at line 16 of file mock_direct_manipulation.h.
|
inlineexplicit |
Definition at line 18 of file mock_direct_manipulation.h.
|
virtualdefault |
| flutter::testing::MockDirectManipulationOwner::MOCK_METHOD | ( | void | , |
| SetContact | , | ||
| (UINT contact_id) | , | ||
| (override) | |||
| ) |