|
int ATTR_DLL_LOCAL | 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.
|
|
int ATTR_DLL_LOCAL | kodi::gui::dialogs::Select::Show (const std::string &heading, std::vector< kodi::gui::dialogs::SSelectionEntry > &entries, int selected=-1, unsigned int autoclose=0) |
| Show a selection dialog about given parts.
|
|
bool ATTR_DLL_LOCAL | kodi::gui::dialogs::Select::ShowMultiSelect (const std::string &heading, std::vector< kodi::gui::dialogs::SSelectionEntry > &entries, int autoclose=0) |
| Show a multiple selection dialog about given parts.
|
|