dRonin
adbada4
dRonin GCS
|
Widget that shows a list of all plugins and their state. More...
#include <pluginview.h>
Signals | |
void | currentPluginChanged (ExtensionSystem::PluginSpec *spec) |
void | pluginActivated (ExtensionSystem::PluginSpec *spec) |
Public Member Functions | |
PluginView (PluginManager *manager, QWidget *parent=nullptr) | |
~PluginView () | |
PluginSpec * | currentPlugin () const |
Widget that shows a list of all plugins and their state.
This can be embedded e.g. in a dialog in the application that uses the plugin manager. The class also provides notifications for interactions with the list.
Definition at line 51 of file pluginview.h.
ExtensionSystem::PluginView::PluginView | ( | PluginManager * | manager, |
QWidget * | parent = nullptr |
||
) |
PluginView::~PluginView | ( | ) |
Definition at line 96 of file pluginview.cpp.
PluginSpec * PluginView::currentPlugin | ( | ) | const |
Returns the current selection in the list of plugins.
Definition at line 106 of file pluginview.cpp.
|
signal |
The current selection in the plugin list has changed to the plugin corresponding to spec.
|
signal |
The plugin list entry corresponding to spec has been activated, e.g. by a double-click.