Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
PVR::CGUIDialogPVRTimerSettings Member List

This is the complete list of members for PVR::CGUIDialogPVRTimerSettings, 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)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)CGUIDialogSettingsManualBaseprotected
AddCategory(const std::string &id, int label, int help=-1)CGUIDialogSettingsManualBaseprotected
AddControl(CGUIControl *control, int position=-1)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)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)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)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)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)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)CGUIDialogSettingsManualBaseprotected
AddGroup(const std::shared_ptr< CSettingCategory > &category, int label=-1, int help=-1, bool separatorBelowLabel=true, bool hideSeparator=false)CGUIDialogSettingsManualBaseprotected
AddGroupLabel(const std::shared_ptr< CSettingGroup > &group, float width, int &iControlID)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)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)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)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)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)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)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)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)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)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)CGUIDialogSettingsManualBaseprotected
AddLookup(CGUIControl *control)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)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)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)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)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)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)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)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)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)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)CGUIDialogSettingsManualBaseprotected
AddSeparator(float width, int &iControlID)CGUIDialogSettingsBaseprotected
AddSetting(const std::shared_ptr< CSetting > &pSetting, float width, int &iControlID)CGUIDialogSettingsBaseprotectedvirtual
AddSettingControl(CGUIControl *pControl, BaseSettingControlPtr pSettingControl, float width, int &iControlID)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)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)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)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)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)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)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)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)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)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)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)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)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)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)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)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)CGUIDialogSettingsManualBaseprotected
AfterRender()CGUIWindow
AllocResources(bool forceLoad=false)CGUIWindowvirtual
AllocResources() overrideCGUIWindowvirtual
AllowResettingSettings() const overridePVR::CGUIDialogPVRTimerSettingsinlineprotectedvirtual
ALWAYS enum valueCGUIControl
Animate(unsigned int currentTime) overrideCGUIWindowprotectedvirtual
AssignDepth() overrideCGUIControlGroupvirtual
CalcRenderRegion() constCGUIControlvirtual
CanBeActivated() const overridePVR::CGUIDialogPVRTimerSettingsvirtual
CancelAutoClose(void)CGUIDialog
CanFocus() const overrideCGUIControlGroupvirtual
CanFocusFromPoint(const CPoint &point) constCGUIControlprotectedvirtual
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)CGUIControlGroupexplicit
CGUIControlLookup()=defaultCGUIControlLookup
CGUIControlLookup(int parentID, int controlID, float posX, float posY, float width, float height)CGUIControlLookupinline
CGUIControlLookup(const CGUIControlLookup &from)CGUIControlLookupexplicit
CGUIDialog(int id, const std::string &xmlFile, DialogModalityType modalityType=DialogModalityType::MODAL)CGUIDialog
CGUIDialogPVRTimerSettings()PVR::CGUIDialogPVRTimerSettings
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) overrideCGUIWindowprotectedvirtual
ciControls typedefCGUIControlGroupprotected
ClearAll() overrideCGUIWindowvirtual
ClearBackground()CGUIWindowvirtual
ClearLookup()CGUIControlLookupinlineprotected
ClearProperties()CGUIWindow
Clone() const overrideCGUIControlGroupinlinevirtual
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)CGUIWindowprotected
ControlGroupHasFocus(int groupID, int controlID)CGUIWindow
ControlTypeCGUIControlprotected
crControls typedefCGUIControlGroupprotected
CreateControl(const std::string &controlType) const overrideCGUIDialogSettingsManagerBaseprotectedvirtual
CreateSettings() overrideCGUIDialogSettingsManagerBaseprotectedvirtual
CSettingControlCreator()=defaultCSettingControlCreatorprotected
DELAYED enum valueCGUIControl
DeleteControls()CGUIDialogSettingsBaseprotectedvirtual
DIRTY_STATE_CHILDCGUIControlprotectedstatic
DIRTY_STATE_CONTROLCGUIControlprotectedstatic
DisableAnimations()CGUIWindow
DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions) overrideCGUIDialogSettingsBasevirtual
DoRender() overrideCGUIWindowvirtual
DynamicResourceAlloc(bool bOnOff) overrideCGUIWindowvirtual
FOCUS enum valueCGUIControl
FrameMove()CGUIWindowinlinevirtual
FreeControls()CGUIDialogSettingsBaseprotectedvirtual
FreeResources(bool forceUnLoad=false) overrideCGUIWindowvirtual
FreeSettingsControls() overrideCGUIDialogSettingsManagerBaseprotectedvirtual
GetAction(int actionID) constCGUIControl
GetAnimation(ANIMATION_TYPE type, bool checkConditions=true)CGUIControl
GetAnimations() constCGUIControlinline
GetButtonControl(const std::string &format, bool delayed=false, int heading=-1, bool hideValue=false, bool showInstalledAddons=true, bool showInstallableAddons=false, bool showMoreAddons=true)CGUIDialogSettingsManualBaseprotected
GetCheckmarkControl(bool delayed=false)CGUIDialogSettingsManualBaseprotected
GetCondition(int condition, int data) constCGUIControlinlinevirtual
GetControl(int id, std::vector< CGUIControl * > *idCollector=nullptr) overrideCGUIControlLookupvirtual
GetControlType() constCGUIControlinline
GetCoordsRes() constCGUIWindowinline
GetCurrentListItem(int offset=0)CGUIWindowinlinevirtual
GetDelayMs() constCGUIDialogSettingsBaseinlineprotectedvirtual
GetDescription() constCGUIControlinlinevirtual
GetDescriptionByIndex(int index) constCGUIControlinlinevirtual
GetEditControl(const std::string &format, bool delayed=false, bool hidden=false, bool verifyNewValue=false, int heading=-1)CGUIDialogSettingsManualBaseprotected
GetFirstFocusableControl(int id)CGUIControlGroupvirtual
GetFocusedControl() constCGUIControlGroup
GetFocusedControlID() constCGUIControlGroup
GetHeight() constCGUIControlvirtual
GetID(void) constCGUIControlvirtual
GetIDRange() constCGUIWindowinline
GetListControl(const std::string &format, bool delayed=false, int heading=-1, bool multiselect=false, SettingControlListValueFormatter formatter=nullptr, bool details=false)CGUIDialogSettingsManualBaseprotected
GetLoadType()CGUIWindowinline
GetLocalizedString(uint32_t labelId) constCGUIDialogSettingsBaseprotectedvirtual
GetLookup() constCGUIControlLookupinlineprotected
GetLookupControls(int controlId) constCGUIControlLookupinlineprotected
GetModalityType() constCGUIDialoginlinevirtual
GetParentControl(void) constCGUIControlinline
GetParentID() constCGUIControl
GetPosition() const overrideCGUIWindowprotectedvirtual
GetPreviousWindow()CGUIWindowinline
GetProperty(const std::string &key) constCGUIWindow
GetRangeControl(const std::string &format, bool delayed=false, int formatLabel=-1, int valueFormatLabel=-1, const std::string &valueFormatString="")CGUIDialogSettingsManualBaseprotected
GetRenderOrder()CGUIWindowinline
GetRenderPosition() constCGUIControl
GetRenderRegion() constCGUIControlinline
GetScaledBounds() constCGUIWindow
GetSection() overrideCGUIDialogSettingsManualBaseinlineprotectedvirtual
GetSetting(const std::string &settingId) overrideCGUIDialogSettingsManagerBaseprotectedvirtual
GetSettingControl(const std::string &setting)CGUIDialogSettingsBaseprotected
GetSettingControl(int controlId)CGUIDialogSettingsBaseprotected
GetSettingLevel() constCGUIDialogSettingsBaseinlineprotectedvirtual
GetSettingsLabel(const std::shared_ptr< ISetting > &pSetting)CGUIDialogSettingsBaseprotectedvirtual
GetSettingsManager() const overrideCGUIDialogSettingsManualBaseprotectedvirtual
GetSliderControl(const std::string &format, bool delayed=false, int heading=-1, bool usePopup=false, int formatLabel=-1, const std::string &formatString="")CGUIDialogSettingsManualBaseprotected
GetSpinnerControl(const std::string &format, bool delayed=false, int minimumLabel=-1, int formatLabel=-1, const std::string &formatString="")CGUIDialogSettingsManualBaseprotected
GetTitleControl(bool separatorBelowLabel=true, bool hideSeparator=false)CGUIDialogSettingsManualBaseprotected
GetViewContainerID() constCGUIWindowinlinevirtual
GetViewCount() constCGUIWindowinlinevirtual
GetWidth() constCGUIControlvirtual
GetXPosition() constCGUIControlvirtual
GetYPosition() constCGUIControlvirtual
GUICONTAINER_EPGGRID enum valueCGUIControl
GUICONTAINER_FIXEDLIST enum valueCGUIControl
GUICONTAINER_LIST enum valueCGUIControl
GUICONTAINER_PANEL enum valueCGUIControl
GUICONTAINER_WRAPLIST enum valueCGUIControl
GUICONTROL_BORDEREDIMAGE enum valueCGUIControl
GUICONTROL_BUTTON enum valueCGUIControl
GUICONTROL_COLORBUTTON enum valueCGUIControl
GUICONTROL_EDIT enum valueCGUIControl
GUICONTROL_FADELABEL enum valueCGUIControl
GUICONTROL_GAME enum valueCGUIControl
GUICONTROL_GAMECONTROLLER enum valueCGUIControl
GUICONTROL_GAMECONTROLLERLIST enum valueCGUIControl
GUICONTROL_GROUP enum valueCGUIControl
GUICONTROL_GROUPLIST enum valueCGUIControl
GUICONTROL_IMAGE enum valueCGUIControl
GUICONTROL_LABEL enum valueCGUIControl
GUICONTROL_LISTGROUP enum valueCGUIControl
GUICONTROL_LISTLABEL enum valueCGUIControl
GUICONTROL_MOVER enum valueCGUIControl
GUICONTROL_MULTI_IMAGE enum valueCGUIControl
GUICONTROL_PROGRESS enum valueCGUIControl
GUICONTROL_RADIO enum valueCGUIControl
GUICONTROL_RANGES enum valueCGUIControl
GUICONTROL_RENDERADDON enum valueCGUIControl
GUICONTROL_RESIZE enum valueCGUIControl
GUICONTROL_RSS enum valueCGUIControl
GUICONTROL_SCROLLBAR enum valueCGUIControl
GUICONTROL_SETTINGS_SLIDER enum valueCGUIControl
GUICONTROL_SLIDER enum valueCGUIControl
GUICONTROL_SPIN enum valueCGUIControl
GUICONTROL_SPINEX enum valueCGUIControl
GUICONTROL_TEXTBOX enum valueCGUIControl
GUICONTROL_TOGGLEBUTTON enum valueCGUIControl
GUICONTROL_UNKNOWN enum valueCGUIControl
GUICONTROL_VIDEO enum valueCGUIControl
GUICONTROL_VISUALISATION enum valueCGUIControl
GUICONTROLTYPES enum nameCGUIControl
GUISCROLLVALUE enum nameCGUIControl
GUIVISIBLE enum nameCGUIControl
HasAnimation(ANIMATION_TYPE anim) overrideCGUIControlGroupvirtual
HasFocus() const overrideCGUIControlGroupvirtual
HasID(int controlID) constCGUIWindowvirtual
HasListItems() constCGUIWindowinlinevirtual
HasProcessed() constCGUIControlinline
HasSaveLastControl() constCGUIWindowinline
HasVisibleCondition() constCGUIControlinline
HasVisibleControls()CGUIWindowinlinevirtual
HIDDEN enum valueCGUIControl
HitTest(const CPoint &point) constCGUIControlvirtual
iControls typedefCGUIControlGroupprotected
ILocalizer()=defaultILocalizerprotected
Initialize()CGUIWindow
InitializeSettings() overridePVR::CGUIDialogPVRTimerSettingsprotectedvirtual
InsertControl(CGUIControl *control, const CGUIControl *insertPoint)CGUIControlGroup
IsActive() constCGUIWindowvirtual
IsAnimating(ANIMATION_TYPE animType) overrideCGUIWindowvirtual
IsAutoClosed(void) constCGUIDialoginline
IsConfirmed() constCGUIDialogSettingsBaseinlinevirtual
IsContainer() constCGUIControlinlinevirtual
IsControlDirty() constCGUIControlinline
IsControlRenderable()CGUIControl
IsCustom() constCGUIWindowinline
IsDialog() const overrideCGUIDialoginlinevirtual
IsDialogRunning() const overrideCGUIDialoginlinevirtual
IsDisabled() constCGUIControlvirtual
IsDynamicallyAllocated()CGUIControlinlinevirtual
IsGroup() const overrideCGUIControlGroupinlinevirtual
IsMediaWindow() constCGUIWindowinlinevirtual
IsModalDialog() const overrideCGUIDialoginlinevirtual
IsSoundEnabled() const overrideCGUIDialoginlinevirtual
IsValidControl(const CGUIControl *control) constCGUIControlLookupprotected
IsVisible() const overrideCGUIWindowinlinevirtual
IsVisibleFromSkin() constCGUIControlinline
KEEP_IN_MEMORY enum valueCGUIWindow
Load(TiXmlElement *pRootElement) overrideCGUIDialogprotectedvirtual
CGUIWindow::Load(const std::string &strFileName, bool bContainsPath=false)CGUIWindow
LOAD_EVERY_TIME enum valueCGUIWindow
LOAD_ON_GUI_INIT enum valueCGUIWindow
LOAD_TYPE enum nameCGUIWindow
LoadControl(TiXmlElement *pControl, CGUIControlGroup *pGroup, const CRect &rect)CGUIWindowprotected
LoadXML(const std::string &strPath, const std::string &strLowerPath)CGUIWindowprotectedvirtual
Localize(std::uint32_t code) const overrideCGUIDialogSettingsBaseinlinevirtual
LookupMap typedefCGUIControlLookupprotected
m_actionsCGUIControlprotected
m_activeCGUIWindowprotected
m_allowHiddenFocusCGUIControlprotected
m_animationsCGUIControlprotected
m_animationsEnabledCGUIWindowprotected
m_autoClosingCGUIDialogprotected
m_bAllocatedCGUIControlprotected
m_bAutoClosedCGUIDialogprotected
m_bHasFocusCGUIControlprotected
m_bInvalidatedCGUIControlprotected
m_cachedTransformCGUIControlprotected
m_cameraCGUIControlprotected
m_categoriesCGUIDialogSettingsBaseprotected
m_childrenCGUIControlGroupprotected
m_clearBackgroundCGUIWindowprotected
m_closingCGUIWindowprotected
m_confirmedCGUIDialogSettingsBaseprotected
m_controlDirtyStateCGUIControlprotected
m_controlIDCGUIControlprotected
m_controlStatesCGUIWindowprotected
m_controlStatsCGUIControlprotected
m_coordsResCGUIWindowprotected
m_customCGUIWindowprotected
m_defaultAlwaysCGUIControlGroupprotected
m_defaultControlCGUIControlGroupprotected
m_delayedSettingCGUIDialogSettingsBaseprotected
m_delayedTimerCGUIDialogSettingsBaseprotected
m_diffuseColorCGUIControlprotected
m_dummyCategoryCGUIDialogSettingsBaseprotected
m_dynamicResourceAllocCGUIWindowprotected
m_enableConditionCGUIControlprotected
m_enabledCGUIControlprotected
m_enableSoundCGUIDialogprotected
m_exclusiveMouseControlCGUIWindowprotected
m_fadedControlCGUIDialogSettingsBaseprotected
m_focusedControlCGUIDialogSettingsBaseprotected
m_forceHiddenCGUIControlprotected
m_hasCameraCGUIControlprotected
m_hasProcessedCGUIControlprotected
m_heightCGUIControlprotected
m_hitColorCGUIControlprotected
m_hitRectCGUIControlprotected
m_iCategoryCGUIDialogSettingsBaseprotected
m_idRangeCGUIWindowprotected
m_isCulledCGUIControlprotected
m_iSettingCGUIDialogSettingsBaseprotected
m_lastControlIDCGUIWindowprotected
m_loadActionsCGUIWindowprotected
m_loadTypeCGUIWindowprotected
m_manualRunActionsCGUIWindowprotected
m_menuControlIDCGUIWindowprotected
m_menuLastFocusedControlIDCGUIWindowprotected
m_modalityTypeCGUIDialogprotected
m_needsScalingCGUIWindowprotected
m_newOriginalEditCGUIDialogSettingsBaseprotected
m_originsCGUIWindowprotected
m_parentControlCGUIControlprotected
m_parentIDCGUIControlprotected
m_pOriginalButtonCGUIDialogSettingsBaseprotected
m_pOriginalCategoryButtonCGUIDialogSettingsBaseprotected
m_pOriginalColorButtonCGUIDialogSettingsBaseprotected
m_pOriginalEditCGUIDialogSettingsBaseprotected
m_pOriginalGroupTitleCGUIDialogSettingsBaseprotected
m_pOriginalImageCGUIDialogSettingsBaseprotected
m_pOriginalRadioButtonCGUIDialogSettingsBaseprotected
m_pOriginalSliderCGUIDialogSettingsBaseprotected
m_pOriginalSpinCGUIDialogSettingsBaseprotected
m_posXCGUIControlprotected
m_posYCGUIControlprotected
m_previousWindowCGUIWindowprotected
m_pulseOnSelectCGUIControlprotected
m_pushedUpdatesCGUIControlprotected
m_renderFocusedLastCGUIControlGroupprotected
m_renderOrderCGUIWindowprotected
m_renderRegionCGUIControlprotected
m_resetSettingCGUIDialogSettingsBaseprotected
m_settingControlsCGUIDialogSettingsBaseprotected
m_showDurationCGUIDialogprotected
m_showStartTimeCGUIDialogprotected
m_stereoCGUIControlprotected
m_transformCGUIControlprotected
m_unloadActionsCGUIWindowprotected
m_visibleCGUIControlprotected
m_visibleConditionCGUIControlprotected
m_visibleFromSkinConditionCGUIControlprotected
m_wasRunningCGUIDialogprotected
m_widthCGUIControlprotected
m_windowLoadedCGUIWindowprotected
m_windowXMLRootElementCGUIWindowprotected
MarkDirtyRegion(const unsigned int dirtyState=DIRTY_STATE_CONTROL)CGUIControl
Navigate(int direction) constCGUIControl
NeedLoad() constCGUIWindowprotected
NEVER enum valueCGUIControl
OnAction(const CAction &action) overrideCGUIDialogSettingsBasevirtual
OnBack(int actionID) overrideCGUIDialogSettingsBasevirtual
CGUIControlGroup::OnBack()CGUIControlvirtual
OnCancel()CGUIDialogSettingsBaseinlineprotectedvirtual
OnClick(const BaseSettingControlPtr &pSettingControl)CGUIDialogSettingsBaseprotectedvirtual
OnDeinitWindow(int nextWindowID) overrideCGUIDialogprotectedvirtual
OnDown()CGUIControlvirtual
OnEditChanged(int id, std::string &text)CGUIWindowprotected
OnFocus()CGUIControlinlinevirtual
OnInfo(int actionID)CGUIWindowinlinevirtual
CGUIControlGroup::OnInfo()CGUIControlvirtual
OnInitWindow() overrideCGUIDialogSettingsBaseprotectedvirtual
OnLeft()CGUIControlvirtual
OnMessage(CGUIMessage &message) overrideCGUIDialogSettingsBasevirtual
OnMouseAction(const CAction &action)CGUIWindowprotected
OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) overrideCGUIWindowprotectedvirtual
OnMouseOver(const CPoint &point)CGUIControlprotectedvirtual
OnMove(int fromControl, int moveAction)CGUIWindow
OnNextControl()CGUIControlvirtual
OnOkay() overrideCGUIDialogSettingsManagerBaseprotectedvirtual
OnPrevControl()CGUIControlvirtual
OnResetSettings()CGUIDialogSettingsBaseprotectedvirtual
OnRight()CGUIControlvirtual
OnSettingAction(const std::shared_ptr< const CSetting > &setting) overridePVR::CGUIDialogPVRTimerSettingsprotectedvirtual
OnSettingChanged(const std::shared_ptr< const CSetting > &setting) overridePVR::CGUIDialogPVRTimerSettingsprotectedvirtual
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() overrideCGUIDialogSettingsBaseprotectedvirtual
OnUnFocus()CGUIControlinlinevirtual
OnUp()CGUIControlvirtual
OnWindowLoaded() overrideCGUIDialogprotectedvirtual
OnWindowUnload()CGUIWindowinlineprotectedvirtual
Open(const std::string &param="")CGUIDialog
Open(bool bProcessRenderLoop, const std::string &param="")CGUIDialog
Open_Internal(bool bProcessRenderLoop, const std::string &param="")CGUIDialogprotectedvirtual
Prepare(const std::unique_ptr< TiXmlElement > &rootElement)CGUIWindowprotectedvirtual
Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) overrideCGUIControlGroupvirtual
ProcessRenderLoop(bool renderOnly=false)CGUIDialogprotected
QueueAnimation(ANIMATION_TYPE anim) overrideCGUIControlGroupvirtual
rControls typedefCGUIControlGroupprotected
RemoveControl(const CGUIControl *control)CGUIControlGroupvirtual
RemoveLookup(CGUIControl *control)CGUIControlLookupprotected
RemoveLookup()CGUIControlLookupprotected
Render() overrideCGUIDialogvirtual
RenderEx() overrideCGUIControlGroupvirtual
ResetAnimation(ANIMATION_TYPE anim) overrideCGUIControlGroupvirtual
ResetAnimations() overrideCGUIControlGroupvirtual
ResetAutoClose(void)CGUIDialog
ResetControlStates()CGUIWindowvirtual
RestoreControlStates()CGUIWindowprotectedvirtual
RunLoadActions() constCGUIWindow
RunUnloadActions() constCGUIWindow
Save() overridePVR::CGUIDialogPVRTimerSettingsprotectedvirtual
SaveControlStates()CGUIWindowprotectedvirtual
SaveStates(std::vector< CControlState > &states) overrideCGUIControlGroupvirtual
SendControlMessage(CGUIMessage &message)CGUIControlGroupvirtual
SendMessage(int message, int id, int param1=0, int param2=0)CGUIWindowprotected
SendMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) overrideCGUIControlGroupvirtual
SendWindowMessage(CGUIMessage &message) constCGUIControlprotected
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)CGUIControlvirtual
SetColorDiffuse(const KODI::GUILIB::GUIINFO::CGUIInfoColor &color)CGUIControl
SetControlLabel(int controlId, const CVariant &label)CGUIDialogSettingsBaseprotected
SetControlStats(GUICONTROLSTATS *controlStats)CGUIControlinline
SetCoordsRes(const RESOLUTION_INFO &res)CGUIWindowinline
SetCustom(bool custom)CGUIWindowinline
SetDefaultControl(int id, bool always)CGUIControlGroupinline
SetDefaults() overrideCGUIDialogprotectedvirtual
SetDescription(const CVariant &label)CGUIDialogSettingsBaseprotectedvirtual
SetEnableCondition(const std::string &expression)CGUIControl
SetEnabled(bool bEnable)CGUIControlvirtual
SetFocus(bool focus)CGUIControlvirtual
SetHeading(const CVariant &label)CGUIDialogSettingsBaseprotectedvirtual
SetHeight(float height)CGUIControlvirtual
SetHitRect(const CRect &rect, const UTILS::COLOR::Color &color)CGUIControlvirtual
SetID(int id) overrideCGUIWindowvirtual
SetInitialVisibility() overrideCGUIWindowvirtual
SetInvalid()CGUIControlinlinevirtual
SetLoadType(LOAD_TYPE loadType)CGUIWindowinline
SetParentControl(CGUIControl *control)CGUIControlinline
SetPosition(float posX, float posY)CGUIControlvirtual
SetProperty(const std::string &key, const CVariant &value)CGUIWindow
SetPulseOnSelect(bool pulse)CGUIControlinlinevirtual
SetPushUpdates(bool pushUpdates)CGUIControlinlinevirtual
SetRenderFocusedLast(bool renderLast)CGUIControlGroupinline
SetRunActionsManually()CGUIWindow
SetSound(bool OnOff)CGUIDialoginline
SetStereoFactor(const float &factor)CGUIControlvirtual
SetTimer(const std::shared_ptr< CPVRTimerInfoTag > &timer)PVR::CGUIDialogPVRTimerSettings
SetupControls(bool createSettings=true)CGUIDialogSettingsBaseprotectedvirtual
SetupView() overridePVR::CGUIDialogPVRTimerSettingsprotectedvirtual
SetVisible(bool bVisible, bool setVisState=false)CGUIControlvirtual
SetVisibleCondition(const std::string &expression, const std::string &allowHiddenFocus="")CGUIControl
SetWidth(float width)CGUIControlvirtual
UnfocusFromPoint(const CPoint &point) overrideCGUIControlGroupvirtual
UpdateColors(const CGUIListItem *item)CGUIControlprotectedvirtual
UpdateControlStats() overrideCGUIWindowinlinevirtual
UpdateInfo(const CGUIListItem *item=NULL)CGUIControlinlinevirtual
UpdateSettingControl(const std::string &settingId, bool updateDisplayOnly=false)CGUIDialogSettingsBaseprotected
UpdateSettingControl(const BaseSettingControlPtr &pSettingControl, bool updateDisplayOnly=false)CGUIDialogSettingsBaseprotected
UpdateSettings()CGUIDialogSettingsBaseprotectedvirtual
UpdateStates(ANIMATION_TYPE type, ANIMATION_PROCESS currentProcess, ANIMATION_STATE currentState)CGUIControlprotected
UpdateVisibility()CGUIDialogprotectedvirtual
CGUIWindow::UpdateVisibility(const CGUIListItem *item)CGUIControlvirtual
VISIBLE enum valueCGUIControl
~CGUIControl(void)CGUIControlvirtual
~CGUIControlGroup(void) overrideCGUIControlGroup
~CGUIControlLookup(void) override=defaultCGUIControlLookup
~CGUIDialog(void) overrideCGUIDialog
~CGUIDialogPVRTimerSettings() overridePVR::CGUIDialogPVRTimerSettings
~CGUIDialogSettingsBase() overrideCGUIDialogSettingsBase
~CGUIDialogSettingsManagerBase() overrideCGUIDialogSettingsManagerBase
~CGUIDialogSettingsManualBase() overrideCGUIDialogSettingsManualBase
~CGUIWindow(void) overrideCGUIWindow
~CSettingControlCreator() override=defaultCSettingControlCreatorprotected
~ILocalizer()=defaultILocalizervirtual
~ISettingCallback()=defaultISettingCallbackprotectedvirtual
~ISettingControlCreator()=defaultISettingControlCreatorvirtual
~ITimerCallback()=defaultITimerCallbackprotectedvirtual