Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
 
Loading...
Searching...
No Matches
FlutterWindowCreationRequest Struct Reference

#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 )()
 

Detailed Description

Definition at line 39 of file FlutterWindowController.h.

Member Data Documentation

◆ constraints

struct FlutterWindowConstraints FlutterWindowCreationRequest::constraints

Definition at line 43 of file FlutterWindowController.h.

◆ has_constraints

bool FlutterWindowCreationRequest::has_constraints

Definition at line 42 of file FlutterWindowController.h.

◆ has_size

◆ notify_listeners

void(* FlutterWindowCreationRequest::notify_listeners) ()

Definition at line 47 of file FlutterWindowController.h.

◆ on_should_close

void(* FlutterWindowCreationRequest::on_should_close) ()

Definition at line 45 of file FlutterWindowController.h.

◆ on_will_close

void(* FlutterWindowCreationRequest::on_will_close) ()

Definition at line 46 of file FlutterWindowController.h.

◆ parent_view_id

int64_t FlutterWindowCreationRequest::parent_view_id

Definition at line 44 of file FlutterWindowController.h.

◆ size

struct FlutterWindowSize FlutterWindowCreationRequest::size

Definition at line 41 of file FlutterWindowController.h.


The documentation for this struct was generated from the following file: