#include <weatherSource.h>
Definition at line 19 of file weatherSource.h.
Public Attributes | |
| QString | name |
| QString | version |
| QString | author |
| QString | |
| QStringList | types |
| QFileInfo * | file |
| unsigned int | scriptTimeout |
| unsigned int | updateTimeout |
| int | id |
| QString ScriptInfo::name |
Definition at line 21 of file weatherSource.h.
Referenced by LocationDialog::doSearch(), SourceManager::findScriptsDB(), WeatherSource::getName(), SourceManager::getSourceByName(), LocationDialog::itemSelected(), ScreenSetup::loadData(), WeatherSource::probeScript(), WeatherSource::startUpdate(), ScreenSetup::updateHelpText(), and WeatherSource::WeatherSource().
| QString ScriptInfo::version |
Definition at line 22 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getVersion(), and WeatherSource::probeScript().
| QString ScriptInfo::author |
Definition at line 23 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getAuthor(), and WeatherSource::probeScript().
| QString ScriptInfo::email |
Definition at line 24 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getEmail(), and WeatherSource::probeScript().
| QStringList ScriptInfo::types |
Definition at line 25 of file weatherSource.h.
Referenced by SourceManager::findPossibleSources(), SourceManager::findScriptsDB(), and WeatherSource::probeScript().
| QFileInfo* ScriptInfo::file |
Definition at line 26 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getLocationList(), WeatherSource::probeScript(), WeatherSource::startUpdate(), and WeatherSource::WeatherSource().
| unsigned int ScriptInfo::scriptTimeout |
Definition at line 27 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getScriptTimeout(), WeatherSource::probeScript(), WeatherSource::setScriptTimeout(), and WeatherSource::startUpdate().
| unsigned int ScriptInfo::updateTimeout |
Definition at line 28 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getUpdateTimeout(), WeatherSource::probeScript(), WeatherSource::setUpdateTimeout(), and WeatherSource::startUpdateTimer().
| int ScriptInfo::id |
Definition at line 29 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getId(), SourceManager::needSourceFor(), WeatherSource::probeScript(), and ScreenSetup::saveData().
1.5.5