![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "GUIDialogSelect.h"
#include "FileItem.h"
#include "input/Key.h"
#include "guilib/GUIMessage.h"
#include "guilib/LocalizeStrings.h"
#include "utils/StringUtils.h"
Macros | |
#define | CONTROL_HEADING 1 |
#define | CONTROL_NUMBER_OF_ITEMS 2 |
#define | CONTROL_SIMPLE_LIST 3 |
#define | CONTROL_DETAILED_LIST 6 |
#define | CONTROL_EXTRA_BUTTON 5 |
#define | CONTROL_CANCEL_BUTTON 7 |
#define CONTROL_CANCEL_BUTTON 7 |
#define CONTROL_DETAILED_LIST 6 |
#define CONTROL_EXTRA_BUTTON 5 |
#define CONTROL_HEADING 1 |
#define CONTROL_NUMBER_OF_ITEMS 2 |
#define CONTROL_SIMPLE_LIST 3 |