![]() |
Kodi Docs 20.0
Kodi is an open source media player and entertainment hub.
|
Selection entry structure
Used to provide the necessary data for the selection dialog and to declare the selected position in it.
More...
#include <Select.h>
Public Attributes | |
std::string | id |
Entry identfication string. More... | |
std::string | name |
Entry name to show on GUI dialog. More... | |
bool | selected = false |
Selection entry structure
Used to provide the necessary data for the selection dialog and to declare the selected position in it.
std::string kodi::gui::dialogs::SSelectionEntry::id |
Entry identfication string.
std::string kodi::gui::dialogs::SSelectionEntry::name |
Entry name to show on GUI dialog.
bool kodi::gui::dialogs::SSelectionEntry::selected = false |
Place where entry can be preselected and after return the from user selected is set.