DisplayForm child for managing frequency (PSD) plots.
More...
#include <gnuradio/qtgui/freqdisplayform.h>
DisplayForm child for managing frequency (PSD) plots.
◆ FreqDisplayForm()
FreqDisplayForm::FreqDisplayForm |
( |
int |
nplots = 1 , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
◆ ~FreqDisplayForm()
FreqDisplayForm::~FreqDisplayForm |
( |
| ) |
|
◆ autoScale
void FreqDisplayForm::autoScale |
( |
bool |
en | ) |
|
|
slot |
◆ autoScaleShot
void FreqDisplayForm::autoScaleShot |
( |
| ) |
|
|
slot |
◆ checkClicked()
bool FreqDisplayForm::checkClicked |
( |
| ) |
|
◆ clearMaxHold
void FreqDisplayForm::clearMaxHold |
( |
| ) |
|
|
slot |
◆ clearMinHold
void FreqDisplayForm::clearMinHold |
( |
| ) |
|
|
slot |
◆ customEvent
void FreqDisplayForm::customEvent |
( |
QEvent * |
e | ) |
|
|
slot |
◆ getClickedFreq()
float FreqDisplayForm::getClickedFreq |
( |
| ) |
const |
◆ getFFTAverage()
float FreqDisplayForm::getFFTAverage |
( |
| ) |
const |
◆ getFFTSize()
int FreqDisplayForm::getFFTSize |
( |
| ) |
const |
◆ getFFTWindowType()
◆ getPlot()
◆ getTriggerChannel()
int FreqDisplayForm::getTriggerChannel |
( |
| ) |
const |
◆ getTriggerLevel()
float FreqDisplayForm::getTriggerLevel |
( |
| ) |
const |
◆ getTriggerMode()
◆ getTriggerTagKey()
std::string FreqDisplayForm::getTriggerTagKey |
( |
| ) |
const |
◆ notifyFFTSize
void FreqDisplayForm::notifyFFTSize |
( |
const QString & |
s | ) |
|
|
slot |
◆ notifyFFTWindow
void FreqDisplayForm::notifyFFTWindow |
( |
const QString & |
s | ) |
|
|
slot |
◆ notifyMaxHold
void FreqDisplayForm::notifyMaxHold |
( |
bool |
en | ) |
|
|
slot |
◆ notifyMinHold
void FreqDisplayForm::notifyMinHold |
( |
bool |
en | ) |
|
|
slot |
◆ notifyTriggerLevelMinus
void FreqDisplayForm::notifyTriggerLevelMinus |
( |
| ) |
|
|
slot |
◆ notifyTriggerLevelPlus
void FreqDisplayForm::notifyTriggerLevelPlus |
( |
| ) |
|
|
slot |
◆ notifyTriggerMode
void FreqDisplayForm::notifyTriggerMode |
( |
const QString & |
mode | ) |
|
|
slot |
◆ notifyYAxisMinus
void FreqDisplayForm::notifyYAxisMinus |
( |
| ) |
|
|
slot |
◆ notifyYAxisPlus
void FreqDisplayForm::notifyYAxisPlus |
( |
| ) |
|
|
slot |
◆ notifyYRangeMinus
void FreqDisplayForm::notifyYRangeMinus |
( |
| ) |
|
|
slot |
◆ notifyYRangePlus
void FreqDisplayForm::notifyYRangePlus |
( |
| ) |
|
|
slot |
◆ setFFTAverage
void FreqDisplayForm::setFFTAverage |
( |
const float |
| ) |
|
|
slot |
◆ setFFTSize
void FreqDisplayForm::setFFTSize |
( |
const int |
| ) |
|
|
slot |
◆ setFFTWindowType
◆ setFrequencyRange
void FreqDisplayForm::setFrequencyRange |
( |
const double |
centerfreq, |
|
|
const double |
bandwidth |
|
) |
| |
|
slot |
◆ setPlotPosHalf
void FreqDisplayForm::setPlotPosHalf |
( |
bool |
half | ) |
|
|
slot |
◆ setSampleRate
void FreqDisplayForm::setSampleRate |
( |
const QString & |
samprate | ) |
|
|
slot |
◆ setTriggerChannel
void FreqDisplayForm::setTriggerChannel |
( |
int |
chan | ) |
|
|
slot |
◆ setTriggerLevel [1/2]
void FreqDisplayForm::setTriggerLevel |
( |
QString |
s | ) |
|
|
slot |
◆ setTriggerLevel [2/2]
void FreqDisplayForm::setTriggerLevel |
( |
float |
level | ) |
|
|
slot |
◆ setTriggerMode
◆ setTriggerTagKey [1/2]
void FreqDisplayForm::setTriggerTagKey |
( |
QString |
s | ) |
|
|
slot |
◆ setTriggerTagKey [2/2]
void FreqDisplayForm::setTriggerTagKey |
( |
const std::string & |
s | ) |
|
|
slot |
◆ setupControlPanel [1/2]
void FreqDisplayForm::setupControlPanel |
( |
bool |
en | ) |
|
|
slot |
◆ setupControlPanel [2/2]
void FreqDisplayForm::setupControlPanel |
( |
| ) |
|
|
slot |
◆ setYaxis
void FreqDisplayForm::setYaxis |
( |
double |
min, |
|
|
double |
max |
|
) |
| |
|
slot |
◆ setYLabel
void FreqDisplayForm::setYLabel |
( |
const std::string & |
label, |
|
|
const std::string & |
unit = "" |
|
) |
| |
|
slot |
◆ setYMax
void FreqDisplayForm::setYMax |
( |
const QString & |
m | ) |
|
|
slot |
◆ setYMin
void FreqDisplayForm::setYMin |
( |
const QString & |
m | ) |
|
|
slot |
◆ signalClearMaxData
void FreqDisplayForm::signalClearMaxData |
( |
| ) |
|
|
signal |
◆ signalClearMinData
void FreqDisplayForm::signalClearMinData |
( |
| ) |
|
|
signal |
◆ signalFFTSize
void FreqDisplayForm::signalFFTSize |
( |
int |
size | ) |
|
|
signal |
◆ signalFFTWindow
◆ signalReplot
void FreqDisplayForm::signalReplot |
( |
| ) |
|
|
signal |
◆ signalSetMaxFFTVisible
void FreqDisplayForm::signalSetMaxFFTVisible |
( |
bool |
en | ) |
|
|
signal |
◆ signalSetMinFFTVisible
void FreqDisplayForm::signalSetMinFFTVisible |
( |
bool |
en | ) |
|
|
signal |
◆ signalTriggerLevel
void FreqDisplayForm::signalTriggerLevel |
( |
float |
level | ) |
|
|
signal |
◆ signalTriggerMode
◆ teardownControlPanel
void FreqDisplayForm::teardownControlPanel |
( |
| ) |
|
|
slot |
◆ updateTrigger
The documentation for this class was generated from the following file: