|
dRonin
adbada4
dRonin GCS
|
The Scopes2dConfig class The parent class for 3D scope configurations. More...
#include <scopes2dconfig.h>
Public Types | |
| enum | Plot2dType { NO2DPLOT, SCATTERPLOT2D, HISTOGRAM, POLARPLOT } |
| The Plot2dType 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 Scopes2dConfig class The parent class for 3D scope configurations.
Definition at line 50 of file scopes2dconfig.h.