Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
GUIDialogSettingsBase.h File Reference
#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< CGUIControlBaseSettingBaseSettingControlPtr
 

Macro Definition Documentation

◆ CONTROL_SETTINGS_CANCEL_BUTTON

#define CONTROL_SETTINGS_CANCEL_BUTTON   29

◆ CONTROL_SETTINGS_CUSTOM_BUTTON

#define CONTROL_SETTINGS_CUSTOM_BUTTON   30

◆ CONTROL_SETTINGS_DESCRIPTION

#define CONTROL_SETTINGS_DESCRIPTION   6

◆ CONTROL_SETTINGS_LABEL

#define CONTROL_SETTINGS_LABEL   2

◆ CONTROL_SETTINGS_OKAY_BUTTON

#define CONTROL_SETTINGS_OKAY_BUTTON   28

◆ CONTROL_SETTINGS_START_BUTTONS

#define CONTROL_SETTINGS_START_BUTTONS   -200

◆ CONTROL_SETTINGS_START_CONTROL

#define CONTROL_SETTINGS_START_CONTROL   -180

◆ SETTINGS_EMPTY_CATEGORY_ID

#define SETTINGS_EMPTY_CATEGORY_ID   "categories.empty"

◆ SETTINGS_RESET_SETTING_ID

#define SETTINGS_RESET_SETTING_ID   "settings.reset"

Typedef Documentation

◆ BaseSettingControlPtr