|
MythTV master
|
#include <libmythupnp/serverSideScripting.h>
Public Member Functions | |
| ScriptInfo ()=default | |
| ScriptInfo (const 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 |
| std::chrono::seconds | scriptTimeout {DEFAULT_SCRIPT_TIMEOUT} |
| std::chrono::seconds | updateTimeout {DEFAULT_UPDATE_TIMEOUT} |
| int | id {0} |
Definition at line 35 of file serverSideScripting.h.
|
default |
|
inline |
Definition at line 43 of file serverSideScripting.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(), hardwareprofile.devicelist.PCIDevice::process(), and hardwareprofile.devicelist.USBDevice::process().
| QDateTime ScriptInfo::m_dtTimeStamp |
Definition at line 39 of file serverSideScripting.h.
Referenced by ServerSideScripting::EvaluatePage().
| QScriptValue ScriptInfo::m_oFunc |
Definition at line 38 of file serverSideScripting.h.
Referenced by ServerSideScripting::EvaluatePage().
| 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().