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 <SWGDeviceSetList.h>
Public Member Functions | |
SWGDeviceSetList () | |
SWGDeviceSetList (QString *json) | |
virtual | ~SWGDeviceSetList () |
void | init () |
void | cleanup () |
virtual QString | asJson () override |
virtual QJsonObject * | asJsonObject () override |
virtual void | fromJsonObject (QJsonObject &json) override |
virtual SWGDeviceSetList * | fromJson (QString &jsonString) override |
qint32 | getDevicesetcount () |
void | setDevicesetcount (qint32 devicesetcount) |
qint32 | getDevicesetfocus () |
void | setDevicesetfocus (qint32 devicesetfocus) |
QList< SWGDeviceSet * > * | getDeviceSets () |
void | setDeviceSets (QList< SWGDeviceSet *> *device_sets) |
virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
virtual | ~SWGObject () |
Private Attributes | |
qint32 | devicesetcount |
bool | m_devicesetcount_isSet |
qint32 | devicesetfocus |
bool | m_devicesetfocus_isSet |
QList< SWGDeviceSet * > * | device_sets |
bool | m_device_sets_isSet |
Definition at line 33 of file SWGDeviceSetList.h.
SWGSDRangel::SWGDeviceSetList::SWGDeviceSetList | ( | ) |
Definition at line 30 of file SWGDeviceSetList.cpp.
References device_sets, devicesetcount, devicesetfocus, m_device_sets_isSet, m_devicesetcount_isSet, and m_devicesetfocus_isSet.
SWGSDRangel::SWGDeviceSetList::SWGDeviceSetList | ( | QString * | json | ) |
Definition at line 25 of file SWGDeviceSetList.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 39 of file SWGDeviceSetList.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 86 of file SWGDeviceSetList.cpp.
References asJsonObject().
Referenced by WebAPIRequestMapper::instanceDeviceSetsService().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 97 of file SWGDeviceSetList.cpp.
References device_sets, devicesetcount, devicesetfocus, m_devicesetcount_isSet, m_devicesetfocus_isSet, and SWGSDRangel::toJsonArray().
Referenced by asJson().
void SWGSDRangel::SWGDeviceSetList::cleanup | ( | ) |
Definition at line 54 of file SWGDeviceSetList.cpp.
References device_sets.
Referenced by ~SWGDeviceSetList().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 67 of file SWGDeviceSetList.cpp.
References fromJsonObject().
Referenced by SWGDeviceSetList().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 76 of file SWGDeviceSetList.cpp.
References device_sets, devicesetcount, devicesetfocus, and SWGSDRangel::setValue().
Referenced by fromJson().
qint32 SWGSDRangel::SWGDeviceSetList::getDevicesetcount | ( | ) |
qint32 SWGSDRangel::SWGDeviceSetList::getDevicesetfocus | ( | ) |
QList< SWGDeviceSet * > * SWGSDRangel::SWGDeviceSetList::getDeviceSets | ( | ) |
Definition at line 133 of file SWGDeviceSetList.cpp.
References device_sets.
Referenced by WebAPIAdapterGUI::getDeviceSetList(), and WebAPIAdapterSrv::getDeviceSetList().
void SWGSDRangel::SWGDeviceSetList::init | ( | ) |
Definition at line 44 of file SWGDeviceSetList.cpp.
References device_sets, devicesetcount, devicesetfocus, m_device_sets_isSet, m_devicesetcount_isSet, and m_devicesetfocus_isSet.
Referenced by WebAPIAdapterGUI::getDeviceSetList(), WebAPIAdapterSrv::getDeviceSetList(), and SWGDeviceSetList().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 144 of file SWGDeviceSetList.cpp.
References device_sets, m_devicesetcount_isSet, and m_devicesetfocus_isSet.
Referenced by SWGSDRangel::SWGInstanceSummaryResponse::asJsonObject(), and SWGSDRangel::SWGInstanceSummaryResponse::isSet().
void SWGSDRangel::SWGDeviceSetList::setDevicesetcount | ( | qint32 | devicesetcount | ) |
Definition at line 117 of file SWGDeviceSetList.cpp.
References devicesetcount, and m_devicesetcount_isSet.
Referenced by WebAPIAdapterGUI::getDeviceSetList(), and WebAPIAdapterSrv::getDeviceSetList().
void SWGSDRangel::SWGDeviceSetList::setDevicesetfocus | ( | qint32 | devicesetfocus | ) |
Definition at line 127 of file SWGDeviceSetList.cpp.
References devicesetfocus, and m_devicesetfocus_isSet.
Referenced by WebAPIAdapterGUI::getDeviceSetList().
void SWGSDRangel::SWGDeviceSetList::setDeviceSets | ( | QList< SWGDeviceSet *> * | device_sets | ) |
Definition at line 137 of file SWGDeviceSetList.cpp.
References device_sets, and m_device_sets_isSet.
|
private |
Definition at line 65 of file SWGDeviceSetList.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getDeviceSets(), init(), isSet(), setDeviceSets(), and SWGDeviceSetList().
|
private |
Definition at line 59 of file SWGDeviceSetList.h.
Referenced by asJsonObject(), fromJsonObject(), getDevicesetcount(), init(), setDevicesetcount(), and SWGDeviceSetList().
|
private |
Definition at line 62 of file SWGDeviceSetList.h.
Referenced by asJsonObject(), fromJsonObject(), getDevicesetfocus(), init(), setDevicesetfocus(), and SWGDeviceSetList().
|
private |
Definition at line 66 of file SWGDeviceSetList.h.
Referenced by init(), setDeviceSets(), and SWGDeviceSetList().
|
private |
Definition at line 60 of file SWGDeviceSetList.h.
Referenced by asJsonObject(), init(), isSet(), setDevicesetcount(), and SWGDeviceSetList().
|
private |
Definition at line 63 of file SWGDeviceSetList.h.
Referenced by asJsonObject(), init(), isSet(), setDevicesetfocus(), and SWGDeviceSetList().