![]() |
Kodi Documentation 22.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 identification string. | |
std::string | name |
Entry name to show on GUI dialog. | |
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 identification 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.