#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 )() |
| FlutterWindowRect *(* | on_get_window_position )(const FlutterWindowSize &child_size, const FlutterWindowRect &parent_rect, const FlutterWindowRect &output_rect) |
Definition at line 60 of file FlutterWindowController.h.
| struct FlutterWindowConstraints FlutterWindowCreationRequest::constraints |
Definition at line 64 of file FlutterWindowController.h.
| bool FlutterWindowCreationRequest::has_constraints |
Definition at line 63 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| bool FlutterWindowCreationRequest::has_size |
Definition at line 61 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), 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 68 of file FlutterWindowController.h.
| FlutterWindowRect *(* FlutterWindowCreationRequest::on_get_window_position) (const FlutterWindowSize &child_size, const FlutterWindowRect &parent_rect, const FlutterWindowRect &output_rect) |
Definition at line 71 of file FlutterWindowController.h.
| void(* FlutterWindowCreationRequest::on_should_close) () |
Definition at line 66 of file FlutterWindowController.h.
| void(* FlutterWindowCreationRequest::on_will_close) () |
Definition at line 67 of file FlutterWindowController.h.
| int64_t FlutterWindowCreationRequest::parent_view_id |
Definition at line 65 of file FlutterWindowController.h.
| struct FlutterWindowSize FlutterWindowCreationRequest::size |
Definition at line 62 of file FlutterWindowController.h.