| 
    Kodi Documentation 18.0
    
   Kodi is an open source media player and entertainment hub. 
   | 
 
This is the complete list of members for CGUIDialogSettingsManualBase, including all inherited members.
| ActionMap typedef | CGUIControl | |
| AddAddon(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, ADDON::TYPE 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) | CGUIDialogSettingsManualBase | protected | 
| AddButton(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) | CGUIDialogSettingsManualBase | protected | 
| AddCategory(const std::string &id, int label, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddControl(CGUIControl *control, int position=-1) | CGUIControlGroup | virtual | 
| AddDate(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddDateRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddDateRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddEdit(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) | CGUIDialogSettingsManualBase | protected | 
| AddEdit(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) | CGUIDialogSettingsManualBase | protected | 
| AddEdit(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, bool allowEmpty=false, bool hidden=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddGroup(std::shared_ptr< CSettingCategory > category, int label=-1, int help=-1, bool separatorBelowLabel=true, bool hideSeparator=false) | CGUIDialogSettingsManualBase | protected | 
| AddGroupLabel(std::shared_ptr< CSettingGroup > group, float width, int &iControlID) | CGUIDialogSettingsBase | protected | 
| AddInfoLabelButton(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string info, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddIp(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddList(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, StringSettingOptionsFiller filler, int heading, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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) | CGUIDialogSettingsManualBase | protected | 
| AddList(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=NULL) | CGUIDialogSettingsManualBase | protected | 
| AddLookup(CGUIControl *control) | CGUIControlLookup | protected | 
| AddPasswordMd5(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddPath(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, 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) | CGUIDialogSettingsManualBase | protected | 
| AddPercentageRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddPercentageRange(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, int valueLower, int valueUpper, const std::string &valueFormatString="%i %%", int step=1, int formatLabel=21469, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddPercentageSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddPercentageSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddSeparator(float width, int &iControlID) | CGUIDialogSettingsBase | protected | 
| AddSetting(std::shared_ptr< CSetting > pSetting, float width, int &iControlID) | CGUIDialogSettingsBase | protectedvirtual | 
| AddSettingControl(CGUIControl *pControl, BaseSettingControlPtr pSettingControl, float width, int &iControlID) | CGUIDialogSettingsBase | protectedvirtual | 
| AddSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddSlider(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, StringSettingOptionsFiller filler, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddSpinner(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) | CGUIDialogSettingsManualBase | protected | 
| AddTime(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, std::string value, bool allowEmpty=false, int heading=-1, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AddTimeRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddTimeRange(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) | CGUIDialogSettingsManualBase | protected | 
| AddToggle(std::shared_ptr< CSettingGroup > group, const std::string &id, int label, SettingLevel level, bool value, bool delayed=false, bool visible=true, int help=-1) | CGUIDialogSettingsManualBase | protected | 
| AfterRender() | CGUIWindow | |
| AllocResources(bool forceLoad=false) | CGUIWindow | virtual | 
| AllocResources() override | CGUIWindow | virtual | 
| AllowResettingSettings() const | CGUIDialogSettingsBase | inlineprotectedvirtual | 
| ALWAYS enum value | CGUIControl | |
| Animate(unsigned int currentTime) override | CGUIWindow | protectedvirtual | 
| CalcRenderRegion() const | CGUIControl | virtual | 
| CanBeActivated() const | CGUIWindow | inlinevirtual | 
| CancelAutoClose(void) | CGUIDialog | |
| CanFocus() const override | CGUIControlGroup | virtual | 
| CanFocusFromPoint(const CPoint &point) const | CGUIControl | protectedvirtual | 
| CenterWindow() | CGUIWindow | |
| CGUIControl() | CGUIControl | |
| CGUIControl(int parentID, int controlID, float posX, float posY, float width, float height) | CGUIControl | |
| CGUIControl(const CGUIControl &) | CGUIControl | |
| CGUIControlGroup() | CGUIControlGroup | |
| CGUIControlGroup(int parentID, int controlID, float posX, float posY, float width, float height) | CGUIControlGroup | |
| CGUIControlGroup(const CGUIControlGroup &from) | CGUIControlGroup | |
| CGUIControlLookup()=default | CGUIControlLookup | |
| CGUIControlLookup(int parentID, int controlID, float posX, float posY, float width, float height) | CGUIControlLookup | inline | 
| CGUIControlLookup(const CGUIControlLookup &from) | CGUIControlLookup | inline | 
| CGUIDialog(int id, const std::string &xmlFile, DialogModalityType modalityType=DialogModalityType::MODAL) | CGUIDialog | |
| CGUIDialogSettingsBase(int windowId, const std::string &xmlFile) | CGUIDialogSettingsBase | |
| CGUIDialogSettingsManagerBase(int windowId, const std::string &xmlFile) | CGUIDialogSettingsManagerBase | |
| CGUIDialogSettingsManualBase(int windowId, const std::string &xmlFile) | CGUIDialogSettingsManualBase | |
| CGUIWindow(int id, const std::string &xmlFile) | CGUIWindow | |
| CheckAnimation(ANIMATION_TYPE animType) override | CGUIWindow | protectedvirtual | 
| ciControls typedef | CGUIControlGroup | protected | 
| ClearAll() override | CGUIWindow | virtual | 
| ClearBackground() | CGUIWindow | virtual | 
| ClearLookup() | CGUIControlLookup | inlineprotected | 
| ClearProperties() | CGUIWindow | |
| Clone() const override | CGUIControlGroup | inlinevirtual | 
| Close(bool forceClose=false, int nextWindowID=0, bool enableSound=true, bool bWait=true) | CGUIWindow | |
| Close_Internal(bool forceClose=false, int nextWindowID=0, bool enableSound=true) | CGUIWindow | protected | 
| ControlGroupHasFocus(int groupID, int controlID) | CGUIWindow | |
| ControlType | CGUIControl | protected | 
| count | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | protected | 
| CountingLockable()=default | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| crControls typedef | CGUIControlGroup | protected | 
| CreateControl(const std::string &controlType) const override | CGUIDialogSettingsManagerBase | protectedvirtual | 
| CreateSettings() override | CGUIDialogSettingsManagerBase | protectedvirtual | 
| CSettingControlCreator()=default | CSettingControlCreator | protected | 
| DELAYED enum value | CGUIControl | |
| DeleteControls() | CGUIDialogSettingsBase | protectedvirtual | 
| DIRTY_STATE_CHILD | CGUIControl | protectedstatic | 
| DIRTY_STATE_CONTROL | CGUIControl | protectedstatic | 
| DisableAnimations() | CGUIWindow | |
| DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions) override | CGUIDialogSettingsBase | virtual | 
| DoRender() override | CGUIWindow | virtual | 
| DynamicResourceAlloc(bool bOnOff) override | CGUIWindow | virtual | 
| exit(unsigned int leave=0) | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| FOCUS enum value | CGUIControl | |
| FrameMove() | CGUIWindow | inlinevirtual | 
| FreeControls() | CGUIDialogSettingsBase | protectedvirtual | 
| FreeResources(bool forceUnLoad=false) override | CGUIWindow | virtual | 
| FreeSettingsControls() override | CGUIDialogSettingsManagerBase | protectedvirtual | 
| get_underlying() | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| GetAction(int actionID) const | CGUIControl | |
| GetAnimation(ANIMATION_TYPE type, bool checkConditions=true) | CGUIControl | |
| GetAnimations() const | CGUIControl | inline | 
| GetButtonControl(const std::string &format, bool delayed=false, int heading=-1, bool hideValue=false, bool showInstalledAddons=true, bool showInstallableAddons=false, bool showMoreAddons=true) | CGUIDialogSettingsManualBase | protected | 
| GetCheckmarkControl(bool delayed=false) | CGUIDialogSettingsManualBase | protected | 
| GetCondition(int condition, int data) const | CGUIControl | inlinevirtual | 
| GetControl(int id, std::vector< CGUIControl * > *idCollector=nullptr) override | CGUIControlLookup | virtual | 
| GetControlType() const | CGUIControl | inline | 
| GetCoordsRes() const | CGUIWindow | inline | 
| GetCurrentListItem(int offset=0) | CGUIWindow | inlinevirtual | 
| GetDelayMs() const | CGUIDialogSettingsBase | inlineprotectedvirtual | 
| GetDescription() const | CGUIControl | inlinevirtual | 
| GetDescriptionByIndex(int index) const | CGUIControl | inlinevirtual | 
| GetEditControl(const std::string &format, bool delayed=false, bool hidden=false, bool verifyNewValue=false, int heading=-1) | CGUIDialogSettingsManualBase | protected | 
| GetFirstFocusableControl(int id) | CGUIControlGroup | virtual | 
| GetFocusedControl() const | CGUIControlGroup | |
| GetFocusedControlID() const | CGUIControlGroup | |
| GetHeight() const | CGUIControl | virtual | 
| GetID(void) const | CGUIControl | virtual | 
| GetIDRange() const | CGUIWindow | inline | 
| GetListControl(const std::string &format, bool delayed=false, int heading=-1, bool multiselect=false, SettingControlListValueFormatter formatter=NULL) | CGUIDialogSettingsManualBase | protected | 
| GetLoadType() | CGUIWindow | inline | 
| GetLocalizedString(uint32_t labelId) const | CGUIDialogSettingsBase | protectedvirtual | 
| GetLookup() const | CGUIControlLookup | inlineprotected | 
| GetLookupControls(int controlId) const | CGUIControlLookup | inlineprotected | 
| GetModalityType() const | CGUIDialog | inlinevirtual | 
| GetParentControl(void) const | CGUIControl | inline | 
| GetParentID() const | CGUIControl | |
| GetPosition() const override | CGUIWindow | protectedvirtual | 
| GetPreviousWindow() | CGUIWindow | inline | 
| GetProperty(const std::string &key) const | CGUIWindow | |
| GetRangeControl(const std::string &format, bool delayed=false, int formatLabel=-1, int valueFormatLabel=-1, const std::string &valueFormatString="") | CGUIDialogSettingsManualBase | protected | 
| GetRenderOrder() | CGUIWindow | inline | 
| GetRenderPosition() const | CGUIControl | |
| GetRenderRegion() const | CGUIControl | inline | 
| GetScaledBounds() const | CGUIWindow | |
| GetSection() override | CGUIDialogSettingsManualBase | inlineprotectedvirtual | 
| GetSetting(const std::string &settingId) override | CGUIDialogSettingsManagerBase | protectedvirtual | 
| GetSettingControl(const std::string &setting) | CGUIDialogSettingsBase | protected | 
| GetSettingControl(int controlId) | CGUIDialogSettingsBase | protected | 
| GetSettingLevel() const | CGUIDialogSettingsBase | inlineprotectedvirtual | 
| GetSettingsLabel(std::shared_ptr< ISetting > pSetting) | CGUIDialogSettingsBase | protectedvirtual | 
| GetSettingsManager() const override | CGUIDialogSettingsManualBase | protectedvirtual | 
| GetSliderControl(const std::string &format, bool delayed=false, int heading=-1, bool usePopup=false, int formatLabel=-1, const std::string &formatString="") | CGUIDialogSettingsManualBase | protected | 
| GetSpinnerControl(const std::string &format, bool delayed=false, int minimumLabel=-1, int formatLabel=-1, const std::string &formatString="") | CGUIDialogSettingsManualBase | protected | 
| GetTitleControl(bool separatorBelowLabel=true, bool hideSeparator=false) | CGUIDialogSettingsManualBase | protected | 
| GetViewContainerID() const | CGUIWindow | inlinevirtual | 
| GetViewCount() const | CGUIWindow | inlinevirtual | 
| GetWidth() const | CGUIControl | virtual | 
| GetXPosition() const | CGUIControl | virtual | 
| GetYPosition() const | CGUIControl | virtual | 
| GUICONTAINER_EPGGRID enum value | CGUIControl | |
| GUICONTAINER_FIXEDLIST enum value | CGUIControl | |
| GUICONTAINER_LIST enum value | CGUIControl | |
| GUICONTAINER_PANEL enum value | CGUIControl | |
| GUICONTAINER_WRAPLIST enum value | CGUIControl | |
| GUICONTROL_BORDEREDIMAGE enum value | CGUIControl | |
| GUICONTROL_BUTTON enum value | CGUIControl | |
| GUICONTROL_EDIT enum value | CGUIControl | |
| GUICONTROL_FADELABEL enum value | CGUIControl | |
| GUICONTROL_GAME enum value | CGUIControl | |
| GUICONTROL_GAMECONTROLLER enum value | CGUIControl | |
| GUICONTROL_GROUP enum value | CGUIControl | |
| GUICONTROL_GROUPLIST enum value | CGUIControl | |
| GUICONTROL_IMAGE enum value | CGUIControl | |
| GUICONTROL_LABEL enum value | CGUIControl | |
| GUICONTROL_LISTGROUP enum value | CGUIControl | |
| GUICONTROL_LISTLABEL enum value | CGUIControl | |
| GUICONTROL_MOVER enum value | CGUIControl | |
| GUICONTROL_MULTI_IMAGE enum value | CGUIControl | |
| GUICONTROL_PROGRESS enum value | CGUIControl | |
| GUICONTROL_RADIO enum value | CGUIControl | |
| GUICONTROL_RENDERADDON enum value | CGUIControl | |
| GUICONTROL_RESIZE enum value | CGUIControl | |
| GUICONTROL_RSS enum value | CGUIControl | |
| GUICONTROL_SCROLLBAR enum value | CGUIControl | |
| GUICONTROL_SETTINGS_SLIDER enum value | CGUIControl | |
| GUICONTROL_SLIDER enum value | CGUIControl | |
| GUICONTROL_SPIN enum value | CGUIControl | |
| GUICONTROL_SPINEX enum value | CGUIControl | |
| GUICONTROL_TEXTBOX enum value | CGUIControl | |
| GUICONTROL_TOGGLEBUTTON enum value | CGUIControl | |
| GUICONTROL_UNKNOWN enum value | CGUIControl | |
| GUICONTROL_VIDEO enum value | CGUIControl | |
| GUICONTROL_VISUALISATION enum value | CGUIControl | |
| GUICONTROLTYPES enum name | CGUIControl | |
| GUISCROLLVALUE enum name | CGUIControl | |
| GUIVISIBLE enum name | CGUIControl | |
| HasAnimation(ANIMATION_TYPE anim) override | CGUIControlGroup | virtual | 
| HasFocus() const override | CGUIControlGroup | virtual | 
| HasID(int controlID) const | CGUIWindow | virtual | 
| HasListItems() const | CGUIWindow | inlinevirtual | 
| HasProcessed() const | CGUIControl | inline | 
| HasSaveLastControl() const | CGUIWindow | inline | 
| HasVisibleCondition() const | CGUIControl | inline | 
| HasVisibleControls() | CGUIWindow | inlinevirtual | 
| HIDDEN enum value | CGUIControl | |
| HitTest(const CPoint &point) const | CGUIControl | virtual | 
| iControls typedef | CGUIControlGroup | protected | 
| ILocalizer()=default | ILocalizer | protected | 
| Initialize() | CGUIWindow | |
| InitializeSettings() | CGUIDialogSettingsManualBase | protectedvirtual | 
| InsertControl(CGUIControl *control, const CGUIControl *insertPoint) | CGUIControlGroup | |
| IsActive() const | CGUIWindow | virtual | 
| IsAnimating(ANIMATION_TYPE animType) override | CGUIWindow | virtual | 
| IsAutoClosed(void) const | CGUIDialog | inline | 
| IsConfirmed() const | CGUIDialogSettingsBase | inlinevirtual | 
| IsContainer() const | CGUIControl | inlinevirtual | 
| IsControlDirty() const | CGUIControl | inline | 
| IsCustom() const | CGUIWindow | inline | 
| IsDialog() const override | CGUIDialog | inlinevirtual | 
| IsDialogRunning() const override | CGUIDialog | inlinevirtual | 
| IsDisabled() const | CGUIControl | virtual | 
| IsDynamicallyAllocated() | CGUIControl | inlinevirtual | 
| IsGroup() const override | CGUIControlGroup | inlinevirtual | 
| IsMediaWindow() const | CGUIWindow | inlinevirtual | 
| IsModalDialog() const override | CGUIDialog | inlinevirtual | 
| IsSoundEnabled() const override | CGUIDialog | inlinevirtual | 
| IsValidControl(const CGUIControl *control) const | CGUIControlLookup | protected | 
| IsVisible() const override | CGUIWindow | inlinevirtual | 
| IsVisibleFromSkin() const | CGUIControl | inline | 
| KEEP_IN_MEMORY enum value | CGUIWindow | |
| Load(TiXmlElement *pRootElement) override | CGUIDialog | protectedvirtual | 
| CGUIWindow::Load(const std::string &strFileName, bool bContainsPath=false) | CGUIWindow | |
| LOAD_EVERY_TIME enum value | CGUIWindow | |
| LOAD_ON_GUI_INIT enum value | CGUIWindow | |
| LOAD_TYPE enum name | CGUIWindow | |
| LoadControl(TiXmlElement *pControl, CGUIControlGroup *pGroup, const CRect &rect) | CGUIWindow | protected | 
| LoadXML(const std::string &strPath, const std::string &strLowerPath) | CGUIWindow | protectedvirtual | 
| Localize(std::uint32_t code) const override | CGUIDialogSettingsBase | inlinevirtual | 
| lock() | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| LookupMap typedef | CGUIControlLookup | protected | 
| m_actions | CGUIControl | protected | 
| m_active | CGUIWindow | protected | 
| m_allowHiddenFocus | CGUIControl | protected | 
| m_animations | CGUIControl | protected | 
| m_animationsEnabled | CGUIWindow | protected | 
| m_autoClosing | CGUIDialog | protected | 
| m_bAllocated | CGUIControl | protected | 
| m_bAutoClosed | CGUIDialog | protected | 
| m_bHasFocus | CGUIControl | protected | 
| m_bInvalidated | CGUIControl | protected | 
| m_cachedTransform | CGUIControl | protected | 
| m_camera | CGUIControl | protected | 
| m_categories | CGUIDialogSettingsBase | protected | 
| m_children | CGUIControlGroup | protected | 
| m_clearBackground | CGUIWindow | protected | 
| m_closing | CGUIWindow | protected | 
| m_confirmed | CGUIDialogSettingsBase | protected | 
| m_controlDirtyState | CGUIControl | protected | 
| m_controlID | CGUIControl | protected | 
| m_controlStates | CGUIWindow | protected | 
| m_controlStats | CGUIControl | protected | 
| m_coordsRes | CGUIWindow | protected | 
| m_custom | CGUIWindow | protected | 
| m_defaultAlways | CGUIControlGroup | protected | 
| m_defaultControl | CGUIControlGroup | protected | 
| m_delayedSetting | CGUIDialogSettingsBase | protected | 
| m_delayedTimer | CGUIDialogSettingsBase | protected | 
| m_diffuseColor | CGUIControl | protected | 
| m_dummyCategory | CGUIDialogSettingsBase | protected | 
| m_dynamicResourceAlloc | CGUIWindow | protected | 
| m_enableCondition | CGUIControl | protected | 
| m_enabled | CGUIControl | protected | 
| m_enableSound | CGUIDialog | protected | 
| m_exclusiveMouseControl | CGUIWindow | protected | 
| m_fadedControl | CGUIDialogSettingsBase | protected | 
| m_focusedControl | CGUIDialogSettingsBase | protected | 
| m_forceHidden | CGUIControl | protected | 
| m_hasCamera | CGUIControl | protected | 
| m_hasProcessed | CGUIControl | protected | 
| m_height | CGUIControl | protected | 
| m_hitColor | CGUIControl | protected | 
| m_hitRect | CGUIControl | protected | 
| m_iCategory | CGUIDialogSettingsBase | protected | 
| m_idRange | CGUIWindow | protected | 
| m_iSetting | CGUIDialogSettingsBase | protected | 
| m_lastControlID | CGUIWindow | protected | 
| m_loadActions | CGUIWindow | protected | 
| m_loadType | CGUIWindow | protected | 
| m_manualRunActions | CGUIWindow | protected | 
| m_menuControlID | CGUIWindow | protected | 
| m_menuLastFocusedControlID | CGUIWindow | protected | 
| m_modalityType | CGUIDialog | protected | 
| m_needsScaling | CGUIWindow | protected | 
| m_newOriginalEdit | CGUIDialogSettingsBase | protected | 
| m_origins | CGUIWindow | protected | 
| m_parentControl | CGUIControl | protected | 
| m_parentID | CGUIControl | protected | 
| m_pOriginalButton | CGUIDialogSettingsBase | protected | 
| m_pOriginalCategoryButton | CGUIDialogSettingsBase | protected | 
| m_pOriginalEdit | CGUIDialogSettingsBase | protected | 
| m_pOriginalGroupTitle | CGUIDialogSettingsBase | protected | 
| m_pOriginalImage | CGUIDialogSettingsBase | protected | 
| m_pOriginalRadioButton | CGUIDialogSettingsBase | protected | 
| m_pOriginalSlider | CGUIDialogSettingsBase | protected | 
| m_pOriginalSpin | CGUIDialogSettingsBase | protected | 
| m_posX | CGUIControl | protected | 
| m_posY | CGUIControl | protected | 
| m_previousWindow | CGUIWindow | protected | 
| m_pulseOnSelect | CGUIControl | protected | 
| m_pushedUpdates | CGUIControl | protected | 
| m_renderFocusedLast | CGUIControlGroup | protected | 
| m_renderOrder | CGUIWindow | protected | 
| m_renderRegion | CGUIControl | protected | 
| m_resetSetting | CGUIDialogSettingsBase | protected | 
| m_settingControls | CGUIDialogSettingsBase | protected | 
| m_showDuration | CGUIDialog | protected | 
| m_showStartTime | CGUIDialog | protected | 
| m_stereo | CGUIControl | protected | 
| m_transform | CGUIControl | protected | 
| m_unloadActions | CGUIWindow | protected | 
| m_visible | CGUIControl | protected | 
| m_visibleCondition | CGUIControl | protected | 
| m_visibleFromSkinCondition | CGUIControl | protected | 
| m_wasRunning | CGUIDialog | protected | 
| m_width | CGUIControl | protected | 
| m_windowLoaded | CGUIWindow | protected | 
| m_windowXMLRootElement | CGUIWindow | protected | 
| MarkDirtyRegion(const unsigned int dirtyState=DIRTY_STATE_CONTROL) | CGUIControl | |
| mutex | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | protected | 
| Navigate(int direction) const | CGUIControl | |
| NeedLoad() const | CGUIWindow | protected | 
| NEVER enum value | CGUIControl | |
| OnAction(const CAction &action) override | CGUIDialogSettingsBase | virtual | 
| OnBack(int actionID) override | CGUIDialogSettingsBase | virtual | 
| CGUIControlGroup::OnBack() | CGUIControl | virtual | 
| OnCancel() | CGUIDialogSettingsBase | inlineprotectedvirtual | 
| OnClick(BaseSettingControlPtr pSettingControl) | CGUIDialogSettingsBase | protectedvirtual | 
| OnDeinitWindow(int nextWindowID) override | CGUIDialog | protectedvirtual | 
| OnDown() | CGUIControl | virtual | 
| OnEditChanged(int id, std::string &text) | CGUIWindow | protected | 
| OnFocus() | CGUIControl | inlinevirtual | 
| OnInfo(int actionID) | CGUIWindow | inlinevirtual | 
| CGUIControlGroup::OnInfo() | CGUIControl | virtual | 
| OnInitWindow() override | CGUIDialogSettingsBase | protectedvirtual | 
| OnLeft() | CGUIControl | virtual | 
| OnMessage(CGUIMessage &message) override | CGUIDialogSettingsBase | virtual | 
| OnMouseAction(const CAction &action) | CGUIWindow | protected | 
| OnMouseEvent(const CPoint &point, const CMouseEvent &event) override | CGUIWindow | protectedvirtual | 
| OnMouseOver(const CPoint &point) | CGUIControl | protectedvirtual | 
| OnMove(int fromControl, int moveAction) | CGUIWindow | |
| OnNextControl() | CGUIControl | virtual | 
| OnOkay() override | CGUIDialogSettingsManagerBase | protectedvirtual | 
| OnPrevControl() | CGUIControl | virtual | 
| OnResetSettings() | CGUIDialogSettingsBase | protectedvirtual | 
| OnRight() | CGUIControl | virtual | 
| OnSettingAction(std::shared_ptr< const CSetting > setting) | ISettingCallback | inlineprotectedvirtual | 
| OnSettingChanged(std::shared_ptr< const CSetting > setting) override | CGUIDialogSettingsBase | protectedvirtual | 
| OnSettingChanging(std::shared_ptr< const CSetting > setting) | ISettingCallback | inlineprotectedvirtual | 
| OnSettingPropertyChanged(std::shared_ptr< const CSetting > setting, const char *propertyName) override | CGUIDialogSettingsBase | protectedvirtual | 
| OnSettingUpdate(std::shared_ptr< CSetting > setting, const char *oldSettingId, const TiXmlNode *oldSettingNode) | ISettingCallback | inlineprotectedvirtual | 
| OnTimeout() override | CGUIDialogSettingsBase | protectedvirtual | 
| OnUnFocus() | CGUIControl | inlinevirtual | 
| OnUp() | CGUIControl | virtual | 
| OnWindowLoaded() override | CGUIDialog | protectedvirtual | 
| OnWindowUnload() | CGUIWindow | inlineprotectedvirtual | 
| Open(const std::string ¶m="") | CGUIDialog | |
| Open_Internal(const std::string ¶m="") | CGUIDialog | protectedvirtual | 
| Open_Internal(bool bProcessRenderLoop, const std::string ¶m="") | CGUIDialog | protectedvirtual | 
| Prepare(TiXmlElement *pRootElement) | CGUIWindow | protectedvirtual | 
| Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) override | CGUIControlGroup | virtual | 
| ProcessRenderLoop(bool renderOnly=false) | CGUIDialog | protected | 
| QueueAnimation(ANIMATION_TYPE anim) override | CGUIControlGroup | virtual | 
| rControls typedef | CGUIControlGroup | protected | 
| RemoveControl(const CGUIControl *control) | CGUIControlGroup | virtual | 
| RemoveLookup(CGUIControl *control) | CGUIControlLookup | protected | 
| RemoveLookup() | CGUIControlLookup | protected | 
| Render() override | CGUIDialog | virtual | 
| RenderEx() override | CGUIControlGroup | virtual | 
| ResetAnimation(ANIMATION_TYPE anim) override | CGUIControlGroup | virtual | 
| ResetAnimations() override | CGUIControlGroup | virtual | 
| ResetAutoClose(void) | CGUIDialog | |
| ResetControlStates() | CGUIWindow | virtual | 
| restore(unsigned int restoreCount) | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| RestoreControlStates() | CGUIWindow | protectedvirtual | 
| RunLoadActions() const | CGUIWindow | |
| RunUnloadActions() const | CGUIWindow | |
| Save()=0 | CGUIDialogSettingsManagerBase | protectedpure virtual | 
| SaveControlStates() | CGUIWindow | protectedvirtual | 
| SaveStates(std::vector< CControlState > &states) override | CGUIControlGroup | virtual | 
| SendControlMessage(CGUIMessage &message) | CGUIControlGroup | virtual | 
| SendMessage(int message, int id, int param1=0, int param2=0) | CGUIWindow | protected | 
| SendMouseEvent(const CPoint &point, const CMouseEvent &event) override | CGUIControlGroup | virtual | 
| SendWindowMessage(CGUIMessage &message) const | CGUIControl | protected | 
| SetAction(int actionID, const CGUIAction &action, bool replace=true) | CGUIControl | |
| SetActions(const ActionMap &actions) | CGUIControl | |
| SetAnimations(const std::vector< CAnimation > &animations) | CGUIControl | |
| SetAutoClose(unsigned int timeoutMs) | CGUIDialog | |
| SetCamera(const CPoint &camera) | CGUIControl | virtual | 
| SetColorDiffuse(const KODI::GUILIB::GUIINFO::CGUIInfoColor &color) | CGUIControl | |
| SetControlLabel(int controlId, const CVariant &label) | CGUIDialogSettingsBase | protected | 
| SetControlStats(GUICONTROLSTATS *controlStats) | CGUIControl | inline | 
| SetCoordsRes(const RESOLUTION_INFO &res) | CGUIWindow | inline | 
| SetCustom(bool custom) | CGUIWindow | inline | 
| SetDefaultControl(int id, bool always) | CGUIControlGroup | inline | 
| SetDefaults() override | CGUIDialog | protectedvirtual | 
| SetDescription(const CVariant &label) | CGUIDialogSettingsBase | protectedvirtual | 
| SetEnableCondition(const std::string &expression) | CGUIControl | |
| SetEnabled(bool bEnable) | CGUIControl | virtual | 
| SetFocus(bool focus) | CGUIControl | virtual | 
| SetHeading(const CVariant &label) | CGUIDialogSettingsBase | protectedvirtual | 
| SetHeight(float height) | CGUIControl | virtual | 
| SetHitRect(const CRect &rect, const UTILS::Color &color) | CGUIControl | virtual | 
| SetID(int id) override | CGUIWindow | virtual | 
| SetInitialVisibility() override | CGUIWindow | virtual | 
| SetInvalid() | CGUIControl | inlinevirtual | 
| SetLoadType(LOAD_TYPE loadType) | CGUIWindow | inline | 
| SetParentControl(CGUIControl *control) | CGUIControl | inline | 
| SetPosition(float posX, float posY) | CGUIControl | virtual | 
| SetProperty(const std::string &key, const CVariant &value) | CGUIWindow | |
| SetPulseOnSelect(bool pulse) | CGUIControl | inlinevirtual | 
| SetPushUpdates(bool pushUpdates) | CGUIControl | inlinevirtual | 
| SetRenderFocusedLast(bool renderLast) | CGUIControlGroup | inline | 
| SetRunActionsManually() | CGUIWindow | |
| SetSound(bool OnOff) | CGUIDialog | inline | 
| SetStereoFactor(const float &factor) | CGUIControl | virtual | 
| SetupControls(bool createSettings=true) | CGUIDialogSettingsBase | protectedvirtual | 
| SetupView() override | CGUIDialogSettingsManualBase | protectedvirtual | 
| SetVisible(bool bVisible, bool setVisState=false) | CGUIControl | virtual | 
| SetVisibleCondition(const std::string &expression, const std::string &allowHiddenFocus="") | CGUIControl | |
| SetWidth(float width) | CGUIControl | virtual | 
| try_lock() | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| UnfocusFromPoint(const CPoint &point) override | CGUIControlGroup | virtual | 
| unlock() | XbmcThreads::CountingLockable< XbmcThreads::CRecursiveMutex > | inlineprotected | 
| UpdateColors() | CGUIControl | protectedvirtual | 
| UpdateControlStats() override | CGUIWindow | inlinevirtual | 
| UpdateInfo(const CGUIListItem *item=NULL) | CGUIControl | inlinevirtual | 
| UpdateSettingControl(const std::string &settingId) | CGUIDialogSettingsBase | protected | 
| UpdateSettingControl(BaseSettingControlPtr pSettingControl) | CGUIDialogSettingsBase | protected | 
| UpdateSettings() | CGUIDialogSettingsBase | protectedvirtual | 
| UpdateStates(ANIMATION_TYPE type, ANIMATION_PROCESS currentProcess, ANIMATION_STATE currentState) | CGUIControl | protected | 
| UpdateVisibility() | CGUIDialog | protectedvirtual | 
| CGUIWindow::UpdateVisibility(const CGUIListItem *item) | CGUIControl | virtual | 
| VISIBLE enum value | CGUIControl | |
| ~CGUIControl(void) | CGUIControl | virtual | 
| ~CGUIControlGroup(void) override | CGUIControlGroup | |
| ~CGUIControlLookup(void) override=default | CGUIControlLookup | |
| ~CGUIDialog(void) override | CGUIDialog | |
| ~CGUIDialogSettingsBase() override | CGUIDialogSettingsBase | |
| ~CGUIDialogSettingsManagerBase() override | CGUIDialogSettingsManagerBase | |
| ~CGUIDialogSettingsManualBase() override | CGUIDialogSettingsManualBase | |
| ~CGUIWindow(void) override | CGUIWindow | |
| ~CSettingControlCreator() override=default | CSettingControlCreator | protected | 
| ~ILocalizer()=default | ILocalizer | virtual | 
| ~ISettingCallback()=default | ISettingCallback | protectedvirtual | 
| ~ISettingControlCreator()=default | ISettingControlCreator | virtual | 
| ~ITimerCallback()=default | ITimerCallback | protectedvirtual |