#include <flutter_view_controller.h>
Public Member Functions | |
FlutterViewController (int width, int height, const DartProject &project) | |
virtual | ~FlutterViewController () |
FlutterViewController (FlutterViewController const &)=delete | |
FlutterViewController & | operator= (FlutterViewController const &)=delete |
FlutterViewId | view_id () const |
FlutterEngine * | engine () const |
FlutterView * | view () const |
void | ForceRedraw () |
std::optional< LRESULT > | HandleTopLevelWindowProc (HWND hwnd, UINT message, WPARAM wparam, LPARAM lparam) |
Definition at line 25 of file flutter_view_controller.h.
flutter::FlutterViewController::FlutterViewController | ( | int | width, |
int | height, | ||
const DartProject & | project | ||
) |
Definition at line 12 of file flutter_view_controller.cc.
References FlutterDesktopViewControllerCreate(), and FlutterDesktopViewControllerGetView().
|
virtual |
Definition at line 26 of file flutter_view_controller.cc.
References FlutterDesktopViewControllerDestroy().
|
delete |
|
inline |
Definition at line 45 of file flutter_view_controller.h.
Referenced by flutter::TEST().
void flutter::FlutterViewController::ForceRedraw | ( | ) |
Definition at line 38 of file flutter_view_controller.cc.
References FlutterDesktopViewControllerForceRedraw().
Referenced by flutter::TEST().
std::optional< LRESULT > flutter::FlutterViewController::HandleTopLevelWindowProc | ( | HWND | hwnd, |
UINT | message, | ||
WPARAM | wparam, | ||
LPARAM | lparam | ||
) |
Definition at line 42 of file flutter_view_controller.cc.
References FlutterDesktopViewControllerHandleTopLevelWindowProc(), and message.
|
delete |
|
inline |
Definition at line 48 of file flutter_view_controller.h.
Referenced by flutter::TEST().
FlutterViewId flutter::FlutterViewController::view_id | ( | ) | const |
Definition at line 32 of file flutter_view_controller.cc.
References FlutterDesktopViewControllerGetViewId().
Referenced by flutter::TEST().