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>
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().
|
virtual |
Definition at line 35 of file SWGBandwidth.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 66 of file SWGBandwidth.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 77 of file SWGBandwidth.cpp.
References bandwidth, and m_bandwidth_isSet.
Referenced by asJson().
void SWGSDRangel::SWGBandwidth::cleanup | ( | ) |
Definition at line 46 of file SWGBandwidth.cpp.
Referenced by ~SWGBandwidth().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 51 of file SWGBandwidth.cpp.
References fromJsonObject().
Referenced by SWGBandwidth().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 60 of file SWGBandwidth.cpp.
References bandwidth, and SWGSDRangel::setValue().
Referenced by fromJson().
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().
|
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().