|
MythTV
0.26-pre
|
#include <weatherUtils.h>
Public Member Functions | |
| TypeListInfo (const TypeListInfo &info) | |
| TypeListInfo (const QString &_name) | |
| TypeListInfo (const QString &_name, const QString &_location) | |
| TypeListInfo (const QString &_name, const QString &_location, struct ScriptInfo *_src) | |
Public Attributes | |
| QString | name |
| QString | location |
| struct ScriptInfo * | src |
Definition at line 23 of file weatherUtils.h.
| TypeListInfo::TypeListInfo | ( | const TypeListInfo & | info | ) | [inline] |
Definition at line 27 of file weatherUtils.h.
| TypeListInfo::TypeListInfo | ( | const QString & | _name | ) | [inline] |
Definition at line 34 of file weatherUtils.h.
| TypeListInfo::TypeListInfo | ( | const QString & | _name, |
| const QString & | _location | ||
| ) | [inline] |
Definition at line 39 of file weatherUtils.h.
| TypeListInfo::TypeListInfo | ( | const QString & | _name, |
| const QString & | _location, | ||
| struct ScriptInfo * | _src | ||
| ) | [inline] |
Definition at line 45 of file weatherUtils.h.
| QString TypeListInfo::name |
Definition at line 54 of file weatherUtils.h.
Referenced by TypeListInfo().
| QString TypeListInfo::location |
Definition at line 55 of file weatherUtils.h.
Referenced by TypeListInfo(), and ScreenSetup::updateHelpText().
| struct ScriptInfo* TypeListInfo::src |
Definition at line 56 of file weatherUtils.h.
Referenced by ScreenSetup::updateHelpText().
1.7.6.1