dRonin
adbada4
dRonin GCS
|
The Scopes3dConfig class The parent class for 3D scope configurations. More...
#include <scopes3dconfig.h>
Public Types | |
enum | Plot3dType { NO3DPLOT, SCATTERPLOT3D, SPECTROGRAM } |
The Plot3dType enum Defines the different type of plots. More... | |
Public Member Functions | |
virtual int | getScopeDimensions () |
Public Member Functions inherited from ScopeConfig | |
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 |
Additional Inherited Members | |
Protected Member Functions inherited from ScopeConfig | |
QString | getUavObjectFieldUnits (QString uavObjectName, QString uavObjectFieldName) |
Protected Attributes inherited from ScopeConfig | |
int | m_refreshInterval |
PlotDimensions | m_plotDimensions |
The Scopes3dConfig class The parent class for 3D scope configurations.
Definition at line 50 of file scopes3dconfig.h.