dRonin  adbada4
dRonin GCS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Groups Pages
Empty Gadget Plugin

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 ()
 

Detailed Description

A place holder gadget plugin.

Function Documentation

QList<int> EmptyGadget::context ( ) const
inlinevirtual

Reimplemented from Core::IUAVGadget.

Definition at line 48 of file emptygadget.h.

QString EmptyGadget::contextHelpId ( ) const
inlinevirtual

Reimplemented from Core::IUAVGadget.

Definition at line 50 of file emptygadget.h.

IUAVGadget * EmptyGadgetFactory::createGadget ( QWidget *  parent)
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.

QWidget* EmptyGadget::widget ( )
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.