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

#include <weatherUtils.h>

Public Member Functions

 ScreenListInfo ()=default
 
 ScreenListInfo (const ScreenListInfo &info)=default
 
TypeListInfo GetCurrentTypeList (void) const
 

Public Attributes

QString m_name
 
QString m_title
 
TypeListMap m_types
 
QStringList m_dataTypes
 
QString m_helptxt
 
QStringList m_sources
 
units_t m_units {SI_UNITS}
 
bool m_hasUnits {false}
 
bool m_multiLoc {false}
 
bool m_updating {false}
 

Detailed Description

Definition at line 48 of file weatherUtils.h.

Constructor & Destructor Documentation

◆ ScreenListInfo() [1/2]

ScreenListInfo::ScreenListInfo ( )
default

◆ ScreenListInfo() [2/2]

ScreenListInfo::ScreenListInfo ( const ScreenListInfo info)
default

Member Function Documentation

◆ GetCurrentTypeList()

TypeListInfo ScreenListInfo::GetCurrentTypeList ( void  ) const

Member Data Documentation

◆ m_name

QString ScreenListInfo::m_name

Definition at line 57 of file weatherUtils.h.

◆ m_title

QString ScreenListInfo::m_title

Definition at line 58 of file weatherUtils.h.

Referenced by ScreenSetup::loadData(), and ScreenSetup::updateHelpText().

◆ m_types

TypeListMap ScreenListInfo::m_types

◆ m_dataTypes

QStringList ScreenListInfo::m_dataTypes

Definition at line 60 of file weatherUtils.h.

Referenced by ScreenSetup::loadData(), and WeatherScreen::WeatherScreen().

◆ m_helptxt

QString ScreenListInfo::m_helptxt

Definition at line 61 of file weatherUtils.h.

◆ m_sources

QStringList ScreenListInfo::m_sources

Definition at line 62 of file weatherUtils.h.

Referenced by ScreenSetup::loadData(), and ScreenSetup::updateHelpText().

◆ m_units

units_t ScreenListInfo::m_units {SI_UNITS}

Definition at line 63 of file weatherUtils.h.

Referenced by ScreenSetup::customEvent(), and ScreenSetup::loadData().

◆ m_hasUnits

bool ScreenListInfo::m_hasUnits {false}

Definition at line 64 of file weatherUtils.h.

◆ m_multiLoc

bool ScreenListInfo::m_multiLoc {false}

Definition at line 65 of file weatherUtils.h.

◆ m_updating

bool ScreenListInfo::m_updating {false}

Definition at line 66 of file weatherUtils.h.


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