Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
WeatherManager.h File Reference
#include "settings/lib/ISettingCallback.h"
#include "threads/CriticalSection.h"
#include "utils/InfoLoader.h"
#include <array>
#include <memory>
#include <string>

Classes

struct  ForecastDay
 
struct  WeatherInfo
 
class  CWeatherManager
 

Variables

constexpr unsigned int WEATHER_LABEL_LOCATION = 10
 
constexpr unsigned int WEATHER_IMAGE_CURRENT_ICON = 21
 
constexpr unsigned int WEATHER_LABEL_CURRENT_COND = 22
 
constexpr unsigned int WEATHER_LABEL_CURRENT_TEMP = 23
 
constexpr unsigned int WEATHER_LABEL_CURRENT_FEEL = 24
 
constexpr unsigned int WEATHER_LABEL_CURRENT_UVID = 25
 
constexpr unsigned int WEATHER_LABEL_CURRENT_WIND = 26
 
constexpr unsigned int WEATHER_LABEL_CURRENT_DEWP = 27
 
constexpr unsigned int WEATHER_LABEL_CURRENT_HUMI = 28
 
constexpr const char * ICON_ADDON_PATH = "resource://resource.images.weathericons.default"
 

Variable Documentation

◆ ICON_ADDON_PATH

const char* ICON_ADDON_PATH = "resource://resource.images.weathericons.default"
constexpr

◆ WEATHER_IMAGE_CURRENT_ICON

unsigned int WEATHER_IMAGE_CURRENT_ICON = 21
constexpr

◆ WEATHER_LABEL_CURRENT_COND

unsigned int WEATHER_LABEL_CURRENT_COND = 22
constexpr

◆ WEATHER_LABEL_CURRENT_DEWP

unsigned int WEATHER_LABEL_CURRENT_DEWP = 27
constexpr

◆ WEATHER_LABEL_CURRENT_FEEL

unsigned int WEATHER_LABEL_CURRENT_FEEL = 24
constexpr

◆ WEATHER_LABEL_CURRENT_HUMI

unsigned int WEATHER_LABEL_CURRENT_HUMI = 28
constexpr

◆ WEATHER_LABEL_CURRENT_TEMP

unsigned int WEATHER_LABEL_CURRENT_TEMP = 23
constexpr

◆ WEATHER_LABEL_CURRENT_UVID

unsigned int WEATHER_LABEL_CURRENT_UVID = 25
constexpr

◆ WEATHER_LABEL_CURRENT_WIND

unsigned int WEATHER_LABEL_CURRENT_WIND = 26
constexpr

◆ WEATHER_LABEL_LOCATION

unsigned int WEATHER_LABEL_LOCATION = 10
constexpr