Public Slots |
| void | resizeEvent (QResizeEvent *e) |
| void | customEvent (QEvent *e) |
| void | avgLineEdit_valueChanged (int valueString) |
| void | maxHoldCheckBox_toggled (bool newState) |
| void | minHoldCheckBox_toggled (bool newState) |
| void | minHoldResetBtn_clicked () |
| void | maxHoldResetBtn_clicked () |
| void | tabChanged (int index) |
| void | setFrequencyRange (const double newCenterFrequency, const double newStartFrequency, const double newStopFrequency) |
| void | closeEvent (QCloseEvent *e) |
| void | windowTypeChanged (int newItem) |
| void | useRFFrequenciesCB (bool useRFFlag) |
| void | waterfallMaximumIntensityChangedCB (double) |
| void | waterfallMinimumIntensityChangedCB (double) |
| void | waterfallIntensityColorTypeChanged (int) |
| void | waterfallAutoScaleBtnCB () |
| void | fftComboBoxSelectedCB (const QString &) |
| void | toggleTabFrequency (const bool state) |
| void | toggleTabWaterfall (const bool state) |
| void | toggleTabTime (const bool state) |
| void | toggleTabConstellation (const bool state) |
| void | setTimeDomainAxis (double min, double max) |
| void | setConstellationAxis (double xmin, double xmax, double ymin, double ymax) |
| void | setConstellationPenSize (int size) |
| void | setFrequencyAxis (double min, double max) |
| void | setUpdateTime (double t) |
Signals |
| void | plotPointSelected (const QPointF p, int type) |
Public Member Functions |
| | SpectrumDisplayForm (QWidget *parent=0) |
| | ~SpectrumDisplayForm () |
| void | setSystem (SpectrumGUIClass *newSystem, const uint64_t numFFTDataPoints, const uint64_t numTimeDomainDataPoints) |
| int | getAverageCount () |
| void | setAverageCount (const int newCount) |
| void | reset () |
| void | averageDataReset () |
| void | resizeBuffers (const uint64_t numFFTDataPoints, const uint64_t numTimeDomainDataPoints) |