Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Variables
FlutterPlatformViewController.mm File Reference
#include "flutter/fml/logging.h"
import "flutter/shell/platform/darwin/macos/framework/Source/FlutterPlatformViewController.h"

Go to the source code of this file.

Variables

std::map< int, NSView * > _platformViews
 
std::unordered_set< int64_t > _platformViewsToDispose
 

Variable Documentation

◆ _platformViews

std::map<int, NSView*> _platformViews
Initial value:
{
NSMutableDictionary<NSString*, NSObject<FlutterPlatformViewFactory>*>* _platformViewFactories

Definition at line 14 of file FlutterPlatformViewController.mm.

◆ _platformViewsToDispose

std::unordered_set<int64_t> _platformViewsToDispose

Definition at line 17 of file FlutterPlatformViewController.mm.