|
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "guilib/GUIDialog.h"#include "settings/SettingControl.h"#include "settings/SettingsContainer.h"#include "settings/lib/ISettingCallback.h"#include "threads/Timer.h"#include "utils/ILocalizer.h"#include <string_view>#include <vector>Classes | |
| class | CGUIDialogSettingsBase |
Typedefs | |
| using | BaseSettingControlPtr = std::shared_ptr< CGUIControlBaseSetting > |
Variables | |
| constexpr int | CONTROL_SETTINGS_LABEL = 2 |
| constexpr int | CONTROL_SETTINGS_DESCRIPTION = 6 |
| constexpr int | CONTROL_SETTINGS_OKAY_BUTTON = 28 |
| constexpr int | CONTROL_SETTINGS_CANCEL_BUTTON = 29 |
| constexpr int | CONTROL_SETTINGS_CUSTOM_BUTTON = 30 |
| constexpr int | CONTROL_SETTINGS_START_BUTTONS = -200 |
| constexpr int | CONTROL_SETTINGS_START_CONTROL = -180 |
| constexpr const char * | SETTINGS_RESET_SETTING_ID = "settings.reset" |
| constexpr const char * | SETTINGS_EMPTY_CATEGORY_ID = "categories.empty" |
| using BaseSettingControlPtr = std::shared_ptr<CGUIControlBaseSetting> |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |