#include <FlutterWindowController.h>
Public Member Functions | |
| NSRect | toNSRect () const |
Static Public Member Functions | |
| static FlutterWindowRect | fromNSRect (const NSRect &rect) |
Public Attributes | |
| double | left |
| double | top |
| double | width |
| double | height |
Definition at line 23 of file FlutterWindowController.h.
|
inlinestatic |
Definition at line 29 of file FlutterWindowController.h.
References width.
|
inline |
Definition at line 38 of file FlutterWindowController.h.
| double FlutterWindowRect::height |
Definition at line 27 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| double FlutterWindowRect::left |
Definition at line 24 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| double FlutterWindowRect::top |
Definition at line 25 of file FlutterWindowController.h.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| double FlutterWindowRect::width |
Definition at line 26 of file FlutterWindowController.h.
Referenced by fromNSRect(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().