dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
ExtensionSystem::PluginErrorView Class Reference

Widget that displays the state and error message of a PluginSpec. More...

#include <pluginerrorview.h>

Inheritance diagram for ExtensionSystem::PluginErrorView:

Public Member Functions

 PluginErrorView (QWidget *parent=nullptr)
 
 ~PluginErrorView ()
 
void update (PluginSpec *spec)
 

Detailed Description

Widget that displays the state and error message of a PluginSpec.

Can be used for integration in the application that uses the plugin manager.

See Also
ExtensionSystem::PluginView

Definition at line 44 of file pluginerrorview.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

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.


The documentation for this class was generated from the following files: