#include <plugin_registrar.h>
Public Member Functions | |
| PluginRegistrar (FlutterDesktopPluginRegistrarRef core_registrar) | |
| virtual | ~PluginRegistrar () |
| PluginRegistrar (PluginRegistrar const &)=delete | |
| PluginRegistrar & | operator= (PluginRegistrar const &)=delete |
| BinaryMessenger * | messenger () |
| TextureRegistrar * | texture_registrar () |
| void | AddPlugin (std::unique_ptr< Plugin > plugin) |
Protected Member Functions | |
| FlutterDesktopPluginRegistrarRef | registrar () const |
| void | ClearPlugins () |
Definition at line 27 of file plugin_registrar.h.
|
explicit |
Definition at line 19 of file plugin_registrar.cc.
References FlutterDesktopPluginRegistrarGetMessenger(), FlutterDesktopRegistrarGetTextureRegistrar(), and texture_registrar().
|
virtual |
Definition at line 30 of file plugin_registrar.cc.
References ClearPlugins().
|
delete |
| void flutter::PluginRegistrar::AddPlugin | ( | std::unique_ptr< Plugin > | plugin | ) |
Definition at line 38 of file plugin_registrar.cc.
Referenced by flutter::TEST(), flutter::TEST(), and flutter::TEST().
|
protected |
Definition at line 42 of file plugin_registrar.cc.
Referenced by ~PluginRegistrar(), flutter::PluginRegistrarGlfw::~PluginRegistrarGlfw(), and flutter::PluginRegistrarWindows::~PluginRegistrarWindows().
|
inline |
Definition at line 43 of file plugin_registrar.h.
Referenced by flutter::TEST(), and flutter::TEST().
|
delete |
|
inlineprotected |
Definition at line 57 of file plugin_registrar.h.
Referenced by flutter::PluginRegistrarGlfw::EnableInputBlockingForChannel(), flutter::PluginRegistrarWindows::GetViewById(), flutter::PluginRegistrarWindows::RegisterTopLevelWindowProcDelegate(), and flutter::PluginRegistrarWindows::UnregisterTopLevelWindowProcDelegate().
|
inline |
Definition at line 47 of file plugin_registrar.h.
Referenced by PluginRegistrar(), flutter::TEST(), flutter::TEST(), flutter::TEST(), and flutter::TEST().