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.
Public Member Functions | Public Attributes | List of all members
GLSpectrum::ChannelMarkerState Struct Reference
+ Collaboration diagram for GLSpectrum::ChannelMarkerState:

Public Member Functions

 ChannelMarkerState (ChannelMarker *channelMarker)
 

Public Attributes

ChannelMarkerm_channelMarker
 
QMatrix4x4 m_glMatrixWaterfall
 
QMatrix4x4 m_glMatrixDsbWaterfall
 
QMatrix4x4 m_glMatrixFreqScale
 
QMatrix4x4 m_glMatrixDsbFreqScale
 
QMatrix4x4 m_glMatrixHistogram
 
QMatrix4x4 m_glMatrixDsbHistogram
 
QRect m_rect
 

Detailed Description

Definition at line 106 of file glspectrum.h.

Constructor & Destructor Documentation

◆ ChannelMarkerState()

GLSpectrum::ChannelMarkerState::ChannelMarkerState ( ChannelMarker channelMarker)
inline

Definition at line 116 of file glspectrum.h.

116  :
117  m_channelMarker(channelMarker)
118  { }
ChannelMarker * m_channelMarker
Definition: glspectrum.h:107

Member Data Documentation

◆ m_channelMarker

ChannelMarker* GLSpectrum::ChannelMarkerState::m_channelMarker

Definition at line 107 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixDsbFreqScale

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixDsbFreqScale

Definition at line 111 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixDsbHistogram

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixDsbHistogram

Definition at line 113 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixDsbWaterfall

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixDsbWaterfall

Definition at line 109 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixFreqScale

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixFreqScale

Definition at line 110 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixHistogram

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixHistogram

Definition at line 112 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_glMatrixWaterfall

QMatrix4x4 GLSpectrum::ChannelMarkerState::m_glMatrixWaterfall

Definition at line 108 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges(), and GLSpectrum::paintGL().

◆ m_rect

QRect GLSpectrum::ChannelMarkerState::m_rect

Definition at line 114 of file glspectrum.h.

Referenced by GLSpectrum::applyChanges().


The documentation for this struct was generated from the following file: