Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowWeather.h"
#include "GUIUserMessages.h"
#include "LangInfo.h"
#include "ServiceBroker.h"
#include "guilib/WindowIDs.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/Variant.h"
#include "weather/WeatherManager.h"
#include <utility>
Macros | |
#define | CONTROL_BTNREFRESH 2 |
#define | CONTROL_SELECTLOCATION 3 |
#define | CONTROL_LABELUPDATED 11 |
#define | CONTROL_STATICTEMP 223 |
#define | CONTROL_STATICFEEL 224 |
#define | CONTROL_STATICUVID 225 |
#define | CONTROL_STATICWIND 226 |
#define | CONTROL_STATICDEWP 227 |
#define | CONTROL_STATICHUMI 228 |
#define | CONTROL_LABELD0DAY 31 |
#define | CONTROL_LABELD0HI 32 |
#define | CONTROL_LABELD0LOW 33 |
#define | CONTROL_LABELD0GEN 34 |
#define | CONTROL_IMAGED0IMG 35 |
#define | LOCALIZED_TOKEN_FIRSTID 370 |
#define | LOCALIZED_TOKEN_LASTID 395 |
#define CONTROL_BTNREFRESH 2 |
#define CONTROL_IMAGED0IMG 35 |
#define CONTROL_LABELD0DAY 31 |
#define CONTROL_LABELD0GEN 34 |
#define CONTROL_LABELD0HI 32 |
#define CONTROL_LABELD0LOW 33 |
#define CONTROL_LABELUPDATED 11 |
#define CONTROL_SELECTLOCATION 3 |
#define CONTROL_STATICDEWP 227 |
#define CONTROL_STATICFEEL 224 |
#define CONTROL_STATICHUMI 228 |
#define CONTROL_STATICTEMP 223 |
#define CONTROL_STATICUVID 225 |
#define CONTROL_STATICWIND 226 |
#define LOCALIZED_TOKEN_FIRSTID 370 |
#define LOCALIZED_TOKEN_LASTID 395 |