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
 

Detailed Description

Selection entry structure

Constructor & Destructor Documentation

◆ SSelectionEntry()

SSelectionEntry::SSelectionEntry ( )
default

Structure constructor

There becomes selected always set to false.

Member Data Documentation

◆ id

std::string SSelectionEntry::id

Entry identfication string.

◆ name

std::string SSelectionEntry::name

Entry name to show on GUI dialog.

◆ selected

bool 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: