|
MythTV master
|
#include <mythplugins/mythweather/mythweather/weatherUtils.h>
Public Member Functions | |
| 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} |
Definition at line 48 of file weatherUtils.h.
| TypeListInfo ScreenListInfo::GetCurrentTypeList | ( | void | ) | const |
| QStringList ScreenListInfo::m_dataTypes |
Definition at line 57 of file weatherUtils.h.
Referenced by ScreenSetup::loadData(), and WeatherScreen::WeatherScreen().
Definition at line 61 of file weatherUtils.h.
| QString ScreenListInfo::m_helptxt |
Definition at line 58 of file weatherUtils.h.
Definition at line 62 of file weatherUtils.h.
| QString ScreenListInfo::m_name |
Definition at line 54 of file weatherUtils.h.
| QStringList ScreenListInfo::m_sources |
Definition at line 59 of file weatherUtils.h.
Referenced by ScreenSetup::loadData(), and ScreenSetup::updateHelpText().
| QString ScreenListInfo::m_title |
Definition at line 55 of file weatherUtils.h.
Referenced by ScreenSetup::loadData(), and ScreenSetup::updateHelpText().
| TypeListMap ScreenListInfo::m_types |
Definition at line 56 of file weatherUtils.h.
Referenced by LocationDialog::itemClicked(), ScreenSetup::loadData(), and LocationDialog::LocationDialog().
Definition at line 60 of file weatherUtils.h.
Referenced by ScreenSetup::customEvent(), and ScreenSetup::loadData().
Definition at line 63 of file weatherUtils.h.