#include <FlutterWindowController.h>
Public Attributes | |
| bool | has_size |
| struct FlutterWindowSize | size |
| bool | has_constraints |
| struct FlutterWindowConstraints | constraints |
| int64_t | parent_view_id |
| void(* | on_should_close )() |
| void(* | on_will_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 47 of file FlutterWindowController.h.
| void(* FlutterWindowCreationRequest::on_should_close) () |
Definition at line 45 of file FlutterWindowController.h.
| void(* FlutterWindowCreationRequest::on_will_close) () |
Definition at line 46 of file FlutterWindowController.h.
| int64_t FlutterWindowCreationRequest::parent_view_id |
Definition at line 44 of file FlutterWindowController.h.
| struct FlutterWindowSize FlutterWindowCreationRequest::size |
Definition at line 41 of file FlutterWindowController.h.