Go to the source code of this file.
Functions | |
| static int | RunWeather () |
| static void | runWeather () |
| static void | setupKeys () |
| int | mythplugin_init (const char *libversion) |
| int | mythplugin_run () |
| static void | WeatherCallback (void *data, QString &selection) |
| int | mythplugin_config () |
| void | mythplugin_destroy () |
Variables | |
| SourceManager * | srcMan = 0 |
| static int RunWeather | ( | ) | [static] |
Definition at line 26 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by mythplugin_run(), and runWeather().
| static void runWeather | ( | ) | [static] |
Definition at line 44 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by setupKeys().
| static void setupKeys | ( | void | ) | [static] |
Definition at line 49 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by mythplugin_init().
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 63 of file mythplugins/mythweather/mythweather/main.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 85 of file mythplugins/mythweather/mythweather/main.cpp.
| static void WeatherCallback | ( | void * | data, | |
| QString & | selection | |||
| ) | [static] |
Definition at line 90 of file mythplugins/mythweather/mythweather/main.cpp.
Referenced by mythplugin_config().
| int mythplugin_config | ( | void | ) |
Definition at line 125 of file mythplugins/mythweather/mythweather/main.cpp.
| void mythplugin_destroy | ( | void | ) |
Definition at line 155 of file mythplugins/mythweather/mythweather/main.cpp.
| SourceManager* srcMan = 0 |
Definition at line 24 of file mythplugins/mythweather/mythweather/main.cpp.
1.6.3