#include <FlutterWindowController.h>
Public Attributes | |
| bool | has_size |
| struct FlutterWindowSize | size |
| bool | has_constraints |
| struct FlutterWindowConstraints | constraints |
| void(* | on_close )() |
| void(* | notify_listeners )() |
Definition at line 39 of file FlutterWindowController.h.
| struct FlutterWindowConstraints FlutterWindowCreationRequest::constraints |
Definition at line 43 of file FlutterWindowController.h.
| bool FlutterWindowCreationRequest::has_constraints |
Definition at line 42 of file FlutterWindowController.h.
| bool FlutterWindowCreationRequest::has_size |
Definition at line 40 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| void(* FlutterWindowCreationRequest::notify_listeners) () |
Definition at line 45 of file FlutterWindowController.h.
| void(* FlutterWindowCreationRequest::on_close) () |
Definition at line 44 of file FlutterWindowController.h.
| struct FlutterWindowSize FlutterWindowCreationRequest::size |
Definition at line 41 of file FlutterWindowController.h.