#include <runtime_delegate.h>
Definition at line 22 of file runtime_delegate.h.
◆ ~RuntimeDelegate()
flutter::RuntimeDelegate::~RuntimeDelegate |
( |
| ) |
|
|
protectedvirtualdefault |
◆ ComputePlatformResolvedLocale()
virtual std::unique_ptr< std::vector< std::string > > flutter::RuntimeDelegate::ComputePlatformResolvedLocale |
( |
const std::vector< std::string > & |
supported_locale_data | ) |
|
|
pure virtual |
◆ DefaultRouteName()
virtual std::string flutter::RuntimeDelegate::DefaultRouteName |
( |
| ) |
|
|
pure virtual |
◆ GetAssetManager()
virtual std::shared_ptr< AssetManager > flutter::RuntimeDelegate::GetAssetManager |
( |
| ) |
|
|
pure virtual |
◆ GetFontCollection()
virtual FontCollection & flutter::RuntimeDelegate::GetFontCollection |
( |
| ) |
|
|
pure virtual |
◆ GetPlatformMessageHandler()
◆ GetScaledFontSize()
virtual double flutter::RuntimeDelegate::GetScaledFontSize |
( |
double |
unscaled_font_size, |
|
|
int |
configuration_id |
|
) |
| const |
|
pure virtual |
◆ HandlePlatformMessage()
virtual void flutter::RuntimeDelegate::HandlePlatformMessage |
( |
std::unique_ptr< PlatformMessage > |
message | ) |
|
|
pure virtual |
◆ OnAllViewsRendered()
virtual void flutter::RuntimeDelegate::OnAllViewsRendered |
( |
| ) |
|
|
pure virtual |
◆ OnRootIsolateCreated()
virtual void flutter::RuntimeDelegate::OnRootIsolateCreated |
( |
| ) |
|
|
pure virtual |
◆ Render()
virtual void flutter::RuntimeDelegate::Render |
( |
int64_t |
view_id, |
|
|
std::unique_ptr< flutter::LayerTree > |
layer_tree, |
|
|
float |
device_pixel_ratio |
|
) |
| |
|
pure virtual |
◆ RequestDartDeferredLibrary()
virtual void flutter::RuntimeDelegate::RequestDartDeferredLibrary |
( |
intptr_t |
loading_unit_id | ) |
|
|
pure virtual |
◆ ScheduleFrame()
virtual void flutter::RuntimeDelegate::ScheduleFrame |
( |
bool |
regenerate_layer_trees = true | ) |
|
|
pure virtual |
◆ SendChannelUpdate()
virtual void flutter::RuntimeDelegate::SendChannelUpdate |
( |
std::string |
name, |
|
|
bool |
listening |
|
) |
| |
|
pure virtual |
◆ SetNeedsReportTimings()
virtual void flutter::RuntimeDelegate::SetNeedsReportTimings |
( |
bool |
value | ) |
|
|
pure virtual |
◆ UpdateIsolateDescription()
virtual void flutter::RuntimeDelegate::UpdateIsolateDescription |
( |
const std::string |
isolate_name, |
|
|
int64_t |
isolate_port |
|
) |
| |
|
pure virtual |
◆ UpdateSemantics()
The documentation for this class was generated from the following files: