|
dRonin
adbada4
dRonin GCS
|
#include <scopegadgetconfiguration.h>
Public Member Functions | |
| ScopeGadgetConfiguration (QString classId, QSettings *qSettings=nullptr, QObject *parent=nullptr) | |
| ScopeGadgetConfiguration::ScopeGadgetConfiguration Constructor for scope gadget settings. More... | |
| ~ScopeGadgetConfiguration () | |
| ScopeGadgetConfiguration::~ScopeGadgetConfiguration Destructor clears 2D and 3D plot data. More... | |
| ScopeConfig * | getScope () |
| void | saveConfig (QSettings *settings) const |
| ScopeGadgetConfiguration::saveConfig Saves a configuration. //REDEFINES saveConfig CHILD BEHAVIOR? More... | |
| IUAVGadgetConfiguration * | clone () |
| ScopeGadgetConfiguration::clone Clones a configuration. More... | |
| void | applyGuiConfiguration (Ui::ScopeGadgetOptionsPage *options_page) |
| ScopeGadgetConfiguration::applyGuiConfiguration Uses GUI information to create new scopes. More... | |
Public Member Functions inherited from Core::IUAVGadgetConfiguration | |
| IUAVGadgetConfiguration (QString classId, QObject *parent=nullptr) | |
| QString | classId () |
| QString | name () |
| void | setName (QString name) |
| QString | provisionalName () |
| void | setProvisionalName (QString name) |
| bool | locked () const |
| void | setLocked (bool locked) |
| virtual void | saveConfig () const |
| virtual void | saveConfig (QSettings *settings, UAVConfigInfo *) const |
Definition at line 41 of file scopegadgetconfiguration.h.