Flutter iOS Embedder
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
FlutterEnginePlatformViewTest.mm File Reference

Go to the source code of this file.

Classes

class  FlutterEnginePlatformViewTest
 

Namespaces

 flutter
 

Macros

#define FML_USED_ON_EMBEDDER
 

Variables

std::unique_ptr< flutter::PlatformViewIOSplatform_view
 
std::unique_ptr< fml::WeakPtrFactory< flutter::PlatformView > > weak_factory
 
flutter::FakeDelegate fake_delegate
 

Macro Definition Documentation

◆ FML_USED_ON_EMBEDDER

#define FML_USED_ON_EMBEDDER

Definition at line 6 of file FlutterEnginePlatformViewTest.mm.

Variable Documentation

◆ fake_delegate

flutter::FakeDelegate fake_delegate

Definition at line 68 of file FlutterEnginePlatformViewTest.mm.

Referenced by flutter::testing::TEST().

◆ platform_view

std::unique_ptr<flutter::PlatformViewIOS> platform_view

Definition at line 66 of file FlutterEnginePlatformViewTest.mm.

◆ settings_

flutter::Settings settings_

Definition at line 56 of file FlutterEnginePlatformViewTest.mm.

◆ weak_factory

std::unique_ptr<fml::WeakPtrFactory<flutter::PlatformView> > weak_factory

Definition at line 67 of file FlutterEnginePlatformViewTest.mm.