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