SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <scopevis.h>
Public Member Functions | |
TraceData () | |
void | setColor (QColor color) |
Public Attributes | |
Projector::ProjectionType | m_projectionType |
Complex to real projection type. More... | |
uint32_t | m_inputIndex |
Input or feed index this trace is associated with. More... | |
float | m_amp |
Amplification factor. More... | |
uint32_t | m_ampIndex |
Index in list of amplification factors. More... | |
float | m_ofs |
Offset factor. More... | |
int | m_ofsCoarse |
Coarse offset slider value. More... | |
int | m_ofsFine |
Fine offset slider value. More... | |
int | m_traceDelay |
Trace delay in number of samples. More... | |
int | m_traceDelayCoarse |
Coarse delay slider value. More... | |
int | m_traceDelayFine |
Fine delay slider value. More... | |
float | m_triggerDisplayLevel |
Displayable trigger display level in -1:+1 scale. Off scale if not displayable. More... | |
QColor | m_traceColor |
Trace display color. More... | |
float | m_traceColorR |
Trace display color - red shortcut. More... | |
float | m_traceColorG |
Trace display color - green shortcut. More... | |
float | m_traceColorB |
Trace display color - blue shortcut. More... | |
bool | m_hasTextOverlay |
True if a text overlay has to be displayed. More... | |
QString | m_textOverlay |
Text overlay to display. More... | |
bool | m_viewTrace |
Trace visibility. More... | |
Definition at line 48 of file scopevis.h.
|
inline |
Definition at line 69 of file scopevis.h.
|
inline |
Definition at line 88 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData().
float ScopeVis::TraceData::m_amp |
Amplification factor.
Definition at line 52 of file scopevis.h.
Referenced by ScopeVis::addTrace(), ATVDemodGUI::ATVDemodGUI(), ScopeVis::changeTrace(), GLScopeGUI::fillTraceData(), ScopeVis::Traces::isVerticalDisplayChange(), GLScopeGUI::on_trace_valueChanged(), and GLScope::setYScale().
uint32_t ScopeVis::TraceData::m_ampIndex |
Index in list of amplification factors.
Definition at line 53 of file scopevis.h.
Referenced by ATVDemodGUI::ATVDemodGUI(), GLScopeGUI::fillTraceData(), and GLScopeGUI::setTraceUI().
bool ScopeVis::TraceData::m_hasTextOverlay |
True if a text overlay has to be displayed.
Definition at line 65 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), and GLScope::paintGL().
uint32_t ScopeVis::TraceData::m_inputIndex |
Input or feed index this trace is associated with.
Definition at line 51 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData().
float ScopeVis::TraceData::m_ofs |
Offset factor.
Definition at line 54 of file scopevis.h.
Referenced by ScopeVis::addTrace(), ATVDemodGUI::ATVDemodGUI(), ScopeVis::changeTrace(), GLScopeGUI::fillTraceData(), ScopeVis::Traces::isVerticalDisplayChange(), GLScopeGUI::on_trace_valueChanged(), and GLScope::setYScale().
int ScopeVis::TraceData::m_ofsCoarse |
Coarse offset slider value.
Definition at line 55 of file scopevis.h.
Referenced by ATVDemodGUI::ATVDemodGUI(), GLScopeGUI::fillTraceData(), and GLScopeGUI::setTraceUI().
int ScopeVis::TraceData::m_ofsFine |
Fine offset slider value.
Definition at line 56 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), and GLScopeGUI::setTraceUI().
Projector::ProjectionType ScopeVis::TraceData::m_projectionType |
Complex to real projection type.
Definition at line 50 of file scopevis.h.
Referenced by ScopeVis::Traces::addTrace(), ScopeVis::Traces::changeTrace(), GLScopeGUI::fillTraceData(), ScopeVis::Traces::isVerticalDisplayChange(), GLScopeGUI::on_trace_valueChanged(), GLScopeGUI::setTraceUI(), and GLScope::setYScale().
QString ScopeVis::TraceData::m_textOverlay |
Text overlay to display.
Definition at line 66 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), and GLScope::paintGL().
QColor ScopeVis::TraceData::m_traceColor |
Trace display color.
Definition at line 61 of file scopevis.h.
Referenced by ScopeVis::Traces::isVerticalDisplayChange(), GLScope::paintGL(), and GLScopeGUI::setTraceUI().
float ScopeVis::TraceData::m_traceColorB |
Trace display color - blue shortcut.
Definition at line 64 of file scopevis.h.
Referenced by GLScope::paintGL().
float ScopeVis::TraceData::m_traceColorG |
Trace display color - green shortcut.
Definition at line 63 of file scopevis.h.
Referenced by GLScope::paintGL().
float ScopeVis::TraceData::m_traceColorR |
Trace display color - red shortcut.
Definition at line 62 of file scopevis.h.
Referenced by GLScope::paintGL().
int ScopeVis::TraceData::m_traceDelay |
Trace delay in number of samples.
Definition at line 57 of file scopevis.h.
Referenced by ScopeVis::addTrace(), ScopeVis::changeTrace(), GLScopeGUI::fillTraceData(), and GLScopeGUI::on_trace_valueChanged().
int ScopeVis::TraceData::m_traceDelayCoarse |
Coarse delay slider value.
Definition at line 58 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), and GLScopeGUI::setTraceUI().
int ScopeVis::TraceData::m_traceDelayFine |
Fine delay slider value.
Definition at line 59 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), and GLScopeGUI::setTraceUI().
float ScopeVis::TraceData::m_triggerDisplayLevel |
Displayable trigger display level in -1:+1 scale. Off scale if not displayable.
Definition at line 60 of file scopevis.h.
Referenced by GLScope::paintGL().
bool ScopeVis::TraceData::m_viewTrace |
Trace visibility.
Definition at line 67 of file scopevis.h.
Referenced by GLScopeGUI::fillTraceData(), GLScope::paintGL(), and GLScopeGUI::setTraceUI().