Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "LangInfo.h"
#include "DatabaseManager.h"
#include "ServiceBroker.h"
#include "XBDateTime.h"
#include "addons/AddonInstaller.h"
#include "addons/AddonManager.h"
#include "addons/LanguageResource.h"
#include "addons/RepositoryUpdater.h"
#include "addons/addoninfo/AddonType.h"
#include "guilib/LocalizeStrings.h"
#include "messaging/ApplicationMessenger.h"
#include "pvr/PVRManager.h"
#include "settings/AdvancedSettings.h"
#include "settings/Settings.h"
#include "settings/SettingsComponent.h"
#include "settings/lib/Setting.h"
#include "settings/lib/SettingDefinitions.h"
#include "utils/CharsetConverter.h"
#include "utils/LangCodeExpander.h"
#include "utils/StringUtils.h"
#include "utils/URIUtils.h"
#include "utils/XBMCTinyXML.h"
#include "utils/XMLUtils.h"
#include "utils/log.h"
#include "weather/WeatherManager.h"
#include <algorithm>
#include <stdexcept>
Classes | |
struct | TemperatureInfo |
struct | SpeedInfo |
struct | SortLanguage |
Macros | |
#define | TIME_FORMAT_MM_SS ":mm:ss" |
#define | TIME_FORMAT_SINGLE_12 "h" TIME_FORMAT_MM_SS |
#define | TIME_FORMAT_DOUBLE_12 "hh" TIME_FORMAT_MM_SS |
#define | TIME_FORMAT_SINGLE_24 "H" TIME_FORMAT_MM_SS |
#define | TIME_FORMAT_DOUBLE_24 "HH" TIME_FORMAT_MM_SS |
#define | TIME_FORMAT_12HOURS "12hours" |
#define | TIME_FORMAT_24HOURS "24hours" |
#define | TEMP_UNIT_STRINGS 20027 |
#define | SPEED_UNIT_STRINGS 20200 |
#define | SETTING_REGIONAL_DEFAULT "regional" |
Typedefs | |
typedef struct TemperatureInfo | TemperatureInfo |
typedef struct SpeedInfo | SpeedInfo |
#define SETTING_REGIONAL_DEFAULT "regional" |
#define SPEED_UNIT_STRINGS 20200 |
#define TEMP_UNIT_STRINGS 20027 |
#define TIME_FORMAT_12HOURS "12hours" |
#define TIME_FORMAT_24HOURS "24hours" |
#define TIME_FORMAT_DOUBLE_12 "hh" TIME_FORMAT_MM_SS |
#define TIME_FORMAT_DOUBLE_24 "HH" TIME_FORMAT_MM_SS |
#define TIME_FORMAT_MM_SS ":mm:ss" |
#define TIME_FORMAT_SINGLE_12 "h" TIME_FORMAT_MM_SS |
#define TIME_FORMAT_SINGLE_24 "H" TIME_FORMAT_MM_SS |
typedef struct SpeedInfo SpeedInfo |
typedef struct TemperatureInfo TemperatureInfo |