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