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 <SWGSuccessResponse.h>
Public Member Functions | |
SWGSuccessResponse () | |
SWGSuccessResponse (QString *json) | |
virtual | ~SWGSuccessResponse () |
void | init () |
void | cleanup () |
virtual QString | asJson () override |
virtual QJsonObject * | asJsonObject () override |
virtual void | fromJsonObject (QJsonObject &json) override |
virtual SWGSuccessResponse * | fromJson (QString &jsonString) override |
QString * | getMessage () |
void | setMessage (QString *message) |
virtual bool | isSet () override |
Public Member Functions inherited from SWGSDRangel::SWGObject | |
virtual | ~SWGObject () |
Private Attributes | |
QString * | message |
bool | m_message_isSet |
Definition at line 32 of file SWGSuccessResponse.h.
SWGSDRangel::SWGSuccessResponse::SWGSuccessResponse | ( | ) |
Definition at line 30 of file SWGSuccessResponse.cpp.
References m_message_isSet, and message.
SWGSDRangel::SWGSuccessResponse::SWGSuccessResponse | ( | QString * | json | ) |
Definition at line 25 of file SWGSuccessResponse.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 35 of file SWGSuccessResponse.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 68 of file SWGSuccessResponse.cpp.
References asJsonObject().
Referenced by WebAPIRequestMapper::devicesetChannelIndexService(), WebAPIRequestMapper::devicesetChannelService(), WebAPIRequestMapper::devicesetFocusService(), WebAPIRequestMapper::instanceAMBEDevicesService(), WebAPIRequestMapper::instanceAudioInputCleanupService(), WebAPIRequestMapper::instanceAudioOutputCleanupService(), WebAPIRequestMapper::instanceDeviceSetService(), and WebAPIRequestMapper::instanceSummaryService().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 79 of file SWGSuccessResponse.cpp.
References message, and SWGSDRangel::toJsonValue().
Referenced by asJson().
void SWGSDRangel::SWGSuccessResponse::cleanup | ( | ) |
Definition at line 46 of file SWGSuccessResponse.cpp.
References message.
Referenced by ~SWGSuccessResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 53 of file SWGSuccessResponse.cpp.
References fromJsonObject().
Referenced by SWGSuccessResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 62 of file SWGSuccessResponse.cpp.
References message, and SWGSDRangel::setValue().
Referenced by fromJson().
QString * SWGSDRangel::SWGSuccessResponse::getMessage | ( | ) |
Definition at line 89 of file SWGSuccessResponse.cpp.
References message.
Referenced by WebAPIAdapterGUI::devicesetChannelDelete(), WebAPIAdapterSrv::devicesetChannelDelete(), WebAPIAdapterGUI::devicesetChannelPost(), WebAPIAdapterSrv::devicesetChannelPost(), WebAPIAdapterGUI::devicesetFocusPatch(), WebAPIAdapterGUI::instanceAMBEDevicesDelete(), WebAPIAdapterSrv::instanceAMBEDevicesDelete(), WebAPIAdapterSrv::instanceAudioInputCleanupPatch(), WebAPIAdapterGUI::instanceAudioInputCleanupPatch(), WebAPIAdapterGUI::instanceAudioOutputCleanupPatch(), WebAPIAdapterSrv::instanceAudioOutputCleanupPatch(), WebAPIAdapterSrv::instanceDelete(), WebAPIAdapterGUI::instanceDeviceSetDelete(), WebAPIAdapterSrv::instanceDeviceSetDelete(), WebAPIAdapterGUI::instanceDeviceSetPost(), and WebAPIAdapterSrv::instanceDeviceSetPost().
void SWGSDRangel::SWGSuccessResponse::init | ( | ) |
Definition at line 40 of file SWGSuccessResponse.cpp.
References m_message_isSet, and message.
Referenced by WebAPIAdapterGUI::devicesetChannelDelete(), WebAPIAdapterSrv::devicesetChannelDelete(), WebAPIAdapterGUI::devicesetChannelPost(), WebAPIAdapterSrv::devicesetChannelPost(), WebAPIAdapterGUI::devicesetFocusPatch(), WebAPIAdapterSrv::instanceAMBEDevicesDelete(), WebAPIAdapterGUI::instanceAMBEDevicesDelete(), WebAPIAdapterSrv::instanceAudioInputCleanupPatch(), WebAPIAdapterGUI::instanceAudioInputCleanupPatch(), WebAPIAdapterGUI::instanceAudioOutputCleanupPatch(), WebAPIAdapterSrv::instanceAudioOutputCleanupPatch(), WebAPIAdapterSrv::instanceDelete(), WebAPIAdapterGUI::instanceDeviceSetDelete(), WebAPIAdapterSrv::instanceDeviceSetDelete(), WebAPIAdapterGUI::instanceDeviceSetPost(), WebAPIAdapterSrv::instanceDeviceSetPost(), and SWGSuccessResponse().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 100 of file SWGSuccessResponse.cpp.
References message.
void SWGSDRangel::SWGSuccessResponse::setMessage | ( | QString * | message | ) |
Definition at line 93 of file SWGSuccessResponse.cpp.
References m_message_isSet, and message.
|
private |
Definition at line 53 of file SWGSuccessResponse.h.
Referenced by init(), setMessage(), and SWGSuccessResponse().
|
private |
Definition at line 52 of file SWGSuccessResponse.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getMessage(), init(), isSet(), setMessage(), and SWGSuccessResponse().