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