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 <SWGWFMModSettings.h>
Private Attributes | |
qint64 | input_frequency_offset |
bool | m_input_frequency_offset_isSet |
float | rf_bandwidth |
bool | m_rf_bandwidth_isSet |
float | af_bandwidth |
bool | m_af_bandwidth_isSet |
float | fm_deviation |
bool | m_fm_deviation_isSet |
float | tone_frequency |
bool | m_tone_frequency_isSet |
float | volume_factor |
bool | m_volume_factor_isSet |
qint32 | channel_mute |
bool | m_channel_mute_isSet |
qint32 | play_loop |
bool | m_play_loop_isSet |
qint32 | rgb_color |
bool | m_rgb_color_isSet |
QString * | title |
bool | m_title_isSet |
QString * | audio_device_name |
bool | m_audio_device_name_isSet |
qint32 | mod_af_input |
bool | m_mod_af_input_isSet |
qint32 | use_reverse_api |
bool | m_use_reverse_api_isSet |
QString * | reverse_api_address |
bool | m_reverse_api_address_isSet |
qint32 | reverse_api_port |
bool | m_reverse_api_port_isSet |
qint32 | reverse_api_device_index |
bool | m_reverse_api_device_index_isSet |
qint32 | reverse_api_channel_index |
bool | m_reverse_api_channel_index_isSet |
SWGCWKeyerSettings * | cw_keyer |
bool | m_cw_keyer_isSet |
Definition at line 33 of file SWGWFMModSettings.h.
SWGSDRangel::SWGWFMModSettings::SWGWFMModSettings | ( | ) |
Definition at line 30 of file SWGWFMModSettings.cpp.
References af_bandwidth, audio_device_name, channel_mute, cw_keyer, fm_deviation, input_frequency_offset, m_af_bandwidth_isSet, m_audio_device_name_isSet, m_channel_mute_isSet, m_cw_keyer_isSet, m_fm_deviation_isSet, m_input_frequency_offset_isSet, m_mod_af_input_isSet, m_play_loop_isSet, m_reverse_api_address_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_title_isSet, m_tone_frequency_isSet, m_use_reverse_api_isSet, m_volume_factor_isSet, mod_af_input, play_loop, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, title, tone_frequency, use_reverse_api, and volume_factor.
SWGSDRangel::SWGWFMModSettings::SWGWFMModSettings | ( | QString * | json | ) |
Definition at line 25 of file SWGWFMModSettings.cpp.
References fromJson(), and init().
|
virtual |
Definition at line 69 of file SWGWFMModSettings.cpp.
References cleanup().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 193 of file SWGWFMModSettings.cpp.
References asJsonObject().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 204 of file SWGWFMModSettings.cpp.
References af_bandwidth, audio_device_name, channel_mute, cw_keyer, fm_deviation, input_frequency_offset, SWGSDRangel::SWGCWKeyerSettings::isSet(), m_af_bandwidth_isSet, m_channel_mute_isSet, m_fm_deviation_isSet, m_input_frequency_offset_isSet, m_mod_af_input_isSet, m_play_loop_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_tone_frequency_isSet, m_use_reverse_api_isSet, m_volume_factor_isSet, mod_af_input, play_loop, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, title, SWGSDRangel::toJsonValue(), tone_frequency, use_reverse_api, and volume_factor.
Referenced by asJson().
void SWGSDRangel::SWGWFMModSettings::cleanup | ( | ) |
Definition at line 114 of file SWGWFMModSettings.cpp.
References audio_device_name, cw_keyer, reverse_api_address, and title.
Referenced by ~SWGWFMModSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 144 of file SWGWFMModSettings.cpp.
References fromJsonObject().
Referenced by SWGWFMModSettings().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 153 of file SWGWFMModSettings.cpp.
References af_bandwidth, audio_device_name, channel_mute, cw_keyer, fm_deviation, input_frequency_offset, mod_af_input, play_loop, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, SWGSDRangel::setValue(), title, tone_frequency, use_reverse_api, and volume_factor.
Referenced by fromJson(), and WebAPIRequestMapper::validateChannelSettings().
float SWGSDRangel::SWGWFMModSettings::getAfBandwidth | ( | ) |
Definition at line 285 of file SWGWFMModSettings.cpp.
References af_bandwidth.
Referenced by WFMMod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGWFMModSettings::getAudioDeviceName | ( | ) |
Definition at line 365 of file SWGWFMModSettings.cpp.
References audio_device_name.
Referenced by WFMMod::webapiFormatChannelSettings().
qint32 SWGSDRangel::SWGWFMModSettings::getChannelMute | ( | ) |
Definition at line 325 of file SWGWFMModSettings.cpp.
References channel_mute.
Referenced by WFMMod::webapiSettingsPutPatch().
SWGCWKeyerSettings * SWGSDRangel::SWGWFMModSettings::getCwKeyer | ( | ) |
Definition at line 435 of file SWGWFMModSettings.cpp.
References cw_keyer.
Referenced by WFMMod::webapiFormatChannelSettings(), WFMMod::webapiReverseSendCWSettings(), WFMMod::webapiReverseSendSettings(), and WFMMod::webapiSettingsPutPatch().
float SWGSDRangel::SWGWFMModSettings::getFmDeviation | ( | ) |
Definition at line 295 of file SWGWFMModSettings.cpp.
References fm_deviation.
Referenced by WFMMod::webapiSettingsPutPatch().
qint64 SWGSDRangel::SWGWFMModSettings::getInputFrequencyOffset | ( | ) |
Definition at line 265 of file SWGWFMModSettings.cpp.
References input_frequency_offset.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getModAfInput | ( | ) |
Definition at line 375 of file SWGWFMModSettings.cpp.
References mod_af_input.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getPlayLoop | ( | ) |
Definition at line 335 of file SWGWFMModSettings.cpp.
References play_loop.
Referenced by WFMMod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGWFMModSettings::getReverseApiAddress | ( | ) |
Definition at line 395 of file SWGWFMModSettings.cpp.
References reverse_api_address.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getReverseApiChannelIndex | ( | ) |
Definition at line 425 of file SWGWFMModSettings.cpp.
References reverse_api_channel_index.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getReverseApiDeviceIndex | ( | ) |
Definition at line 415 of file SWGWFMModSettings.cpp.
References reverse_api_device_index.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getReverseApiPort | ( | ) |
Definition at line 405 of file SWGWFMModSettings.cpp.
References reverse_api_port.
Referenced by WFMMod::webapiSettingsPutPatch().
float SWGSDRangel::SWGWFMModSettings::getRfBandwidth | ( | ) |
Definition at line 275 of file SWGWFMModSettings.cpp.
References rf_bandwidth.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getRgbColor | ( | ) |
Definition at line 345 of file SWGWFMModSettings.cpp.
References rgb_color.
Referenced by WFMMod::webapiSettingsPutPatch().
QString * SWGSDRangel::SWGWFMModSettings::getTitle | ( | ) |
Definition at line 355 of file SWGWFMModSettings.cpp.
References title.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiSettingsPutPatch().
float SWGSDRangel::SWGWFMModSettings::getToneFrequency | ( | ) |
Definition at line 305 of file SWGWFMModSettings.cpp.
References tone_frequency.
Referenced by WFMMod::webapiSettingsPutPatch().
qint32 SWGSDRangel::SWGWFMModSettings::getUseReverseApi | ( | ) |
Definition at line 385 of file SWGWFMModSettings.cpp.
References use_reverse_api.
Referenced by WFMMod::webapiSettingsPutPatch().
float SWGSDRangel::SWGWFMModSettings::getVolumeFactor | ( | ) |
Definition at line 315 of file SWGWFMModSettings.cpp.
References volume_factor.
Referenced by WFMMod::webapiSettingsPutPatch().
void SWGSDRangel::SWGWFMModSettings::init | ( | ) |
Definition at line 74 of file SWGWFMModSettings.cpp.
References af_bandwidth, audio_device_name, channel_mute, cw_keyer, fm_deviation, input_frequency_offset, m_af_bandwidth_isSet, m_audio_device_name_isSet, m_channel_mute_isSet, m_cw_keyer_isSet, m_fm_deviation_isSet, m_input_frequency_offset_isSet, m_mod_af_input_isSet, m_play_loop_isSet, m_reverse_api_address_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_title_isSet, m_tone_frequency_isSet, m_use_reverse_api_isSet, m_volume_factor_isSet, mod_af_input, play_loop, reverse_api_address, reverse_api_channel_index, reverse_api_device_index, reverse_api_port, rf_bandwidth, rgb_color, title, tone_frequency, use_reverse_api, and volume_factor.
Referenced by SWGWFMModSettings(), and WFMMod::webapiSettingsGet().
|
overridevirtual |
Reimplemented from SWGSDRangel::SWGObject.
Definition at line 446 of file SWGWFMModSettings.cpp.
References audio_device_name, cw_keyer, SWGSDRangel::SWGCWKeyerSettings::isSet(), m_af_bandwidth_isSet, m_channel_mute_isSet, m_fm_deviation_isSet, m_input_frequency_offset_isSet, m_mod_af_input_isSet, m_play_loop_isSet, m_reverse_api_channel_index_isSet, m_reverse_api_device_index_isSet, m_reverse_api_port_isSet, m_rf_bandwidth_isSet, m_rgb_color_isSet, m_tone_frequency_isSet, m_use_reverse_api_isSet, m_volume_factor_isSet, reverse_api_address, and title.
Referenced by SWGSDRangel::SWGChannelSettings::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::asJsonObject(), SWGSDRangel::SWGChannelSettings_2::isSet(), and SWGSDRangel::SWGChannelSettings::isSet().
void SWGSDRangel::SWGWFMModSettings::setAfBandwidth | ( | float | af_bandwidth | ) |
Definition at line 289 of file SWGWFMModSettings.cpp.
References af_bandwidth, and m_af_bandwidth_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setAudioDeviceName | ( | QString * | audio_device_name | ) |
Definition at line 369 of file SWGWFMModSettings.cpp.
References audio_device_name, and m_audio_device_name_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setChannelMute | ( | qint32 | channel_mute | ) |
Definition at line 329 of file SWGWFMModSettings.cpp.
References channel_mute, and m_channel_mute_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setCwKeyer | ( | SWGCWKeyerSettings * | cw_keyer | ) |
Definition at line 439 of file SWGWFMModSettings.cpp.
References cw_keyer, and m_cw_keyer_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), WFMMod::webapiReverseSendCWSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setFmDeviation | ( | float | fm_deviation | ) |
Definition at line 299 of file SWGWFMModSettings.cpp.
References fm_deviation, and m_fm_deviation_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setInputFrequencyOffset | ( | qint64 | input_frequency_offset | ) |
Definition at line 269 of file SWGWFMModSettings.cpp.
References input_frequency_offset, and m_input_frequency_offset_isSet.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setModAfInput | ( | qint32 | mod_af_input | ) |
Definition at line 379 of file SWGWFMModSettings.cpp.
References m_mod_af_input_isSet, and mod_af_input.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setPlayLoop | ( | qint32 | play_loop | ) |
Definition at line 339 of file SWGWFMModSettings.cpp.
References m_play_loop_isSet, and play_loop.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setReverseApiAddress | ( | QString * | reverse_api_address | ) |
Definition at line 399 of file SWGWFMModSettings.cpp.
References m_reverse_api_address_isSet, and reverse_api_address.
Referenced by WFMMod::webapiFormatChannelSettings().
void SWGSDRangel::SWGWFMModSettings::setReverseApiChannelIndex | ( | qint32 | reverse_api_channel_index | ) |
Definition at line 429 of file SWGWFMModSettings.cpp.
References m_reverse_api_channel_index_isSet, and reverse_api_channel_index.
Referenced by WFMMod::webapiFormatChannelSettings().
void SWGSDRangel::SWGWFMModSettings::setReverseApiDeviceIndex | ( | qint32 | reverse_api_device_index | ) |
Definition at line 419 of file SWGWFMModSettings.cpp.
References m_reverse_api_device_index_isSet, and reverse_api_device_index.
Referenced by WFMMod::webapiFormatChannelSettings().
void SWGSDRangel::SWGWFMModSettings::setReverseApiPort | ( | qint32 | reverse_api_port | ) |
Definition at line 409 of file SWGWFMModSettings.cpp.
References m_reverse_api_port_isSet, and reverse_api_port.
Referenced by WFMMod::webapiFormatChannelSettings().
void SWGSDRangel::SWGWFMModSettings::setRfBandwidth | ( | float | rf_bandwidth | ) |
Definition at line 279 of file SWGWFMModSettings.cpp.
References m_rf_bandwidth_isSet, and rf_bandwidth.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setRgbColor | ( | qint32 | rgb_color | ) |
Definition at line 349 of file SWGWFMModSettings.cpp.
References m_rgb_color_isSet, and rgb_color.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setTitle | ( | QString * | title | ) |
Definition at line 359 of file SWGWFMModSettings.cpp.
References m_title_isSet, and title.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setToneFrequency | ( | float | tone_frequency | ) |
Definition at line 309 of file SWGWFMModSettings.cpp.
References m_tone_frequency_isSet, and tone_frequency.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
void SWGSDRangel::SWGWFMModSettings::setUseReverseApi | ( | qint32 | use_reverse_api | ) |
Definition at line 389 of file SWGWFMModSettings.cpp.
References m_use_reverse_api_isSet, and use_reverse_api.
Referenced by WFMMod::webapiFormatChannelSettings().
void SWGSDRangel::SWGWFMModSettings::setVolumeFactor | ( | float | volume_factor | ) |
Definition at line 319 of file SWGWFMModSettings.cpp.
References m_volume_factor_isSet, and volume_factor.
Referenced by WFMMod::webapiFormatChannelSettings(), and WFMMod::webapiReverseSendSettings().
|
private |
Definition at line 110 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getAfBandwidth(), init(), setAfBandwidth(), and SWGWFMModSettings().
|
private |
Definition at line 134 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getAudioDeviceName(), init(), isSet(), setAudioDeviceName(), and SWGWFMModSettings().
|
private |
Definition at line 122 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getChannelMute(), init(), setChannelMute(), and SWGWFMModSettings().
|
private |
Definition at line 155 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getCwKeyer(), init(), isSet(), setCwKeyer(), and SWGWFMModSettings().
|
private |
Definition at line 113 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getFmDeviation(), init(), setFmDeviation(), and SWGWFMModSettings().
|
private |
Definition at line 104 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getInputFrequencyOffset(), init(), setInputFrequencyOffset(), and SWGWFMModSettings().
|
private |
Definition at line 111 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setAfBandwidth(), and SWGWFMModSettings().
|
private |
Definition at line 135 of file SWGWFMModSettings.h.
Referenced by init(), setAudioDeviceName(), and SWGWFMModSettings().
|
private |
Definition at line 123 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setChannelMute(), and SWGWFMModSettings().
|
private |
Definition at line 156 of file SWGWFMModSettings.h.
Referenced by init(), setCwKeyer(), and SWGWFMModSettings().
|
private |
Definition at line 114 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setFmDeviation(), and SWGWFMModSettings().
|
private |
Definition at line 105 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setInputFrequencyOffset(), and SWGWFMModSettings().
|
private |
Definition at line 138 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setModAfInput(), and SWGWFMModSettings().
|
private |
Definition at line 126 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setPlayLoop(), and SWGWFMModSettings().
|
private |
Definition at line 144 of file SWGWFMModSettings.h.
Referenced by init(), setReverseApiAddress(), and SWGWFMModSettings().
|
private |
Definition at line 153 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiChannelIndex(), and SWGWFMModSettings().
|
private |
Definition at line 150 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiDeviceIndex(), and SWGWFMModSettings().
|
private |
Definition at line 147 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setReverseApiPort(), and SWGWFMModSettings().
|
private |
Definition at line 108 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setRfBandwidth(), and SWGWFMModSettings().
|
private |
Definition at line 129 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setRgbColor(), and SWGWFMModSettings().
|
private |
Definition at line 132 of file SWGWFMModSettings.h.
Referenced by init(), setTitle(), and SWGWFMModSettings().
|
private |
Definition at line 117 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setToneFrequency(), and SWGWFMModSettings().
|
private |
Definition at line 141 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setUseReverseApi(), and SWGWFMModSettings().
|
private |
Definition at line 120 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), init(), isSet(), setVolumeFactor(), and SWGWFMModSettings().
|
private |
Definition at line 137 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getModAfInput(), init(), setModAfInput(), and SWGWFMModSettings().
|
private |
Definition at line 125 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getPlayLoop(), init(), setPlayLoop(), and SWGWFMModSettings().
|
private |
Definition at line 143 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getReverseApiAddress(), init(), isSet(), setReverseApiAddress(), and SWGWFMModSettings().
|
private |
Definition at line 152 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiChannelIndex(), init(), setReverseApiChannelIndex(), and SWGWFMModSettings().
|
private |
Definition at line 149 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiDeviceIndex(), init(), setReverseApiDeviceIndex(), and SWGWFMModSettings().
|
private |
Definition at line 146 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getReverseApiPort(), init(), setReverseApiPort(), and SWGWFMModSettings().
|
private |
Definition at line 107 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getRfBandwidth(), init(), setRfBandwidth(), and SWGWFMModSettings().
|
private |
Definition at line 128 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getRgbColor(), init(), setRgbColor(), and SWGWFMModSettings().
|
private |
Definition at line 131 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), cleanup(), fromJsonObject(), getTitle(), init(), isSet(), setTitle(), and SWGWFMModSettings().
|
private |
Definition at line 116 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getToneFrequency(), init(), setToneFrequency(), and SWGWFMModSettings().
|
private |
Definition at line 140 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getUseReverseApi(), init(), setUseReverseApi(), and SWGWFMModSettings().
|
private |
Definition at line 119 of file SWGWFMModSettings.h.
Referenced by asJsonObject(), fromJsonObject(), getVolumeFactor(), init(), setVolumeFactor(), and SWGWFMModSettings().