|
MythTV master
|
#include <mythplugins/mythweather/mythweather/weatherSource.h>
Public Attributes | |
| QString | name |
| QString | version |
| QString | author |
| QString | |
| QStringList | types |
| QString | program |
| QString | path |
| std::chrono::seconds | scriptTimeout {DEFAULT_SCRIPT_TIMEOUT} |
| std::chrono::seconds | updateTimeout {DEFAULT_UPDATE_TIMEOUT} |
| int | id {0} |
Definition at line 21 of file weatherSource.h.
| QString ScriptInfo::author |
Definition at line 26 of file weatherSource.h.
Referenced by WeatherSource::getAuthor().
| QString ScriptInfo::email |
Definition at line 27 of file weatherSource.h.
Referenced by WeatherSource::getEmail().
| int ScriptInfo::id {0} |
Definition at line 33 of file weatherSource.h.
Referenced by discid.disc.Disc::__str__(), SourceManager::findScriptsDB(), WeatherSource::getId(), SourceManager::needSourceFor(), hardwareprofile.devicelist.PCIDevice::process(), and hardwareprofile.devicelist.USBDevice::process().
| QString ScriptInfo::name |
Definition at line 24 of file weatherSource.h.
Referenced by LocationDialog::doSearch(), WeatherSource::getName(), SourceManager::getSourceByName(), WeatherSource::startUpdate(), and ScreenSetup::updateHelpText().
| QString ScriptInfo::path |
Definition at line 30 of file weatherSource.h.
Referenced by WeatherSource::getLocationList(), and WeatherSource::startUpdate().
| QString ScriptInfo::program |
Definition at line 29 of file weatherSource.h.
Referenced by WeatherSource::getLocationList(), and WeatherSource::startUpdate().
| std::chrono::seconds ScriptInfo::scriptTimeout {DEFAULT_SCRIPT_TIMEOUT} |
Definition at line 31 of file weatherSource.h.
Referenced by WeatherSource::getScriptTimeout(), WeatherSource::setScriptTimeout(), and WeatherSource::startUpdate().
| QStringList ScriptInfo::types |
Definition at line 28 of file weatherSource.h.
| std::chrono::seconds ScriptInfo::updateTimeout {DEFAULT_UPDATE_TIMEOUT} |
Definition at line 32 of file weatherSource.h.
Referenced by WeatherSource::getUpdateTimeout(), WeatherSource::setUpdateTimeout(), and WeatherSource::startUpdateTimer().
| QString ScriptInfo::version |
Definition at line 25 of file weatherSource.h.
Referenced by nv_python_libs.vimeo.oauth.oauth_api.OAuthServer::_get_version(), and WeatherSource::getVersion().