#include <plugin_registrar_windows.h>
Public Member Functions | |
PluginRegistrarWindows (FlutterDesktopPluginRegistrarRef core_registrar) | |
virtual | ~PluginRegistrarWindows () |
PluginRegistrarWindows (PluginRegistrarWindows const &)=delete | |
PluginRegistrarWindows & | operator= (PluginRegistrarWindows const &)=delete |
FlutterView * | GetView () |
int | RegisterTopLevelWindowProcDelegate (WindowProcDelegate delegate) |
void | UnregisterTopLevelWindowProcDelegate (int proc_id) |
![]() | |
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) |
Additional Inherited Members | |
![]() | |
FlutterDesktopPluginRegistrarRef | registrar () |
void | ClearPlugins () |
Definition at line 28 of file plugin_registrar_windows.h.
|
inlineexplicit |
Definition at line 32 of file plugin_registrar_windows.h.
References FlutterDesktopPluginRegistrarGetView().
|
inlinevirtual |
Definition at line 39 of file plugin_registrar_windows.h.
References flutter::PluginRegistrar::ClearPlugins().
|
delete |
|
inline |
Definition at line 50 of file plugin_registrar_windows.h.
Referenced by flutter::TEST().
|
delete |
|
inline |
Definition at line 65 of file plugin_registrar_windows.h.
References delegate_id, FlutterDesktopPluginRegistrarRegisterTopLevelWindowProcDelegate(), and flutter::PluginRegistrar::registrar().
Referenced by flutter::TEST().
|
inline |
Definition at line 76 of file plugin_registrar_windows.h.
References FlutterDesktopPluginRegistrarUnregisterTopLevelWindowProcDelegate(), and flutter::PluginRegistrar::registrar().
Referenced by flutter::TEST().