![]() |
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 <dynamicitemsettinggui.h>
Inherits QObject.
Collaboration diagram for DynamicItemSettingGUI:Signals | |
| void | valueChanged (QString itemName, double value) |
Public Member Functions | |
| DynamicItemSettingGUI (ItemSettingGUI *itemSettingGUI, const QString &name, QObject *parent=0) | |
| ~DynamicItemSettingGUI () | |
| const QString & | getName () const |
| double | getValue () const |
| void | setValue (double value) |
Private Slots | |
| void | processValueChanged (double value) |
Private Attributes | |
| ItemSettingGUI * | m_itemSettingGUI |
| QString | m_name |
Definition at line 24 of file dynamicitemsettinggui.h.
| DynamicItemSettingGUI::DynamicItemSettingGUI | ( | ItemSettingGUI * | itemSettingGUI, |
| const QString & | name, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 20 of file dynamicitemsettinggui.cpp.
References m_itemSettingGUI, processValueChanged(), and valueChanged().
Here is the call graph for this function:| DynamicItemSettingGUI::~DynamicItemSettingGUI | ( | ) |
Definition at line 28 of file dynamicitemsettinggui.cpp.
References m_itemSettingGUI, processValueChanged(), and valueChanged().
Here is the call graph for this function:
|
inline |
Definition at line 31 of file dynamicitemsettinggui.h.
|
inline |
Definition at line 32 of file dynamicitemsettinggui.h.
|
privateslot |
Definition at line 33 of file dynamicitemsettinggui.cpp.
References m_name, and valueChanged().
Referenced by DynamicItemSettingGUI(), and ~DynamicItemSettingGUI().
Here is the caller graph for this function:
|
inline |
Definition at line 33 of file dynamicitemsettinggui.h.
|
signal |
Referenced by DynamicItemSettingGUI(), processValueChanged(), and ~DynamicItemSettingGUI().
Here is the caller graph for this function:
|
private |
Definition at line 42 of file dynamicitemsettinggui.h.
Referenced by DynamicItemSettingGUI(), and ~DynamicItemSettingGUI().
|
private |
Definition at line 43 of file dynamicitemsettinggui.h.
Referenced by processValueChanged().
1.8.13