|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIInfoManager.h"#include <algorithm>#include <cmath>#include <functional>#include <iterator>#include <memory>#include "Application.h"#include "FileItem.h"#include "ServiceBroker.h"#include "URL.h"#include "Util.h"#include "cores/DataCacheCore.h"#include "filesystem/File.h"#include "guilib/guiinfo/GUIInfo.h"#include "guilib/guiinfo/GUIInfoHelper.h"#include "guilib/guiinfo/GUIInfoLabels.h"#include "input/WindowTranslator.h"#include "interfaces/AnnouncementManager.h"#include "interfaces/info/InfoExpression.h"#include "messaging/ApplicationMessenger.h"#include "settings/SkinSettings.h"#include "utils/CharsetConverter.h"#include "utils/StringUtils.h"#include "utils/URIUtils.h"#include "utils/log.h"Classes | |
| struct | infomap |
Functions | |
| bool | InfoBoolComparator (const InfoPtr &right, const InfoPtr &left) |
Variables | |
| const infomap | string_bools [] |
| const infomap | integer_bools [] |
| const infomap | player_labels [] |
| const infomap | player_param [] = {{ "art", PLAYER_ITEM_ART }} |
| const infomap | player_times [] |
| const infomap | player_process [] |
| const infomap | weather [] |
| const infomap | system_labels [] |
| const infomap | system_param [] |
| const infomap | network_labels [] |
| const infomap | musicpartymode [] |
| const infomap | musicplayer [] |
| const infomap | videoplayer [] |
| const infomap | retroplayer [] |
| const infomap | mediacontainer [] |
| const infomap | container_bools [] |
| const infomap | container_ints [] |
| const infomap | container_str [] |
| const infomap | listitem_labels [] |
| const infomap | visualisation [] |
| const infomap | fanart_labels [] |
| const infomap | skin_labels [] |
| const infomap | window_bools [] |
| const infomap | control_labels [] |
| const infomap | playlist [] |
| const infomap | pvr [] |
| const infomap | pvr_times [] |
| const infomap | rds [] |
| const infomap | slideshow [] |
| const infomap container_bools[] |
| const infomap container_ints[] |
| const infomap container_str[] |
| const infomap control_labels[] |
| const infomap fanart_labels[] |
| const infomap integer_bools[] |
| const infomap listitem_labels[] |
| const infomap mediacontainer[] |
| const infomap musicpartymode[] |
| const infomap musicplayer[] |
| const infomap network_labels[] |
| const infomap player_labels[] |
| const infomap player_param[] = {{ "art", PLAYER_ITEM_ART }} |
| const infomap player_process[] |
| const infomap player_times[] |
| const infomap playlist[] |
| const infomap pvr[] |
| const infomap pvr_times[] |
| const infomap rds[] |
| const infomap retroplayer[] |
| const infomap skin_labels[] |
| const infomap slideshow[] |
| const infomap string_bools[] |
| const infomap system_labels[] |
| const infomap system_param[] |
| const infomap videoplayer[] |
| const infomap visualisation[] |
| const infomap weather[] |
| const infomap window_bools[] |