dRonin
adbada4
dRonin GCS
|
Widget that displays the contents of a PluginSpec. More...
#include <plugindetailsview.h>
Public Member Functions | |
PluginDetailsView (QWidget *parent=nullptr) | |
~PluginDetailsView () | |
void | update (PluginSpec *spec) |
Widget that displays the contents of a PluginSpec.
Can be used for integration in the application that uses the plugin manager.
Definition at line 46 of file plugindetailsview.h.
PluginDetailsView::PluginDetailsView | ( | QWidget * | parent = nullptr | ) |
Constructs a new view with given parent widget.
Definition at line 50 of file plugindetailsview.cpp.
PluginDetailsView::~PluginDetailsView | ( | ) |
Definition at line 61 of file plugindetailsview.cpp.
void PluginDetailsView::update | ( | PluginSpec * | spec | ) |
Reads the given spec and displays its values in this PluginDetailsView.
Definition at line 71 of file plugindetailsview.cpp.