dRonin
adbada4
dRonin GCS
|
The ScopeConfig class The parent class for scope configuration classes data sources. More...
#include <scopesconfig.h>
Public Member Functions | |
virtual int | getScopeDimensions ()=0 |
virtual void | saveConfiguration (QSettings *qSettings)=0 |
virtual int | getScopeType ()=0 |
virtual void | loadConfiguration (ScopeGadgetWidget *)=0 |
virtual void | setGuiConfiguration (Ui::ScopeGadgetOptionsPage *)=0 |
int | getRefreshInterval () |
void | setRefreshInterval (int val) |
virtual void | preparePlot (ScopeGadgetWidget *)=0 |
virtual ScopeConfig * | cloneScope (ScopeConfig *histogramSourceConfigs)=0 |
Protected Member Functions | |
QString | getUavObjectFieldUnits (QString uavObjectName, QString uavObjectFieldName) |
Protected Attributes | |
int | m_refreshInterval |
PlotDimensions | m_plotDimensions |
The ScopeConfig class The parent class for scope configuration classes data sources.
Definition at line 56 of file scopesconfig.h.