|
Kodi Documentation
18.0
Kodi is an open source media player and entertainment hub.
|
#include "AddonGUIWindow.h"#include "Application.h"#include "FileItem.h"#include "ServiceBroker.h"#include "addons/Addon.h"#include "guilib/GUIComponent.h"#include "guilib/GUIWindowManager.h"#include "guilib/TextureManager.h"#include "input/Key.h"#include "messaging/ApplicationMessenger.h"#include "utils/log.h"#include "utils/URIUtils.h"Namespaces | |
| KodiAPI | |
| KodiAPI::GUI | |
Macros | |
| #define | CONTROL_BTNVIEWASICONS 2 |
| #define | CONTROL_BTNSORTBY 3 |
| #define | CONTROL_BTNSORTASC 4 |
| #define | CONTROL_LABELFILES 12 |
| #define CONTROL_BTNSORTASC 4 |
| #define CONTROL_BTNSORTBY 3 |
| #define CONTROL_BTNVIEWASICONS 2 |
| #define CONTROL_LABELFILES 12 |