Go to the source code of this file.
Functions | |
| void | runWeather () |
| void | loadTheme () |
| void | setupKeys () |
| int | mythplugin_init (const char *libversion) |
| Initializes the plugin. | |
| int | mythplugin_run () |
| Runs the plugin. | |
| void | WeatherCallback (void *data, QString &selection) |
| int | mythplugin_config () |
| Plug-in config handler, does nothing. | |
| void | mythplugin_destroy () |
Variables | |
| SourceManager * | srcMan = 0 |
| XMLParse * | theme = 0 |
| void runWeather | ( | ) |
Definition at line 66 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by mythplugin_run(), and setupKeys().
| void loadTheme | ( | ) |
| void setupKeys | ( | void | ) |
Definition at line 34 of file mythplugins/mythweather/mythweather/main.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Initializes the plugin.
| libversion | The mythtv library version. |
Definition at line 44 of file mythplugins/mythweather/mythweather/main.cpp.
| int mythplugin_run | ( | void | ) |
Runs the plugin.
Definition at line 87 of file mythplugins/mythweather/mythweather/main.cpp.
| void WeatherCallback | ( | void * | data, | |
| QString & | selection | |||
| ) |
Definition at line 93 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by mythplugin_config().
| int mythplugin_config | ( | void | ) |
Plug-in config handler, does nothing.
Definition at line 150 of file mythplugins/mythweather/mythweather/main.cpp.
| void mythplugin_destroy | ( | void | ) |
Definition at line 172 of file mythplugins/mythweather/mythweather/main.cpp.
| SourceManager* srcMan = 0 |
Definition at line 28 of file mythplugins/mythweather/mythweather/main.cpp.
Definition at line 29 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by AppearanceSettings::AppearanceSettings(), MythThemedDialog::getTheme(), ManagedList::getTheme(), MenuTheme(), RandTheme(), ManagedList::setTheme(), SetupMenu(), ThemeSelector::ThemeSelector(), and TV::VideoThemeCheck().
1.5.5