dRonin
adbada4
dRonin GCS
|
#include <scopegadgetoptionspage.h>
Public Types | |
enum | userRoleShift { UR_UAVOBJECT, UR_UAVFIELD, UR_SCALE, UR_COLOR, UR_MEAN, UR_MATHFUNCTION } |
Public Member Functions | |
ScopeGadgetOptionsPage (ScopeGadgetConfiguration *config, QObject *parent=nullptr) | |
QWidget * | createPage (QWidget *parent) |
ScopeGadgetOptionsPage::createPage creates options page widget (uses the UI file) More... | |
void | apply () |
ScopeGadgetOptionsPage::apply Called when the user presses OK. Applies the current values to the scope. More... | |
void | finish () |
Public Member Functions inherited from Core::IOptionsPage | |
IOptionsPage (QObject *parent=nullptr) | |
virtual | ~IOptionsPage () |
void | setIcon (QIcon icon) |
QIcon | icon () |
virtual QString | id () const |
virtual QString | trName () const |
virtual QString | category () const |
virtual QString | trCategory () const |
Definition at line 53 of file scopegadgetoptionspage.h.