Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Protected Member Functions | Protected Attributes | List of all members
flutter::FlutterPlatformViewLayer Struct Reference

#include <FlutterPlatformViews_Internal.h>

Protected Member Functions

() - FlutterPlatformViewLayer
 
() - ~FlutterPlatformViewLayer
 

Protected Attributes

fml::scoped_nsobject< UIView > overlay_view
 
fml::scoped_nsobject< UIView > overlay_view_wrapper
 
std::unique_ptr< IOSSurfaceios_surface
 
std::unique_ptr< Surfacesurface
 
bool did_submit_last_frame
 
GrDirectContextgr_context
 

Detailed Description

Definition at line 144 of file FlutterPlatformViews_Internal.h.

Constructor & Destructor Documentation

◆ FlutterPlatformViewLayer

- FlutterPlatformViewLayer: (const fml::scoped_nsobject< UIView > &)  overlay_view
(const fml::scoped_nsobject< UIView > &)  overlay_view_wrapper
(std::unique_ptr< IOSSurface >)  ios_surface
(std::unique_ptr< Surface >)  surface 

◆ ~FlutterPlatformViewLayer

- FlutterPlatformViewLayer:

Member Data Documentation

◆ did_submit_last_frame

- (bool) FlutterPlatformViewLayer:
protected

Definition at line 158 of file FlutterPlatformViews_Internal.h.

◆ gr_context

- (GrDirectContext*) FlutterPlatformViewLayer:
protected

Definition at line 163 of file FlutterPlatformViews_Internal.h.

◆ ios_surface

- (unique_ptr<IOSSurface>) flutter:
protected

Definition at line 154 of file FlutterPlatformViews_Internal.h.

◆ overlay_view

- (scoped_nsobject<UIView>) flutter:
protected

Definition at line 152 of file FlutterPlatformViews_Internal.h.

◆ overlay_view_wrapper

- (scoped_nsobject<UIView>) flutter:
protected

Definition at line 153 of file FlutterPlatformViews_Internal.h.

◆ surface

- (unique_ptr<Surface>) flutter:
protected

Definition at line 155 of file FlutterPlatformViews_Internal.h.


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