dRonin
adbada4
dRonin GCS
|
A place holder gadget plugin. More...
Namespaces | |
Core | |
The Core namespace contains all classes that make up the Core plugin which constitute the basic functionality of the GCS. | |
Classes | |
class | EmptyGadget |
class | EmptyGadgetFactory |
class | EmptyGadgetWidget |
class | EmptyPlugin |
Functions | |
EmptyGadget::EmptyGadget (QString classId, EmptyGadgetWidget *widget, QWidget *parent=nullptr) | |
EmptyGadget::~EmptyGadget () | |
QList< int > | EmptyGadget::context () const |
QWidget * | EmptyGadget::widget () |
QString | EmptyGadget::contextHelpId () const |
EmptyGadgetFactory::EmptyGadgetFactory (QObject *parent=nullptr) | |
EmptyGadgetFactory::~EmptyGadgetFactory () | |
IUAVGadget * | EmptyGadgetFactory::createGadget (QWidget *parent) |
EmptyGadgetWidget::EmptyGadgetWidget (QWidget *parent=nullptr) | |
EmptyGadgetWidget::~EmptyGadgetWidget () | |
A place holder gadget plugin.
|
inlinevirtual |
Reimplemented from Core::IUAVGadget.
Definition at line 48 of file emptygadget.h.
|
inlinevirtual |
Reimplemented from Core::IUAVGadget.
Definition at line 50 of file emptygadget.h.
|
virtual |
Implements Core::IUAVGadgetFactory.
Definition at line 40 of file emptygadgetfactory.cpp.
EmptyGadget::EmptyGadget | ( | QString | classId, |
EmptyGadgetWidget * | widget, | ||
QWidget * | parent = nullptr |
||
) |
Definition at line 29 of file emptygadget.cpp.
EmptyGadgetFactory::EmptyGadgetFactory | ( | QObject * | parent = nullptr | ) |
Definition at line 31 of file emptygadgetfactory.cpp.
EmptyGadgetWidget::EmptyGadgetWidget | ( | QWidget * | parent = nullptr | ) |
Definition at line 35 of file emptygadgetwidget.cpp.
|
inlinevirtual |
Implements Core::IUAVGadget.
Definition at line 49 of file emptygadget.h.
EmptyGadget::~EmptyGadget | ( | ) |
Definition at line 35 of file emptygadget.cpp.
EmptyGadgetFactory::~EmptyGadgetFactory | ( | ) |
Definition at line 36 of file emptygadgetfactory.cpp.
EmptyGadgetWidget::~EmptyGadgetWidget | ( | ) |
Definition at line 45 of file emptygadgetwidget.cpp.