Flutter Engine
The Flutter Engine
|
#include "flutter/shell/platform/windows/public/flutter_windows.h"
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) |
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.
FLUTTER_EXPORT void FlutterDesktopEngineRegisterPlatformViewType | ( | FlutterDesktopEngineRef | engine, |
const char * | view_type_name, | ||
FlutterPlatformViewTypeEntry | view_type | ||
) |
Definition at line 185 of file stub_flutter_windows_api.cc.