19 #ifndef SWGLocalOutputSettings_H_ 20 #define SWGLocalOutputSettings_H_ 22 #include <QJsonObject> 40 virtual QString asJson ()
override;
41 virtual QJsonObject* asJsonObject()
override;
42 virtual void fromJsonObject(QJsonObject &json)
override;
45 qint32 getUseReverseApi();
46 void setUseReverseApi(qint32 use_reverse_api);
48 QString* getReverseApiAddress();
49 void setReverseApiAddress(QString* reverse_api_address);
51 qint32 getReverseApiPort();
52 void setReverseApiPort(qint32 reverse_api_port);
54 qint32 getReverseApiDeviceIndex();
55 void setReverseApiDeviceIndex(qint32 reverse_api_device_index);
58 virtual bool isSet()
override;
QString * reverse_api_address
bool m_use_reverse_api_isSet
qint32 reverse_api_device_index
bool m_reverse_api_address_isSet
bool m_reverse_api_port_isSet
bool m_reverse_api_device_index_isSet