Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
kodi::gui::dialogs::Select Namespace Reference

Functions

int 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 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 ShowMultiSelect (const std::string &heading, std::vector< SSelectionEntry > &entries, int autoclose=0)
 Show a multiple selection dialog about given parts. More...