kodi
CGUIDialogProfileSettings Member List

This is the complete list of members for CGUIDialogProfileSettings, including all inherited members.

ActionMap typedefCGUIControl
AddAddon(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, ADDON::AddonType addonType, bool allowEmpty=false, int heading=-1, bool hideValue=false, bool showInstalledAddons=true, bool showInstallableAddons=false, bool showMoreAddons=true, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddButton(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &data="", bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddCategory(const std::string &id, int label, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddControl(CGUIControl *control, int position=-1) (defined in CGUIControlGroup)CGUIControlGroupvirtual
AddDate(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddDateRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, int valueFormatLabel, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddDateRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, const std::string &valueFormatString="", int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddEdit(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, int minimum=0, int step=1, int maximum=0, bool verifyNewValue=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddEdit(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float value, float minimum=0.0f, float step=1.0f, float maximum=0.0f, bool verifyNewValue=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddEdit(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool allowEmpty=false, bool hidden=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddGroup(const std::shared_ptr< CSettingCategory > &category, int label=-1, int help=-1, bool separatorBelowLabel=true, bool hideSeparator=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddGroupLabel(const std::shared_ptr< CSettingGroup > &group, float width, int &iControlID) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
AddInfoLabelButton(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &info, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddIp(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, StringSettingOptionsFiller filler, int heading, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const TranslatableIntegerSettingOptions &entries, int heading, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const IntegerSettingOptions &entries, int heading, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, IntegerSettingOptionsFiller filler, int heading, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, std::vector< std::string > values, StringSettingOptionsFiller filler, int heading, int minimumItems=0, int maximumItems=-1, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, std::vector< int > values, const TranslatableIntegerSettingOptions &entries, int heading, int minimumItems=0, int maximumItems=-1, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, std::vector< int > values, const IntegerSettingOptions &entries, int heading, int minimumItems=0, int maximumItems=-1, bool visible=true, int help=-1, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddList(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, std::vector< int > values, IntegerSettingOptionsFiller filler, int heading, int minimumItems=0, int maximumItems=-1, bool visible=true, int help=-1, SettingControlListValueFormatter formatter=nullptr, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddLookup(CGUIControl *control) (defined in CGUIControlLookup)CGUIControlLookupprotected
AddPasswordMd5(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddPath(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool writable=true, const std::vector< std::string > &sources=std::vector< std::string >(), bool allowEmpty=false, int heading=-1, bool hideValue=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddPercentageRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int valueFormatLabel, int step=1, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddPercentageRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, const std::string &valueFormatString="{:d} %", int step=1, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddPercentageSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, int formatLabel, int step=1, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddPercentageSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const std::string &formatString, int step=1, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, int valueFormatLabel, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, const std::string &valueFormatString="{:d}", int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float valueLower, float valueUpper, float minimum, float step, float maximum, int valueFormatLabel, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float valueLower, float valueUpper, float minimum, float step, float maximum, const std::string &valueFormatString="{:.1f}", int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSeparator(float width, int &iControlID) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
AddSetting(const std::shared_ptr< CSetting > &pSetting, float width, int &iControlID) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
AddSettingControl(CGUIControl *pControl, BaseSettingControlPtr pSettingControl, float width, int &iControlID) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
AddSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, int formatLabel, int minimum, int step, int maximum, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const std::string &formatString, int minimum, int step, int maximum, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float value, int formatLabel, float minimum, float step, float maximum, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSlider(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float value, const std::string &formatString, float minimum, float step, float maximum, int heading=-1, bool usePopup=false, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, StringSettingOptionsFiller filler, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, int minimum, int step, int maximum, int formatLabel=-1, int minimumLabel=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, int minimum, int step, int maximum, const std::string &formatString, int minimumLabel=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const TranslatableIntegerSettingOptions &entries, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, const IntegerSettingOptions &entries, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int value, IntegerSettingOptionsFiller filler, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float value, float minimum, float step, float maximum, int formatLabel=-1, int minimumLabel=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddSpinner(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, float value, float minimum, float step, float maximum, const std::string &formatString, int minimumLabel=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddTime(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, const std::string &value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddTimeRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, int valueFormatLabel, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddTimeRange(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, int minimum, int step, int maximum, const std::string &valueFormatString="mm:ss", int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AddToggle(const std::shared_ptr< CSettingGroup > &group, const std::string &id, int label, SettingLevel level, bool value, bool delayed=false, bool visible=true, int help=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
AfterRender()CGUIWindow
AllocResources(bool forceLoad=false) (defined in CGUIWindow)CGUIWindowvirtual
AllocResources() override (defined in CGUIControlGroup)CGUIControlGroupvirtual
AllowResettingSettings() const override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsinlineprotectedvirtual
ALWAYS enum value (defined in CGUIControl)CGUIControl
Animate(unsigned int currentTime) override (defined in CGUIWindow)CGUIWindowprotectedvirtual
CalcRenderRegion() constCGUIControlvirtual
CanBeActivated() const (defined in CGUIWindow)CGUIWindowinlinevirtual
CancelAutoClose(void) (defined in CGUIDialog)CGUIDialog
CanFocus() const override (defined in CGUIControlGroup)CGUIControlGroupvirtual
CanFocusFromPoint(const CPoint &point) constCGUIControlprotectedvirtual
CenterWindow() (defined in CGUIWindow)CGUIWindow
CGUIControl() (defined in CGUIControl)CGUIControl
CGUIControl(int parentID, int controlID, float posX, float posY, float width, float height) (defined in CGUIControl)CGUIControl
CGUIControl(const CGUIControl &) (defined in CGUIControl)CGUIControl
CGUIControlGroup() (defined in CGUIControlGroup)CGUIControlGroup
CGUIControlGroup(int parentID, int controlID, float posX, float posY, float width, float height) (defined in CGUIControlGroup)CGUIControlGroup
CGUIControlGroup(const CGUIControlGroup &from) (defined in CGUIControlGroup)CGUIControlGroupexplicit
CGUIControlLookup()=default (defined in CGUIControlLookup)CGUIControlLookup
CGUIControlLookup(int parentID, int controlID, float posX, float posY, float width, float height) (defined in CGUIControlLookup)CGUIControlLookupinline
CGUIControlLookup(const CGUIControlLookup &from) (defined in CGUIControlLookup)CGUIControlLookupexplicit
CGUIDialog(int id, const std::string &xmlFile, DialogModalityType modalityType=DialogModalityType::MODAL) (defined in CGUIDialog)CGUIDialog
CGUIDialogProfileSettings() (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettings
CGUIDialogSettingsBase(int windowId, const std::string &xmlFile) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBase
CGUIDialogSettingsManagerBase(int windowId, const std::string &xmlFile) (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBase
CGUIDialogSettingsManualBase(int windowId, const std::string &xmlFile) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBase
CGUIWindow(int id, const std::string &xmlFile) (defined in CGUIWindow)CGUIWindow
CheckAnimation(ANIMATION_TYPE animType) override (defined in CGUIWindow)CGUIWindowprotectedvirtual
ciControls typedef (defined in CGUIControlGroup)CGUIControlGroupprotected
ClearAll() override (defined in CGUIWindow)CGUIWindowvirtual
ClearBackground()CGUIWindowvirtual
ClearLookup() (defined in CGUIControlLookup)CGUIControlLookupinlineprotected
ClearProperties()CGUIWindow
Clone() const override (defined in CGUIControlGroup)CGUIControlGroupinlinevirtual
Close(bool forceClose=false, int nextWindowID=0, bool enableSound=true, bool bWait=true) (defined in CGUIWindow)CGUIWindow
Close_Internal(bool forceClose=false, int nextWindowID=0, bool enableSound=true) (defined in CGUIWindow)CGUIWindowprotected
ControlGroupHasFocus(int groupID, int controlID) (defined in CGUIWindow)CGUIWindow
ControlType (defined in CGUIControl)CGUIControlprotected
crControls typedef (defined in CGUIControlGroup)CGUIControlGroupprotected
CreateControl(const std::string &controlType) const overrideCGUIDialogSettingsManagerBaseprotectedvirtual
CreateSettings() override (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBaseprotectedvirtual
CSettingControlCreator()=default (defined in CSettingControlCreator)CSettingControlCreatorprotected
DELAYED enum value (defined in CGUIControl)CGUIControl
DeleteControls() (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
DIRTY_STATE_CHILD (defined in CGUIControl)CGUIControlprotectedstatic
DIRTY_STATE_CONTROL (defined in CGUIControl)CGUIControlprotectedstatic
DisableAnimations() (defined in CGUIWindow)CGUIWindow
DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions) override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBasevirtual
DoRender() overrideCGUIWindowvirtual
DynamicResourceAlloc(bool bOnOff) override (defined in CGUIWindow)CGUIWindowvirtual
FOCUS enum value (defined in CGUIControl)CGUIControl
FrameMove()CGUIWindowinlinevirtual
FreeControls() (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
FreeResources(bool forceUnLoad=false) override (defined in CGUIWindow)CGUIWindowvirtual
FreeSettingsControls() override (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBaseprotectedvirtual
GetAction(int actionID) constCGUIControl
GetAnimation(ANIMATION_TYPE type, bool checkConditions=true) (defined in CGUIControl)CGUIControl
GetAnimations() const (defined in CGUIControl)CGUIControlinline
GetButtonControl(const std::string &format, bool delayed=false, int heading=-1, bool hideValue=false, bool showInstalledAddons=true, bool showInstallableAddons=false, bool showMoreAddons=true) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetCheckmarkControl(bool delayed=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetCondition(int condition, int data) const (defined in CGUIControl)CGUIControlinlinevirtual
GetControl(int id, std::vector< CGUIControl *> *idCollector=nullptr) override (defined in CGUIControlLookup)CGUIControlLookupvirtual
GetControlType() const (defined in CGUIControl)CGUIControlinline
GetCoordsRes() const (defined in CGUIWindow)CGUIWindowinline
GetCurrentListItem(int offset=0) (defined in CGUIWindow)CGUIWindowinlinevirtual
GetDelayMs() const (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseinlineprotectedvirtual
GetDescription() const (defined in CGUIControl)CGUIControlinlinevirtual
GetDescriptionByIndex(int index) const (defined in CGUIControl)CGUIControlinlinevirtual
GetEditControl(const std::string &format, bool delayed=false, bool hidden=false, bool verifyNewValue=false, int heading=-1) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetFirstFocusableControl(int id) (defined in CGUIControlGroup)CGUIControlGroupvirtual
GetFocusedControl() const (defined in CGUIControlGroup)CGUIControlGroup
GetFocusedControlID() const (defined in CGUIControlGroup)CGUIControlGroup
GetHeight() const (defined in CGUIControl)CGUIControlvirtual
GetID(void) const (defined in CGUIControl)CGUIControlvirtual
GetIDRange() const (defined in CGUIWindow)CGUIWindowinline
GetListControl(const std::string &format, bool delayed=false, int heading=-1, bool multiselect=false, SettingControlListValueFormatter formatter=nullptr, bool details=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetLoadType() (defined in CGUIWindow)CGUIWindowinline
GetLocalizedString(uint32_t labelId) const (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
GetLookup() const (defined in CGUIControlLookup)CGUIControlLookupinlineprotected
GetLookupControls(int controlId) const (defined in CGUIControlLookup)CGUIControlLookupinlineprotected
GetModalityType() const (defined in CGUIDialog)CGUIDialoginlinevirtual
GetParentControl(void) const (defined in CGUIControl)CGUIControlinline
GetParentID() const (defined in CGUIControl)CGUIControl
GetPosition() const overrideCGUIWindowprotectedvirtual
GetPreviousWindow() (defined in CGUIWindow)CGUIWindowinline
GetProfilePath(std::string &directory, bool isDefault)CGUIDialogProfileSettingsprotectedstatic
GetProperty(const std::string &key) constCGUIWindow
GetRangeControl(const std::string &format, bool delayed=false, int formatLabel=-1, int valueFormatLabel=-1, const std::string &valueFormatString="") (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetRenderOrder() (defined in CGUIWindow)CGUIWindowinline
GetRenderPosition() const (defined in CGUIControl)CGUIControl
GetRenderRegion() constCGUIControlinline
GetScaledBounds() const (defined in CGUIWindow)CGUIWindow
GetSection() override (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseinlineprotectedvirtual
GetSetting(const std::string &settingId) override (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBaseprotectedvirtual
GetSettingControl(const std::string &setting) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
GetSettingControl(int controlId) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
GetSettingLevel() const (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseinlineprotectedvirtual
GetSettingsLabel(const std::shared_ptr< ISetting > &pSetting)CGUIDialogSettingsBaseprotectedvirtual
GetSettingsManager() const override (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotectedvirtual
GetSliderControl(const std::string &format, bool delayed=false, int heading=-1, bool usePopup=false, int formatLabel=-1, const std::string &formatString="") (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetSpinnerControl(const std::string &format, bool delayed=false, int minimumLabel=-1, int formatLabel=-1, const std::string &formatString="") (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetTitleControl(bool separatorBelowLabel=true, bool hideSeparator=false) (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBaseprotected
GetViewContainerID() const (defined in CGUIWindow)CGUIWindowinlinevirtual
GetViewCount() const (defined in CGUIWindow)CGUIWindowinlinevirtual
GetWidth() const (defined in CGUIControl)CGUIControlvirtual
GetXPosition() const (defined in CGUIControl)CGUIControlvirtual
GetYPosition() const (defined in CGUIControl)CGUIControlvirtual
GUICONTAINER_EPGGRID enum value (defined in CGUIControl)CGUIControl
GUICONTAINER_FIXEDLIST enum value (defined in CGUIControl)CGUIControl
GUICONTAINER_LIST enum value (defined in CGUIControl)CGUIControl
GUICONTAINER_PANEL enum value (defined in CGUIControl)CGUIControl
GUICONTAINER_WRAPLIST enum value (defined in CGUIControl)CGUIControl
GUICONTROL_BORDEREDIMAGE enum value (defined in CGUIControl)CGUIControl
GUICONTROL_BUTTON enum value (defined in CGUIControl)CGUIControl
GUICONTROL_COLORBUTTON enum value (defined in CGUIControl)CGUIControl
GUICONTROL_EDIT enum value (defined in CGUIControl)CGUIControl
GUICONTROL_FADELABEL enum value (defined in CGUIControl)CGUIControl
GUICONTROL_GAME enum value (defined in CGUIControl)CGUIControl
GUICONTROL_GAMECONTROLLER enum value (defined in CGUIControl)CGUIControl
GUICONTROL_GAMECONTROLLERLIST enum value (defined in CGUIControl)CGUIControl
GUICONTROL_GROUP enum value (defined in CGUIControl)CGUIControl
GUICONTROL_GROUPLIST enum value (defined in CGUIControl)CGUIControl
GUICONTROL_IMAGE enum value (defined in CGUIControl)CGUIControl
GUICONTROL_LABEL enum value (defined in CGUIControl)CGUIControl
GUICONTROL_LISTGROUP enum value (defined in CGUIControl)CGUIControl
GUICONTROL_LISTLABEL enum value (defined in CGUIControl)CGUIControl
GUICONTROL_MOVER enum value (defined in CGUIControl)CGUIControl
GUICONTROL_MULTI_IMAGE enum value (defined in CGUIControl)CGUIControl
GUICONTROL_PROGRESS enum value (defined in CGUIControl)CGUIControl
GUICONTROL_RADIO enum value (defined in CGUIControl)CGUIControl
GUICONTROL_RANGES enum value (defined in CGUIControl)CGUIControl
GUICONTROL_RENDERADDON enum value (defined in CGUIControl)CGUIControl
GUICONTROL_RESIZE enum value (defined in CGUIControl)CGUIControl
GUICONTROL_RSS enum value (defined in CGUIControl)CGUIControl
GUICONTROL_SCROLLBAR enum value (defined in CGUIControl)CGUIControl
GUICONTROL_SETTINGS_SLIDER enum value (defined in CGUIControl)CGUIControl
GUICONTROL_SLIDER enum value (defined in CGUIControl)CGUIControl
GUICONTROL_SPIN enum value (defined in CGUIControl)CGUIControl
GUICONTROL_SPINEX enum value (defined in CGUIControl)CGUIControl
GUICONTROL_TEXTBOX enum value (defined in CGUIControl)CGUIControl
GUICONTROL_TOGGLEBUTTON enum value (defined in CGUIControl)CGUIControl
GUICONTROL_UNKNOWN enum value (defined in CGUIControl)CGUIControl
GUICONTROL_VIDEO enum value (defined in CGUIControl)CGUIControl
GUICONTROL_VISUALISATION enum value (defined in CGUIControl)CGUIControl
GUICONTROLTYPES enum name (defined in CGUIControl)CGUIControl
GUISCROLLVALUE enum name (defined in CGUIControl)CGUIControl
GUIVISIBLE enum name (defined in CGUIControl)CGUIControl
HasAnimation(ANIMATION_TYPE anim) override (defined in CGUIControlGroup)CGUIControlGroupvirtual
HasFocus() const override (defined in CGUIControlGroup)CGUIControlGroupvirtual
HasID(int controlID) const (defined in CGUIWindow)CGUIWindowvirtual
HasListItems() const (defined in CGUIWindow)CGUIWindowinlinevirtual
HasProcessed() constCGUIControlinline
HasSaveLastControl() const (defined in CGUIWindow)CGUIWindowinline
HasVisibleCondition() const (defined in CGUIControl)CGUIControlinline
HasVisibleControls() (defined in CGUIWindow)CGUIWindowinlinevirtual
HIDDEN enum value (defined in CGUIControl)CGUIControl
HitTest(const CPoint &point) constCGUIControlvirtual
iControls typedef (defined in CGUIControlGroup)CGUIControlGroupprotected
ILocalizer()=default (defined in ILocalizer)ILocalizerprotected
Initialize() (defined in CGUIWindow)CGUIWindow
InitializeSettings() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotectedvirtual
InsertControl(CGUIControl *control, const CGUIControl *insertPoint) (defined in CGUIControlGroup)CGUIControlGroup
IsActive() const (defined in CGUIWindow)CGUIWindowvirtual
IsAnimating(ANIMATION_TYPE animType) override (defined in CGUIWindow)CGUIWindowvirtual
IsAutoClosed(void) const (defined in CGUIDialog)CGUIDialoginline
IsConfirmed() const (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseinlinevirtual
IsContainer() const (defined in CGUIControl)CGUIControlinlinevirtual
IsControlDirty() const (defined in CGUIControl)CGUIControlinline
IsControlRenderable()CGUIControl
IsCustom() constCGUIWindowinline
IsDialog() const override (defined in CGUIDialog)CGUIDialoginlinevirtual
IsDialogRunning() const override (defined in CGUIDialog)CGUIDialoginlinevirtual
IsDisabled() const (defined in CGUIControl)CGUIControlvirtual
IsDynamicallyAllocated() (defined in CGUIControl)CGUIControlinlinevirtual
IsGroup() const override (defined in CGUIControlGroup)CGUIControlGroupinlinevirtual
IsMediaWindow() const (defined in CGUIWindow)CGUIWindowinlinevirtual
IsModalDialog() const override (defined in CGUIDialog)CGUIDialoginlinevirtual
IsSoundEnabled() const override (defined in CGUIDialog)CGUIDialoginlinevirtual
IsValidControl(const CGUIControl *control) constCGUIControlLookupprotected
IsVisible() const override (defined in CGUIWindow)CGUIWindowinlinevirtual
IsVisibleFromSkin() const (defined in CGUIControl)CGUIControlinline
KEEP_IN_MEMORY enum value (defined in CGUIWindow)CGUIWindow
Load(TiXmlElement *pRootElement) overrideCGUIDialogprotectedvirtual
Load(const std::string &strFileName, bool bContainsPath=false) (defined in CGUIWindow)CGUIWindow
LOAD_EVERY_TIME enum value (defined in CGUIWindow)CGUIWindow
LOAD_ON_GUI_INIT enum value (defined in CGUIWindow)CGUIWindow
LOAD_TYPE enum name (defined in CGUIWindow)CGUIWindow
LoadControl(TiXmlElement *pControl, CGUIControlGroup *pGroup, const CRect &rect) (defined in CGUIWindow)CGUIWindowprotected
LoadXML(const std::string &strPath, const std::string &strLowerPath)CGUIWindowprotectedvirtual
Localize(std::uint32_t code) const override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseinlinevirtual
LookupMap typedef (defined in CGUIControlLookup)CGUIControlLookupprotected
m_actions (defined in CGUIControl)CGUIControlprotected
m_active (defined in CGUIWindow)CGUIWindowprotected
m_allowHiddenFocus (defined in CGUIControl)CGUIControlprotected
m_animations (defined in CGUIControl)CGUIControlprotected
m_animationsEnabled (defined in CGUIWindow)CGUIWindowprotected
m_autoClosing (defined in CGUIDialog)CGUIDialogprotected
m_bAllocated (defined in CGUIControl)CGUIControlprotected
m_bAutoClosed (defined in CGUIDialog)CGUIDialogprotected
m_bHasFocus (defined in CGUIControl)CGUIControlprotected
m_bInvalidated (defined in CGUIControl)CGUIControlprotected
m_cachedTransform (defined in CGUIControl)CGUIControlprotected
m_camera (defined in CGUIControl)CGUIControlprotected
m_categories (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_children (defined in CGUIControlGroup)CGUIControlGroupprotected
m_clearBackground (defined in CGUIWindow)CGUIWindowprotected
m_closing (defined in CGUIWindow)CGUIWindowprotected
m_confirmed (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_controlDirtyState (defined in CGUIControl)CGUIControlprotected
m_controlID (defined in CGUIControl)CGUIControlprotected
m_controlStates (defined in CGUIWindow)CGUIWindowprotected
m_controlStats (defined in CGUIControl)CGUIControlprotected
m_coordsRes (defined in CGUIWindow)CGUIWindowprotected
m_custom (defined in CGUIWindow)CGUIWindowprotected
m_dbMode (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_defaultAlways (defined in CGUIControlGroup)CGUIControlGroupprotected
m_defaultControl (defined in CGUIControlGroup)CGUIControlGroupprotected
m_delayedSettingCGUIDialogSettingsBaseprotected
m_delayedTimerCGUIDialogSettingsBaseprotected
m_diffuseColor (defined in CGUIControl)CGUIControlprotected
m_directory (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_dummyCategory (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_dynamicResourceAlloc (defined in CGUIWindow)CGUIWindowprotected
m_enableCondition (defined in CGUIControl)CGUIControlprotected
m_enabled (defined in CGUIControl)CGUIControlprotected
m_enableSound (defined in CGUIDialog)CGUIDialogprotected
m_exclusiveMouseControlCGUIWindowprotected
m_fadedControl (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_focusedControl (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_forceHidden (defined in CGUIControl)CGUIControlprotected
m_hasCamera (defined in CGUIControl)CGUIControlprotected
m_hasProcessed (defined in CGUIControl)CGUIControlprotected
m_height (defined in CGUIControl)CGUIControlprotected
m_hitColor (defined in CGUIControl)CGUIControlprotected
m_hitRect (defined in CGUIControl)CGUIControlprotected
m_iCategory (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_idRange (defined in CGUIWindow)CGUIWindowprotected
m_isCulled (defined in CGUIControl)CGUIControlprotected
m_isDefault (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_iSetting (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_isNewUser (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_lastControlID (defined in CGUIWindow)CGUIWindowprotected
m_loadActions (defined in CGUIWindow)CGUIWindowprotected
m_loadType (defined in CGUIWindow)CGUIWindowprotected
m_locks (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_manualRunActions (defined in CGUIWindow)CGUIWindowprotected
m_menuControlID (defined in CGUIWindow)CGUIWindowprotected
m_menuLastFocusedControlID (defined in CGUIWindow)CGUIWindowprotected
m_modalityType (defined in CGUIDialog)CGUIDialogprotected
m_name (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_needsSaving (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_needsScaling (defined in CGUIWindow)CGUIWindowprotected
m_newOriginalEdit (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_origins (defined in CGUIWindow)CGUIWindowprotected
m_parentControl (defined in CGUIControl)CGUIControlprotected
m_parentID (defined in CGUIControl)CGUIControlprotected
m_pOriginalButton (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalCategoryButton (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalColorButton (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalEdit (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalGroupTitle (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalImage (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalRadioButton (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalSlider (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_pOriginalSpin (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_posX (defined in CGUIControl)CGUIControlprotected
m_posY (defined in CGUIControl)CGUIControlprotected
m_previousWindow (defined in CGUIWindow)CGUIWindowprotected
m_pulseOnSelect (defined in CGUIControl)CGUIControlprotected
m_pushedUpdates (defined in CGUIControl)CGUIControlprotected
m_renderFocusedLast (defined in CGUIControlGroup)CGUIControlGroupprotected
m_renderOrder (defined in CGUIWindow)CGUIWindowprotected
m_renderRegion (defined in CGUIControl)CGUIControlprotected
m_resetSetting (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_settingControls (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
m_showDetails (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_showDuration (defined in CGUIDialog)CGUIDialogprotected
m_showStartTime (defined in CGUIDialog)CGUIDialogprotected
m_sourcesMode (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_stereo (defined in CGUIControl)CGUIControlprotected
m_thumb (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
m_transform (defined in CGUIControl)CGUIControlprotected
m_unloadActions (defined in CGUIWindow)CGUIWindowprotected
m_visible (defined in CGUIControl)CGUIControlprotected
m_visibleCondition (defined in CGUIControl)CGUIControlprotected
m_visibleFromSkinCondition (defined in CGUIControl)CGUIControlprotected
m_wasRunningCGUIDialogprotected
m_width (defined in CGUIControl)CGUIControlprotected
m_windowLoaded (defined in CGUIWindow)CGUIWindowprotected
m_windowXMLRootElementCGUIWindowprotected
MarkDirtyRegion(const unsigned int dirtyState=DIRTY_STATE_CONTROL) (defined in CGUIControl)CGUIControl
Navigate(int direction) constCGUIControl
NeedLoad() constCGUIWindowprotected
NEVER enum value (defined in CGUIControl)CGUIControl
OnAction(const CAction &action) override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBasevirtual
OnBack(int actionID) override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBasevirtual
OnBack() (defined in CGUIControl)CGUIControlvirtual
OnCancel() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotectedvirtual
OnClick(const BaseSettingControlPtr &pSettingControl)CGUIDialogSettingsBaseprotectedvirtual
OnDeinitWindow(int nextWindowID) override (defined in CGUIDialog)CGUIDialogprotectedvirtual
OnDown() (defined in CGUIControl)CGUIControlvirtual
OnEditChanged(int id, std::string &text) (defined in CGUIWindow)CGUIWindowprotected
OnFocus() (defined in CGUIControl)CGUIControlinlinevirtual
OnInfo(int actionID) (defined in CGUIWindow)CGUIWindowinlinevirtual
OnInfo() (defined in CGUIControl)CGUIControlvirtual
OnInitWindow() overrideCGUIDialogSettingsBaseprotectedvirtual
OnLeft() (defined in CGUIControl)CGUIControlvirtual
OnMessage(CGUIMessage &message) override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBasevirtual
OnMouseAction(const CAction &action) (defined in CGUIWindow)CGUIWindowprotected
OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) overrideCGUIWindowprotectedvirtual
OnMouseOver(const CPoint &point)CGUIControlprotectedvirtual
OnMove(int fromControl, int moveAction) (defined in CGUIWindow)CGUIWindow
OnNextControl() (defined in CGUIControl)CGUIControlvirtual
OnOkay() override (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBaseprotectedvirtual
OnPrevControl() (defined in CGUIControl)CGUIControlvirtual
OnResetSettings() (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
OnRight() (defined in CGUIControl)CGUIControlvirtual
OnSettingAction(const std::shared_ptr< const CSetting > &setting) overrideCGUIDialogProfileSettingsprotectedvirtual
OnSettingChanged(const std::shared_ptr< const CSetting > &setting) overrideCGUIDialogProfileSettingsprotectedvirtual
OnSettingChanging(const std::shared_ptr< const CSetting > &setting)ISettingCallbackinlineprotectedvirtual
OnSettingPropertyChanged(const std::shared_ptr< const CSetting > &setting, const char *propertyName) overrideCGUIDialogSettingsBaseprotectedvirtual
OnSettingUpdate(const std::shared_ptr< CSetting > &setting, const char *oldSettingId, const TiXmlNode *oldSettingNode)ISettingCallbackinlineprotectedvirtual
OnTimeout() override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
OnUnFocus() (defined in CGUIControl)CGUIControlinlinevirtual
OnUp() (defined in CGUIControl)CGUIControlvirtual
OnWindowLoaded() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotectedvirtual
OnWindowUnload() (defined in CGUIWindow)CGUIWindowinlineprotectedvirtual
Open(const std::string &param="") (defined in CGUIDialog)CGUIDialog
Open(bool bProcessRenderLoop, const std::string &param="") (defined in CGUIDialog)CGUIDialog
Open_Internal(bool bProcessRenderLoop, const std::string &param="") (defined in CGUIDialog)CGUIDialogprotectedvirtual
Prepare(const std::unique_ptr< TiXmlElement > &rootElement)CGUIWindowprotectedvirtual
Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) override (defined in CGUIControlGroup)CGUIControlGroupvirtual
ProcessRenderLoop(bool renderOnly=false) (defined in CGUIDialog)CGUIDialogprotected
QueueAnimation(ANIMATION_TYPE anim) override (defined in CGUIControlGroup)CGUIControlGroupvirtual
rControls typedef (defined in CGUIControlGroup)CGUIControlGroupprotected
RemoveControl(const CGUIControl *control) (defined in CGUIControlGroup)CGUIControlGroupvirtual
RemoveLookup(CGUIControl *control) (defined in CGUIControlLookup)CGUIControlLookupprotected
RemoveLookup() (defined in CGUIControlLookup)CGUIControlLookupprotected
Render() override (defined in CGUIDialog)CGUIDialogvirtual
RenderEx() override (defined in CGUIControlGroup)CGUIControlGroupvirtual
ResetAnimation(ANIMATION_TYPE anim) override (defined in CGUIControlGroup)CGUIControlGroupvirtual
ResetAnimations() override (defined in CGUIControlGroup)CGUIControlGroupvirtual
ResetAutoClose(void) (defined in CGUIDialog)CGUIDialog
ResetControlStates() (defined in CGUIWindow)CGUIWindowvirtual
RestoreControlStates() (defined in CGUIWindow)CGUIWindowprotectedvirtual
RunLoadActions() const (defined in CGUIWindow)CGUIWindow
RunUnloadActions() const (defined in CGUIWindow)CGUIWindow
Save() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsinlineprotectedvirtual
SaveControlStates() (defined in CGUIWindow)CGUIWindowprotectedvirtual
SaveStates(std::vector< CControlState > &states) override (defined in CGUIControlGroup)CGUIControlGroupvirtual
SendControlMessage(CGUIMessage &message) (defined in CGUIControlGroup)CGUIControlGroupvirtual
SendMessage(int message, int id, int param1=0, int param2=0) (defined in CGUIWindow)CGUIWindowprotected
SendMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) overrideCGUIControlGroupvirtual
SendWindowMessage(CGUIMessage &message) const (defined in CGUIControl)CGUIControlprotected
SetAction(int actionID, const CGUIAction &action, bool replace=true)CGUIControl
SetActions(const ActionMap &actions) (defined in CGUIControl)CGUIControl
SetAnimations(const std::vector< CAnimation > &animations) (defined in CGUIControl)CGUIControl
SetAutoClose(unsigned int timeoutMs) (defined in CGUIDialog)CGUIDialog
SetCamera(const CPoint &camera) (defined in CGUIControl)CGUIControlvirtual
SetColorDiffuse(const KODI::GUILIB::GUIINFO::CGUIInfoColor &color) (defined in CGUIControl)CGUIControl
SetControlLabel(int controlId, const CVariant &label) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
SetControlStats(GUICONTROLSTATS *controlStats) (defined in CGUIControl)CGUIControlinline
SetCoordsRes(const RESOLUTION_INFO &res) (defined in CGUIWindow)CGUIWindowinline
SetCustom(bool custom)CGUIWindowinline
SetDefaultControl(int id, bool always) (defined in CGUIControlGroup)CGUIControlGroupinline
SetDefaults() override (defined in CGUIDialog)CGUIDialogprotectedvirtual
SetDescription(const CVariant &label) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
SetEnableCondition(const std::string &expression) (defined in CGUIControl)CGUIControl
SetEnabled(bool bEnable) (defined in CGUIControl)CGUIControlvirtual
SetFocus(bool focus) (defined in CGUIControl)CGUIControlvirtual
SetHeading(const CVariant &label) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
SetHeight(float height) (defined in CGUIControl)CGUIControlvirtual
SetHitRect(const CRect &rect, const UTILS::COLOR::Color &color) (defined in CGUIControl)CGUIControlvirtual
SetID(int id) override (defined in CGUIWindow)CGUIWindowvirtual
SetInitialVisibility() override (defined in CGUIWindow)CGUIWindowvirtual
SetInvalid() (defined in CGUIControl)CGUIControlinlinevirtual
SetLoadType(LOAD_TYPE loadType) (defined in CGUIWindow)CGUIWindowinline
SetParentControl(CGUIControl *control) (defined in CGUIControl)CGUIControlinline
SetPosition(float posX, float posY) (defined in CGUIControl)CGUIControlvirtual
SetProperty(const std::string &key, const CVariant &value)CGUIWindow
SetPulseOnSelect(bool pulse) (defined in CGUIControl)CGUIControlinlinevirtual
SetPushUpdates(bool pushUpdates) (defined in CGUIControl)CGUIControlinlinevirtual
SetRenderFocusedLast(bool renderLast) (defined in CGUIControlGroup)CGUIControlGroupinline
SetRunActionsManually() (defined in CGUIWindow)CGUIWindow
SetSound(bool OnOff) (defined in CGUIDialog)CGUIDialoginline
SetStereoFactor(const float &factor) (defined in CGUIControl)CGUIControlvirtual
SetupControls(bool createSettings=true) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
SetupView() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotectedvirtual
SetVisible(bool bVisible, bool setVisState=false)CGUIControlvirtual
SetVisibleCondition(const std::string &expression, const std::string &allowHiddenFocus="") (defined in CGUIControl)CGUIControl
SetWidth(float width) (defined in CGUIControl)CGUIControlvirtual
ShowForProfile(unsigned int iProfile, bool firstLogin=false) (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsstatic
UnfocusFromPoint(const CPoint &point) overrideCGUIControlGroupvirtual
UpdateColors(const CGUIListItem *item) (defined in CGUIControl)CGUIControlprotectedvirtual
UpdateControlStats() override (defined in CGUIWindow)CGUIWindowinlinevirtual
UpdateInfo(const CGUIListItem *item=NULL) (defined in CGUIControl)CGUIControlinlinevirtual
updateProfileDirectory() (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
UpdateProfileImage() (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettingsprotected
UpdateSettingControl(const std::string &settingId, bool updateDisplayOnly=false) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
UpdateSettingControl(const BaseSettingControlPtr &pSettingControl, bool updateDisplayOnly=false) (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotected
UpdateSettings() (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBaseprotectedvirtual
UpdateStates(ANIMATION_TYPE type, ANIMATION_PROCESS currentProcess, ANIMATION_STATE currentState) (defined in CGUIControl)CGUIControlprotected
UpdateVisibility() (defined in CGUIDialog)CGUIDialogprotectedvirtual
UpdateVisibility(const CGUIListItem *item) (defined in CGUIControl)CGUIControlvirtual
VISIBLE enum value (defined in CGUIControl)CGUIControl
~CGUIControl(void) (defined in CGUIControl)CGUIControlvirtual
~CGUIControlGroup(void) override (defined in CGUIControlGroup)CGUIControlGroup
~CGUIControlLookup(void) override=default (defined in CGUIControlLookup)CGUIControlLookup
~CGUIDialog(void) override (defined in CGUIDialog)CGUIDialog
~CGUIDialogProfileSettings() override (defined in CGUIDialogProfileSettings)CGUIDialogProfileSettings
~CGUIDialogSettingsBase() override (defined in CGUIDialogSettingsBase)CGUIDialogSettingsBase
~CGUIDialogSettingsManagerBase() override (defined in CGUIDialogSettingsManagerBase)CGUIDialogSettingsManagerBase
~CGUIDialogSettingsManualBase() override (defined in CGUIDialogSettingsManualBase)CGUIDialogSettingsManualBase
~CGUIWindow(void) override (defined in CGUIWindow)CGUIWindow
~CSettingControlCreator() override=default (defined in CSettingControlCreator)CSettingControlCreatorprotected
~ILocalizer()=default (defined in ILocalizer)ILocalizervirtual
~ISettingCallback()=default (defined in ISettingCallback)ISettingCallbackprotectedvirtual
~ISettingControlCreator()=default (defined in ISettingControlCreator)ISettingControlCreatorvirtual
~ITimerCallback()=default (defined in ITimerCallback)ITimerCallbackprotectedvirtual