#include <mock_platform_view_manager.h>
|
| MockPlatformViewManager (FlutterWindowsEngine *engine) |
|
| ~MockPlatformViewManager () |
|
| MOCK_METHOD (bool, AddPlatformView,(PlatformViewId id, std::string_view)) |
|
| 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 |
|
| PlatformViewManager (BinaryMessenger *binary_messenger) |
|
virtual | ~PlatformViewManager () |
|
virtual bool | AddPlatformView (PlatformViewId id, std::string_view type_name)=0 |
|
virtual bool | FocusPlatformView (PlatformViewId id, FocusChangeDirection direction, bool focus)=0 |
|
◆ MockPlatformViewManager()
◆ ~MockPlatformViewManager()
flutter::MockPlatformViewManager::~MockPlatformViewManager |
( |
| ) |
|
|
inline |
◆ MOCK_METHOD()
The documentation for this class was generated from the following file: