MythTV  master
Public Member Functions | Public Attributes | List of all members
TypeListInfo Class Reference

#include <weatherUtils.h>

Collaboration diagram for TypeListInfo:
Collaboration graph
[legend]

Public Member Functions

 TypeListInfo (const TypeListInfo &info)=default
 
 TypeListInfo (QString _name)
 
 TypeListInfo (QString _name, QString _location)
 
 TypeListInfo (QString _name, QString _location, ScriptInfo *_src)
 

Public Attributes

QString m_name
 
QString m_location
 
ScriptInfom_src {nullptr}
 

Detailed Description

Definition at line 28 of file weatherUtils.h.

Constructor & Destructor Documentation

◆ TypeListInfo() [1/4]

TypeListInfo::TypeListInfo ( const TypeListInfo info)
default

◆ TypeListInfo() [2/4]

TypeListInfo::TypeListInfo ( QString  _name)
inlineexplicit

Definition at line 33 of file weatherUtils.h.

◆ TypeListInfo() [3/4]

TypeListInfo::TypeListInfo ( QString  _name,
QString  _location 
)
inline

Definition at line 35 of file weatherUtils.h.

◆ TypeListInfo() [4/4]

TypeListInfo::TypeListInfo ( QString  _name,
QString  _location,
ScriptInfo _src 
)
inline

Definition at line 37 of file weatherUtils.h.

Member Data Documentation

◆ m_name

QString TypeListInfo::m_name

Definition at line 42 of file weatherUtils.h.

◆ m_location

QString TypeListInfo::m_location

Definition at line 43 of file weatherUtils.h.

Referenced by ScreenSetup::updateHelpText().

◆ m_src

ScriptInfo* TypeListInfo::m_src {nullptr}

Definition at line 44 of file weatherUtils.h.

Referenced by ScreenSetup::updateHelpText().


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