#include <serverSideScripting.h>
Public Member Functions | |
| ScriptInfo () | |
| ScriptInfo (QScriptValue func, QDateTime dt) | |
Public Attributes | |
| QScriptValue | m_oFunc |
| QDateTime | m_dtTimeStamp |
| QString | name |
| QString | version |
| QString | author |
| QString | |
| QStringList | types |
| QString | program |
| QString | path |
| unsigned int | scriptTimeout |
| unsigned int | updateTimeout |
| int | id |
Definition at line 26 of file serverSideScripting.h.
| ScriptInfo::ScriptInfo | ( | ) | [inline] |
Definition at line 32 of file serverSideScripting.h.
| ScriptInfo::ScriptInfo | ( | QScriptValue | func, | |
| QDateTime | dt | |||
| ) | [inline] |
Definition at line 34 of file serverSideScripting.h.
| QScriptValue ScriptInfo::m_oFunc |
Definition at line 29 of file serverSideScripting.h.
Referenced by ServerSideScripting::EvaluatePage().
| QDateTime ScriptInfo::m_dtTimeStamp |
Definition at line 30 of file serverSideScripting.h.
Referenced by ServerSideScripting::EvaluatePage().
| 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::ProbeInfo(), 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(), WeatherSource::ProbeInfo(), and WeatherSource::ProbeScript().
| QString ScriptInfo::author |
Definition at line 23 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getAuthor(), WeatherSource::ProbeInfo(), and WeatherSource::ProbeScript().
| QString ScriptInfo::email |
Definition at line 24 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getEmail(), WeatherSource::ProbeInfo(), and WeatherSource::ProbeScript().
| QStringList ScriptInfo::types |
Definition at line 25 of file weatherSource.h.
Referenced by SourceManager::findPossibleSources(), SourceManager::findScriptsDB(), and WeatherSource::ProbeScript().
| QString ScriptInfo::program |
Definition at line 26 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getLocationList(), WeatherSource::ProbeInfo(), WeatherSource::ProbeScript(), and WeatherSource::startUpdate().
| QString ScriptInfo::path |
Definition at line 27 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getLocationList(), WeatherSource::ProbeInfo(), WeatherSource::ProbeScript(), and WeatherSource::startUpdate().
| unsigned int ScriptInfo::scriptTimeout |
Definition at line 28 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getScriptTimeout(), WeatherSource::ProbeScript(), WeatherSource::setScriptTimeout(), and WeatherSource::startUpdate().
| unsigned int ScriptInfo::updateTimeout |
Definition at line 29 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getUpdateTimeout(), WeatherSource::ProbeScript(), WeatherSource::setUpdateTimeout(), and WeatherSource::startUpdateTimer().
| int ScriptInfo::id |
Definition at line 30 of file weatherSource.h.
Referenced by SourceManager::findScriptsDB(), WeatherSource::getId(), SourceManager::needSourceFor(), and WeatherSource::ProbeScript().
1.6.3