![]() |
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 <dynamicargsettinggui.h>
Inherits QObject.
Collaboration diagram for DynamicArgSettingGUI:Signals | |
| void | valueChanged (QString itemName, QVariant value) |
Public Member Functions | |
| DynamicArgSettingGUI (ArgInfoGUI *argSettingGUI, const QString &name, QObject *parent=0) | |
| ~DynamicArgSettingGUI () | |
| const QString & | getName () const |
| QVariant | getValue () const |
| void | setValue (const QVariant &value) |
Private Slots | |
| void | processValueChanged () |
Private Attributes | |
| ArgInfoGUI * | m_argSettingGUI |
| QString | m_name |
Definition at line 28 of file dynamicargsettinggui.h.
| DynamicArgSettingGUI::DynamicArgSettingGUI | ( | ArgInfoGUI * | argSettingGUI, |
| const QString & | name, | ||
| QObject * | parent = 0 |
||
| ) |
Definition at line 20 of file dynamicargsettinggui.cpp.
References m_argSettingGUI, processValueChanged(), and valueChanged().
Here is the call graph for this function:| DynamicArgSettingGUI::~DynamicArgSettingGUI | ( | ) |
Definition at line 28 of file dynamicargsettinggui.cpp.
References m_argSettingGUI, processValueChanged(), and valueChanged().
Here is the call graph for this function:
|
inline |
Definition at line 35 of file dynamicargsettinggui.h.
References SWGSDRangel::setValue().
Here is the call graph for this function:| QVariant DynamicArgSettingGUI::getValue | ( | ) | const |
Definition at line 46 of file dynamicargsettinggui.cpp.
References ArgInfoGUI::ArgInfoValueBool, ArgInfoGUI::ArgInfoValueFloat, ArgInfoGUI::ArgInfoValueInt, ArgInfoGUI::ArgInfoValueString, ArgInfoGUI::getBoolValue(), ArgInfoGUI::getFloatValue(), ArgInfoGUI::getIntValue(), ArgInfoGUI::getStringValue(), ArgInfoGUI::getValueType(), and m_argSettingGUI.
Here is the call graph for this function:
|
privateslot |
Definition at line 33 of file dynamicargsettinggui.cpp.
References ArgInfoGUI::ArgInfoValueBool, ArgInfoGUI::ArgInfoValueFloat, ArgInfoGUI::ArgInfoValueInt, ArgInfoGUI::ArgInfoValueString, ArgInfoGUI::getBoolValue(), ArgInfoGUI::getFloatValue(), ArgInfoGUI::getIntValue(), ArgInfoGUI::getStringValue(), ArgInfoGUI::getValueType(), m_argSettingGUI, m_name, and valueChanged().
Referenced by DynamicArgSettingGUI(), and ~DynamicArgSettingGUI().
Here is the call graph for this function:
Here is the caller graph for this function:| void DynamicArgSettingGUI::setValue | ( | const QVariant & | value | ) |
Definition at line 61 of file dynamicargsettinggui.cpp.
References m_argSettingGUI, ArgInfoGUI::setBoolValue(), ArgInfoGUI::setFloatValue(), ArgInfoGUI::setIntValue(), and ArgInfoGUI::setStringValue().
Here is the call graph for this function:
|
signal |
Referenced by DynamicArgSettingGUI(), processValueChanged(), and ~DynamicArgSettingGUI().
Here is the caller graph for this function:
|
private |
Definition at line 46 of file dynamicargsettinggui.h.
Referenced by DynamicArgSettingGUI(), getValue(), processValueChanged(), setValue(), and ~DynamicArgSettingGUI().
|
private |
Definition at line 47 of file dynamicargsettinggui.h.
Referenced by processValueChanged().
1.8.13