Represents a platform view layer, including all mutations.
More...
#include <FlutterMutatorView.h>
Represents a platform view layer, including all mutations.
Definition at line 16 of file FlutterMutatorView.h.
◆ PlatformViewLayer() [1/2]
flutter::PlatformViewLayer::PlatformViewLayer |
( |
const FlutterLayer *_Nonnull |
layer | ) |
|
|
explicit |
Creates platform view from provided FlutterLayer, which must be of type kFlutterLayerContentTypePlatformView.
◆ PlatformViewLayer() [2/2]
flutter::PlatformViewLayer::PlatformViewLayer |
( |
FlutterPlatformViewIdentifier |
identifier, |
|
|
const std::vector< FlutterPlatformViewMutation > & |
mutations, |
|
|
FlutterPoint |
offset, |
|
|
FlutterSize |
size |
|
) |
| |
◆ identifier()
FlutterPlatformViewIdentifier flutter::PlatformViewLayer::identifier |
( |
| ) |
const |
|
inline |
◆ mutations()
const std::vector<FlutterPlatformViewMutation>& flutter::PlatformViewLayer::mutations |
( |
| ) |
const |
|
inline |
◆ offset()
FlutterPoint flutter::PlatformViewLayer::offset |
( |
| ) |
const |
|
inline |
◆ size()
FlutterSize flutter::PlatformViewLayer::size |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: