MythTV  master
Functions | Variables
mythweather.cpp File Reference
#include <unistd.h>
#include <libmyth/mythcontext.h>
#include <libmythbase/lcddevice.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"
Include dependency graph for mythweather.cpp:

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 ([[maybe_unused]] void *data, QString &selection)
 
int mythplugin_config ()
 
void mythplugin_destroy ()
 

Variables

SourceManagersrcMan = nullptr
 

Function Documentation

◆ RunWeather()

static int RunWeather ( )
static

Definition at line 22 of file mythweather.cpp.

Referenced by mythplugin_run(), and runWeather().

◆ runWeather()

static void runWeather ( )
static

Definition at line 40 of file mythweather.cpp.

Referenced by setupKeys().

◆ setupKeys()

static void setupKeys ( )
static

Definition at line 45 of file mythweather.cpp.

Referenced by mythplugin_init().

◆ mythplugin_init()

int mythplugin_init ( const char *  libversion)

Definition at line 59 of file mythweather.cpp.

◆ mythplugin_run()

int mythplugin_run ( )

Definition at line 81 of file mythweather.cpp.

◆ WeatherCallback()

static void WeatherCallback ( [[maybe_unused] ] void *  data,
QString &  selection 
)
static

Definition at line 86 of file mythweather.cpp.

Referenced by mythplugin_config().

◆ mythplugin_config()

int mythplugin_config ( )

Definition at line 119 of file mythweather.cpp.

◆ mythplugin_destroy()

void mythplugin_destroy ( )

Definition at line 146 of file mythweather.cpp.

Variable Documentation

◆ srcMan

SourceManager* srcMan = nullptr