Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
kodi::gui::dialogs::SSelectionEntry Struct Reference

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.
 
std::string name
 Entry name to show on GUI dialog.
 
bool selected = false
 

Detailed Description

Selection entry structure
Used to provide the necessary data for the selection dialog and to declare the selected position in it.

Member Data Documentation

◆ id

std::string kodi::gui::dialogs::SSelectionEntry::id

Entry identfication string.

◆ name

std::string kodi::gui::dialogs::SSelectionEntry::name

Entry name to show on GUI dialog.

◆ selected

bool kodi::gui::dialogs::SSelectionEntry::selected = false

Place where entry can be preselected and after return the from user selected is set.


The documentation for this struct was generated from the following file: