#include <mock_platform_view_manager.h>
Public Member Functions | |
| MockPlatformViewManager (FlutterWindowsEngine *engine) | |
| ~MockPlatformViewManager () | |
| MOCK_METHOD (bool, AddPlatformView,(PlatformViewId id, std::string_view)) | |
Public Member Functions inherited from flutter::PlatformViewPlugin | |
| PlatformViewPlugin (BinaryMessenger *messenger, TaskRunner *task_runner) | |
| ~PlatformViewPlugin () | |
| std::optional< HWND > | GetNativeHandleForId (PlatformViewId id) const |
| void | RegisterPlatformViewType (std::string_view type_name, const FlutterPlatformViewTypeEntry &type) |
| bool | AddPlatformView (PlatformViewId id, std::string_view type_name) override |
| void | InstantiatePlatformView (PlatformViewId id) |
| bool | FocusPlatformView (PlatformViewId id, FocusChangeDirection direction, bool focus) override |
Public Member Functions inherited from flutter::PlatformViewManager | |
| PlatformViewManager (BinaryMessenger *binary_messenger) | |
| virtual | ~PlatformViewManager () |
Definition at line 15 of file mock_platform_view_manager.h.
|
inline |
Definition at line 17 of file mock_platform_view_manager.h.
|
inline |
Definition at line 21 of file mock_platform_view_manager.h.
| flutter::MockPlatformViewManager::MOCK_METHOD | ( | bool | , |
| AddPlatformView | , | ||
| (PlatformViewId id, std::string_view) | |||
| ) |