![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Classes | |
struct | SSelectionEntry |
Selection entry structure More... | |
Namespaces | |
namespace | kodi |
namespace | kodi::gui |
namespace | kodi::gui::dialogs |
namespace | kodi::gui::dialogs::Select |
Typedefs | |
typedef struct SSelectionEntry | SSelectionEntry |
Selection entry structure More... | |
Functions | |
int | kodi::gui::dialogs::Select::Show (const std::string &heading, const std::vector< std::string > &entries, int selected=-1, unsigned int autoclose=0) |
Show a selection dialog about given parts. More... | |
int | kodi::gui::dialogs::Select::Show (const std::string &heading, std::vector< SSelectionEntry > &entries, int selected=-1, unsigned int autoclose=0) |
Show a selection dialog about given parts. More... | |
bool | kodi::gui::dialogs::Select::ShowMultiSelect (const std::string &heading, std::vector< SSelectionEntry > &entries, int autoclose=0) |
Show a multiple selection dialog about given parts. More... | |