#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 () |
| std::shared_ptr< FlutterView > | GetViewById (FlutterViewId view_id) const |
| int | RegisterTopLevelWindowProcDelegate (WindowProcDelegate delegate) |
| void | UnregisterTopLevelWindowProcDelegate (int proc_id) |
Public Member Functions inherited from flutter::PluginRegistrar | |
| 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 | |
Protected Member Functions inherited from flutter::PluginRegistrar | |
| FlutterDesktopPluginRegistrarRef | registrar () const |
| 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 42 of file plugin_registrar_windows.h.
References flutter::PluginRegistrar::ClearPlugins().
|
delete |
|
inline |
Definition at line 59 of file plugin_registrar_windows.h.
Referenced by flutter::TEST().
|
inline |
Definition at line 65 of file plugin_registrar_windows.h.
References FlutterDesktopPluginRegistrarGetViewById(), and flutter::PluginRegistrar::registrar().
Referenced by flutter::TEST().
|
delete |
|
inline |
Definition at line 88 of file plugin_registrar_windows.h.
References delegate_id, FlutterDesktopPluginRegistrarRegisterTopLevelWindowProcDelegate(), and flutter::PluginRegistrar::registrar().
Referenced by flutter::TEST().
|
inline |
Definition at line 99 of file plugin_registrar_windows.h.
References FlutterDesktopPluginRegistrarUnregisterTopLevelWindowProcDelegate(), and flutter::PluginRegistrar::registrar().
Referenced by flutter::TEST().