|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIWindowSystemInfo.h"#include "GUIInfoManager.h"#include "guilib/GUIMessage.h"#include "guilib/GUIComponent.h"#include "guilib/WindowIDs.h"#include "guilib/LocalizeStrings.h"#include "pvr/PVRManager.h"#include "utils/SystemInfo.h"#include "utils/StringUtils.h"#include "storage/MediaManager.h"#include "guilib/guiinfo/GUIInfoLabels.h"#include "ServiceBroker.h"Macros | |
| #define | CONTROL_TB_POLICY 30 |
| #define | CONTROL_BT_STORAGE 94 |
| #define | CONTROL_BT_DEFAULT 95 |
| #define | CONTROL_BT_NETWORK 96 |
| #define | CONTROL_BT_VIDEO 97 |
| #define | CONTROL_BT_HARDWARE 98 |
| #define | CONTROL_BT_PVR 99 |
| #define | CONTROL_BT_POLICY 100 |
| #define | CONTROL_START CONTROL_BT_STORAGE |
| #define | CONTROL_END CONTROL_BT_POLICY |
| #define CONTROL_BT_DEFAULT 95 |
| #define CONTROL_BT_HARDWARE 98 |
| #define CONTROL_BT_NETWORK 96 |
| #define CONTROL_BT_POLICY 100 |
| #define CONTROL_BT_PVR 99 |
| #define CONTROL_BT_STORAGE 94 |
| #define CONTROL_BT_VIDEO 97 |
| #define CONTROL_END CONTROL_BT_POLICY |
| #define CONTROL_START CONTROL_BT_STORAGE |
| #define CONTROL_TB_POLICY 30 |