Different GUI dialog for user queries
This is where the individual dialogs possible for addons are carried out, with which any user access can be given, e.g. Yes/No dialog.
|
|
| Dialog Extended Progress |
| Class: kodi::gui::dialogs::ExtendedProgress Progress dialog shown for background work
|
|
| Dialog File Browser |
| Namespace: kodi::gui::dialogs::FileBrowser File browser dialog
The functions listed below of the class "FileBrowser" offer the possibility to select to a file by the user of the add-on.
|
|
| Dialog Keyboard |
| Namespace: kodi::gui::dialogs::Keyboard Keyboard dialogs
The functions listed below have to be permitted by the user for the representation of a keyboard around an input.
|
|
| Dialog Numeric |
| Namespace: kodi::gui::dialogs::Numeric Numeric dialogs
The functions listed below have to be permitted by the user for the representation of a numeric keyboard around an input.
|
|
| Dialog OK |
| Namespace: kodi::gui::dialogs::OK OK dialog
The functions listed below permit the call of a dialogue of information, a confirmation of the user by press from OK required.
|
|
| Dialog Progress |
| Class: kodi::gui::dialogs::CProgress Progress dialog shown in center
The with #include <kodi/gui/dialogs/Progress.h> given class are basically used to create Kodi's progress dialog with named text fields.
|
|
| Dialog Select |
| Namespace: kodi::gui::dialogs::Select Selection dialog
The function listed below permits the call of a dialogue to select of an entry as a key
|
|
| Dialog Text Viewer |
| Namespace: kodi::gui::dialogs::TextViewer Text viewer dialog
The text viewer dialog can be used to display descriptions, help texts or other larger texts.
|
|
| Dialog Yes/No |
| Namespace: kodi::gui::dialogs::YesNo Yes / No dialog
The Yes / No dialog can be used to inform the user about questions and get the answer.
|
|