|
MythTV master
|
#include <unistd.h>#include <libmythbase/lcddevice.h>#include <libmythbase/mythcorecontext.h>#include <libmythbase/mythlogging.h>#include <libmythbase/mythplugin.h>#include <libmythbase/mythpluginapi.h>#include <libmythbase/mythversion.h>#include <libmythui/mythmainwindow.h>#include <libmythui/myththemedmenu.h>#include <libmythui/mythuihelper.h>#include "sourceManager.h"#include "weather.h"#include "weatherSetup.h"#include "weatherdbcheck.h"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 = nullptr |
| int mythplugin_config | ( | void | ) |
Definition at line 120 of file mythweather.cpp.
| void mythplugin_destroy | ( | void | ) |
Definition at line 147 of file mythweather.cpp.
| int mythplugin_init | ( | const char * | libversion | ) |
Definition at line 60 of file mythweather.cpp.
| int mythplugin_run | ( | void | ) |
Definition at line 82 of file mythweather.cpp.
|
static |
Definition at line 23 of file mythweather.cpp.
Referenced by mythplugin_run(), and runWeather().
|
static |
Definition at line 41 of file mythweather.cpp.
Referenced by setupKeys().
|
static |
Definition at line 46 of file mythweather.cpp.
Referenced by mythplugin_init().
|
static |
Definition at line 87 of file mythweather.cpp.
Referenced by mythplugin_config().
| SourceManager* srcMan = nullptr |
Definition at line 21 of file mythweather.cpp.
Referenced by mythplugin_destroy(), mythplugin_init(), RunWeather(), Weather::Weather(), and WeatherCallback().