![]() |
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
Selection entry structure More...
#include <Select.h>
Public Member Functions | |
SSelectionEntry ()=default | |
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
|
default |
Structure constructor
There becomes selected always set to false.
std::string SSelectionEntry::id |
Entry identfication string.
std::string SSelectionEntry::name |
Entry name to show on GUI dialog.
bool SSelectionEntry::selected = false |
Place where entry can be preselected and after return the from user selected is set.