Classes and data for displaying a window in Kodi
This group contains the primary class kodi::gui::CWindow and also various subclasses belonging to it (various controls, list item).
Kodi is noted as having a very flexible and robust framework for its GUI, making theme-skinning and personal customization very accessible. Users can create their own skin (or modify an existing skin) and share it with others.
This class is used to process the display of a window in Kodi from the addon.
The addon can process the controls stored in the XML and lists displayed in the GUI, set values and manage user access.
Modules | |
1. GUI window (kodi::gui::CWindow) | |
Main window control class | |
2. GUI list item (kodi::gui::CListItem) | |
Selectable window list item | |
3. GUI controls (kodi::gui::controls::C...) | |
GUI control elements | |