|  | 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 <SWGBandwidth.h>
 Inheritance diagram for SWGSDRangel::SWGBandwidth:
 Inheritance diagram for SWGSDRangel::SWGBandwidth: Collaboration diagram for SWGSDRangel::SWGBandwidth:
 Collaboration diagram for SWGSDRangel::SWGBandwidth:| Public Member Functions | |
| SWGBandwidth () | |
| SWGBandwidth (QString *json) | |
| virtual | ~SWGBandwidth () | 
| void | init () | 
| void | cleanup () | 
| virtual QString | asJson () override | 
| virtual QJsonObject * | asJsonObject () override | 
| virtual void | fromJsonObject (QJsonObject &json) override | 
| virtual SWGBandwidth * | fromJson (QString &jsonString) override | 
| qint32 | getBandwidth () | 
| void | setBandwidth (qint32 bandwidth) | 
| virtual bool | isSet () override | 
|  Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () | 
| Private Attributes | |
| qint32 | bandwidth | 
| bool | m_bandwidth_isSet | 
Definition at line 31 of file SWGBandwidth.h.
| SWGSDRangel::SWGBandwidth::SWGBandwidth | ( | ) | 
| SWGSDRangel::SWGBandwidth::SWGBandwidth | ( | QString * | json | ) | 
Definition at line 25 of file SWGBandwidth.cpp.
References fromJson(), and init().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | virtual | 
Definition at line 35 of file SWGBandwidth.cpp.
References cleanup().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 66 of file SWGBandwidth.cpp.
References asJsonObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 77 of file SWGBandwidth.cpp.
References bandwidth, and m_bandwidth_isSet.
Referenced by asJson().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void SWGSDRangel::SWGBandwidth::cleanup | ( | ) | 
Definition at line 46 of file SWGBandwidth.cpp.
Referenced by ~SWGBandwidth().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 51 of file SWGBandwidth.cpp.
References fromJsonObject().
Referenced by SWGBandwidth().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 60 of file SWGBandwidth.cpp.
References bandwidth, and SWGSDRangel::setValue().
Referenced by fromJson().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| qint32 SWGSDRangel::SWGBandwidth::getBandwidth | ( | ) | 
| void SWGSDRangel::SWGBandwidth::init | ( | ) | 
Definition at line 40 of file SWGBandwidth.cpp.
References bandwidth, and m_bandwidth_isSet.
Referenced by SWGBandwidth().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | overridevirtual | 
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 98 of file SWGBandwidth.cpp.
References m_bandwidth_isSet.
| void SWGSDRangel::SWGBandwidth::setBandwidth | ( | qint32 | bandwidth | ) | 
| 
 | private | 
Definition at line 51 of file SWGBandwidth.h.
Referenced by asJsonObject(), fromJsonObject(), getBandwidth(), init(), setBandwidth(), and SWGBandwidth().
| 
 | private | 
Definition at line 52 of file SWGBandwidth.h.
Referenced by asJsonObject(), init(), isSet(), setBandwidth(), and SWGBandwidth().
 1.8.13
 1.8.13