Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
Select.h File Reference

Classes

struct  kodi::gui::dialogs::SSelectionEntry
 Selection entry structure
Used to provide the necessary data for the selection dialog and to declare the selected position in it. More...
 

Namespaces

namespace  kodi
 
namespace  kodi::gui
 
namespace  kodi::gui::dialogs
 
namespace  kodi::gui::dialogs::Select
 

Typedefs

typedef struct kodi::gui::dialogs::SSelectionEntry kodi::gui::dialogs::SSelectionEntry
 Selection entry structure
Used to provide the necessary data for the selection dialog and to declare the selected position in it.
 

Functions

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.