MythTV master
Public Attributes | List of all members
ScriptInfo Class Reference

#include <mythplugins/mythweather/mythweather/weatherSource.h>

Collaboration diagram for ScriptInfo:
[legend]

Public Attributes

QString name
 
QString version
 
QString author
 
QString email
 
QStringList types
 
QString program
 
QString path
 
std::chrono::seconds scriptTimeout {DEFAULT_SCRIPT_TIMEOUT}
 
std::chrono::seconds updateTimeout {DEFAULT_UPDATE_TIMEOUT}
 
int id {0}
 

Detailed Description

Definition at line 21 of file weatherSource.h.

Member Data Documentation

◆ author

QString ScriptInfo::author

Definition at line 26 of file weatherSource.h.

Referenced by WeatherSource::getAuthor().

◆ email

QString ScriptInfo::email

Definition at line 27 of file weatherSource.h.

Referenced by WeatherSource::getEmail().

◆ id

int ScriptInfo::id {0}

◆ name

QString ScriptInfo::name

◆ path

QString ScriptInfo::path

Definition at line 30 of file weatherSource.h.

Referenced by WeatherSource::getLocationList(), and WeatherSource::startUpdate().

◆ program

QString ScriptInfo::program

Definition at line 29 of file weatherSource.h.

Referenced by WeatherSource::getLocationList(), and WeatherSource::startUpdate().

◆ scriptTimeout

std::chrono::seconds ScriptInfo::scriptTimeout {DEFAULT_SCRIPT_TIMEOUT}

◆ types

QStringList ScriptInfo::types

Definition at line 28 of file weatherSource.h.

◆ updateTimeout

std::chrono::seconds ScriptInfo::updateTimeout {DEFAULT_UPDATE_TIMEOUT}

◆ version

QString ScriptInfo::version

The documentation for this class was generated from the following file: