Go to the source code of this file.
Classes | |
| struct | FlutterDesktopViewControllerProperties |
| struct | FlutterPlatformViewCreationParameters |
| struct | FlutterPlatformViewTypeEntry |
Typedefs | |
| typedef int64_t | PlatformViewId |
| typedef HWND(* | FlutterPlatformViewFactory) (const FlutterPlatformViewCreationParameters *) |
Functions | |
| FLUTTER_EXPORT FlutterDesktopViewControllerRef | FlutterDesktopEngineCreateViewController (FlutterDesktopEngineRef engine, const FlutterDesktopViewControllerProperties *properties) |
| FLUTTER_EXPORT void | FlutterDesktopEngineRegisterPlatformViewType (FlutterDesktopEngineRef engine, const char *view_type_name, FlutterPlatformViewTypeEntry view_type) |
| FLUTTER_EXPORT FlutterDesktopEngineRef | FlutterDesktopEngineForId (int64_t engine_id) |
| typedef HWND(* FlutterPlatformViewFactory) (const FlutterPlatformViewCreationParameters *) |
Definition at line 54 of file flutter_windows_internal.h.
| typedef int64_t PlatformViewId |
Definition at line 42 of file flutter_windows_internal.h.
| FLUTTER_EXPORT FlutterDesktopViewControllerRef FlutterDesktopEngineCreateViewController | ( | FlutterDesktopEngineRef | engine, |
| const FlutterDesktopViewControllerProperties * | properties | ||
| ) |
Definition at line 128 of file flutter_windows.cc.
References CreateViewController(), FlutterDesktopViewControllerProperties::height, and FlutterDesktopViewControllerProperties::width.
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT FlutterDesktopEngineRef FlutterDesktopEngineForId | ( | int64_t | engine_id | ) |
Definition at line 200 of file flutter_windows.cc.
References flutter::FlutterWindowsEngine::GetEngineForId(), and HandleForEngine().
Referenced by flutter::testing::TEST_F().
| FLUTTER_EXPORT void FlutterDesktopEngineRegisterPlatformViewType | ( | FlutterDesktopEngineRef | engine, |
| const char * | view_type_name, | ||
| FlutterPlatformViewTypeEntry | view_type | ||
| ) |
Definition at line 288 of file flutter_windows.cc.