![]() |
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 <SWGSoapySDRGainSetting.h>
Inheritance diagram for SWGSDRangel::SWGSoapySDRGainSetting:
Collaboration diagram for SWGSDRangel::SWGSoapySDRGainSetting:Public Member Functions | |
| SWGSoapySDRGainSetting () | |
| SWGSoapySDRGainSetting (QString *json) | |
| virtual | ~SWGSoapySDRGainSetting () |
| void | init () |
| void | cleanup () |
| virtual QString | asJson () override |
| virtual QJsonObject * | asJsonObject () override |
| virtual void | fromJsonObject (QJsonObject &json) override |
| virtual SWGSoapySDRGainSetting * | fromJson (QString &jsonString) override |
| QString * | getName () |
| void | setName (QString *name) |
| SWGRangeFloat * | getRange () |
| void | setRange (SWGRangeFloat *range) |
| virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () |
Private Attributes | |
| QString * | name |
| bool | m_name_isSet |
| SWGRangeFloat * | range |
| bool | m_range_isSet |
Definition at line 33 of file SWGSoapySDRGainSetting.h.
| SWGSDRangel::SWGSoapySDRGainSetting::SWGSoapySDRGainSetting | ( | ) |
Definition at line 30 of file SWGSoapySDRGainSetting.cpp.
References m_name_isSet, m_range_isSet, name, and range.
| SWGSDRangel::SWGSoapySDRGainSetting::SWGSoapySDRGainSetting | ( | QString * | json | ) |
Definition at line 25 of file SWGSoapySDRGainSetting.cpp.
References fromJson(), and init().
Here is the call graph for this function:
|
virtual |
Definition at line 37 of file SWGSoapySDRGainSetting.cpp.
References cleanup().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 77 of file SWGSoapySDRGainSetting.cpp.
References asJsonObject().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 88 of file SWGSoapySDRGainSetting.cpp.
References SWGSDRangel::SWGRangeFloat::isSet(), name, range, and SWGSDRangel::toJsonValue().
Referenced by asJson().
Here is the call graph for this function:
Here is the caller graph for this function:| void SWGSDRangel::SWGSoapySDRGainSetting::cleanup | ( | ) |
Definition at line 50 of file SWGSoapySDRGainSetting.cpp.
Referenced by ~SWGSoapySDRGainSetting().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 60 of file SWGSoapySDRGainSetting.cpp.
References fromJsonObject().
Referenced by SWGSoapySDRGainSetting().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 69 of file SWGSoapySDRGainSetting.cpp.
References name, range, and SWGSDRangel::setValue().
Referenced by fromJson().
Here is the call graph for this function:
Here is the caller graph for this function:| QString * SWGSDRangel::SWGSoapySDRGainSetting::getName | ( | ) |
| SWGRangeFloat * SWGSDRangel::SWGSoapySDRGainSetting::getRange | ( | ) |
Definition at line 111 of file SWGSoapySDRGainSetting.cpp.
References range.
| void SWGSDRangel::SWGSoapySDRGainSetting::init | ( | ) |
Definition at line 42 of file SWGSoapySDRGainSetting.cpp.
References m_name_isSet, m_range_isSet, name, and range.
Referenced by SWGSoapySDRGainSetting().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 122 of file SWGSoapySDRGainSetting.cpp.
References SWGSDRangel::SWGRangeFloat::isSet(), name, and range.
Here is the call graph for this function:| void SWGSDRangel::SWGSoapySDRGainSetting::setName | ( | QString * | name | ) |
Definition at line 105 of file SWGSoapySDRGainSetting.cpp.
References m_name_isSet, and name.
| void SWGSDRangel::SWGSoapySDRGainSetting::setRange | ( | SWGRangeFloat * | range | ) |
Definition at line 115 of file SWGSoapySDRGainSetting.cpp.
References m_range_isSet, and range.
|
private |
Definition at line 57 of file SWGSoapySDRGainSetting.h.
Referenced by init(), setName(), and SWGSoapySDRGainSetting().
|
private |
Definition at line 60 of file SWGSoapySDRGainSetting.h.
Referenced by init(), setRange(), and SWGSoapySDRGainSetting().
|
private |
Definition at line 56 of file SWGSoapySDRGainSetting.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getName(), init(), isSet(), setName(), and SWGSoapySDRGainSetting().
|
private |
Definition at line 59 of file SWGSoapySDRGainSetting.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getRange(), init(), isSet(), setRange(), and SWGSoapySDRGainSetting().
1.8.13