![]() |
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 <SWGAMBEDevice.h>
Inheritance diagram for SWGSDRangel::SWGAMBEDevice:
Collaboration diagram for SWGSDRangel::SWGAMBEDevice:Public Member Functions | |
| SWGAMBEDevice () | |
| SWGAMBEDevice (QString *json) | |
| virtual | ~SWGAMBEDevice () |
| void | init () |
| void | cleanup () |
| virtual QString | asJson () override |
| virtual QJsonObject * | asJsonObject () override |
| virtual void | fromJsonObject (QJsonObject &json) override |
| virtual SWGAMBEDevice * | fromJson (QString &jsonString) override |
| QString * | getDeviceRef () |
| void | setDeviceRef (QString *device_ref) |
| qint32 | getDelete () |
| void | setDelete (qint32 _delete) |
| virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
| virtual | ~SWGObject () |
Private Attributes | |
| QString * | device_ref |
| bool | m_device_ref_isSet |
| qint32 | _delete |
| bool | m__delete_isSet |
Definition at line 32 of file SWGAMBEDevice.h.
| SWGSDRangel::SWGAMBEDevice::SWGAMBEDevice | ( | ) |
Definition at line 30 of file SWGAMBEDevice.cpp.
References _delete, device_ref, m__delete_isSet, and m_device_ref_isSet.
| SWGSDRangel::SWGAMBEDevice::SWGAMBEDevice | ( | QString * | json | ) |
Definition at line 25 of file SWGAMBEDevice.cpp.
References fromJson(), and init().
Here is the call graph for this function:
|
virtual |
Definition at line 37 of file SWGAMBEDevice.cpp.
References cleanup().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 75 of file SWGAMBEDevice.cpp.
References asJsonObject().
Here is the call graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 86 of file SWGAMBEDevice.cpp.
References _delete, device_ref, m__delete_isSet, and SWGSDRangel::toJsonValue().
Referenced by asJson().
Here is the call graph for this function:
Here is the caller graph for this function:| void SWGSDRangel::SWGAMBEDevice::cleanup | ( | ) |
Definition at line 50 of file SWGAMBEDevice.cpp.
References device_ref.
Referenced by ~SWGAMBEDevice().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 58 of file SWGAMBEDevice.cpp.
References fromJsonObject().
Referenced by SWGAMBEDevice().
Here is the call graph for this function:
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 67 of file SWGAMBEDevice.cpp.
References _delete, device_ref, and SWGSDRangel::setValue().
Referenced by fromJson().
Here is the call graph for this function:
Here is the caller graph for this function:| qint32 SWGSDRangel::SWGAMBEDevice::getDelete | ( | ) |
| QString * SWGSDRangel::SWGAMBEDevice::getDeviceRef | ( | ) |
| void SWGSDRangel::SWGAMBEDevice::init | ( | ) |
Definition at line 42 of file SWGAMBEDevice.cpp.
References _delete, device_ref, m__delete_isSet, and m_device_ref_isSet.
Referenced by SWGAMBEDevice().
Here is the caller graph for this function:
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 120 of file SWGAMBEDevice.cpp.
References device_ref, and m__delete_isSet.
| void SWGSDRangel::SWGAMBEDevice::setDelete | ( | qint32 | _delete | ) |
| void SWGSDRangel::SWGAMBEDevice::setDeviceRef | ( | QString * | device_ref | ) |
|
private |
Definition at line 58 of file SWGAMBEDevice.h.
Referenced by asJsonObject(), fromJsonObject(), getDelete(), init(), setDelete(), and SWGAMBEDevice().
|
private |
Definition at line 55 of file SWGAMBEDevice.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getDeviceRef(), init(), isSet(), setDeviceRef(), and SWGAMBEDevice().
|
private |
Definition at line 59 of file SWGAMBEDevice.h.
Referenced by asJsonObject(), init(), isSet(), setDelete(), and SWGAMBEDevice().
|
private |
Definition at line 56 of file SWGAMBEDevice.h.
Referenced by init(), setDeviceRef(), and SWGAMBEDevice().
1.8.13