ActionMap typedef | CGUIControl | |
AllocResources() override | CGUIButtonControl | virtual |
ALWAYS enum value | CGUIControl | |
Animate(unsigned int currentTime) | CGUIControl | protectedvirtual |
AssignDepth() | CGUIControl | virtual |
CalcRenderRegion() const override | CGUIButtonControl | virtual |
CancelKeyComposition(std::uint32_t deadUnicodeKey) | CGUIEditControl | protected |
CanFocus() const | CGUIControl | virtual |
CanFocusFromPoint(const CPoint &point) const | CGUIControl | protectedvirtual |
CGUIButtonControl(int parentID, int controlID, float posX, float posY, float width, float height, const CTextureInfo &textureFocus, const CTextureInfo &textureNoFocus, const CLabelInfo &label, bool wrapMultiline=false) | CGUIButtonControl | |
CGUIButtonControl(const CGUIButtonControl &control) | CGUIButtonControl | |
CGUIControl() | CGUIControl | |
CGUIControl(int parentID, int controlID, float posX, float posY, float width, float height) | CGUIControl | |
CGUIControl(const CGUIControl &) | CGUIControl | |
CGUIEditControl(int parentID, int controlID, float posX, float posY, float width, float height, const CTextureInfo &textureFocus, const CTextureInfo &textureNoFocus, const CLabelInfo &labelInfo, const std::string &text) | CGUIEditControl | |
CGUIEditControl(const CGUIButtonControl &button) | CGUIEditControl | explicit |
CGUIEditControl(const CGUIEditControl &button) | CGUIEditControl | explicit |
CheckAnimation(ANIMATION_TYPE animType) | CGUIControl | protectedvirtual |
ClearMD5() | CGUIEditControl | protected |
Clone() const override | CGUIEditControl | inlinevirtual |
ComposingCursorAppendChar(std::uint32_t deadUnicodeKey) | CGUIEditControl | protected |
ControlType | CGUIControl | protected |
DefaultConstructor() | CGUIEditControl | protected |
DELAYED enum value | CGUIControl | |
DIRTY_STATE_CHILD | CGUIControl | protectedstatic |
DIRTY_STATE_CONTROL | CGUIControl | protectedstatic |
DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions) | CGUIControl | virtual |
DoRender() | CGUIControl | virtual |
DynamicResourceAlloc(bool bOnOff) override | CGUIButtonControl | virtual |
FOCUS enum value | CGUIControl | |
FreeResources(bool immediately=false) override | CGUIButtonControl | virtual |
GetAction(int actionID) const | CGUIControl | |
GetAnimation(ANIMATION_TYPE type, bool checkConditions=true) | CGUIControl | |
GetAnimations() const | CGUIControl | inline |
GetClickActions() const | CGUIButtonControl | inline |
GetCondition(int condition, int data) const | CGUIControl | inlinevirtual |
GetControl(int id, std::vector< CGUIControl * > *idCollector=nullptr) | CGUIControl | virtual |
GetControlType() const | CGUIControl | inline |
GetCursorPosition() const | CGUIEditControl | |
GetDescription() const override | CGUIButtonControl | virtual |
GetDescriptionByIndex(int index) const override | CGUIEditControl | protectedvirtual |
GetDisplayedText() const | CGUIEditControl | protected |
GetHeight() const | CGUIControl | virtual |
GetID(void) const | CGUIControl | virtual |
GetLabel() const | CGUIButtonControl | inlinevirtual |
GetLabel2() const override | CGUIEditControl | virtual |
GetLabelInfo() const | CGUIButtonControl | inline |
GetParentControl(void) const | CGUIControl | inline |
GetParentID() const | CGUIControl | |
GetPosition() const | CGUIControl | inlineprotectedvirtual |
GetRenderPosition() const | CGUIControl | |
GetRenderRegion() const | CGUIControl | inline |
GetTextColor() const override | CGUIEditControl | protectedvirtual |
GetWidth() const override | CGUIButtonControl | 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_COLORBUTTON enum value | CGUIControl | |
GUICONTROL_EDIT enum value | CGUIControl | |
GUICONTROL_FADELABEL enum value | CGUIControl | |
GUICONTROL_GAME enum value | CGUIControl | |
GUICONTROL_GAMECONTROLLER enum value | CGUIControl | |
GUICONTROL_GAMECONTROLLERLIST 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_RANGES 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) | CGUIControl | virtual |
HasClickActions() const | CGUIButtonControl | inline |
HasFocus() const | CGUIControl | virtual |
HasInvalidInput() const | CGUIEditControl | inlinevirtual |
HasProcessed() const | CGUIControl | inline |
HasTextChangeActions() const | CGUIEditControl | inline |
HasVisibleCondition() const | CGUIControl | inline |
HIDDEN enum value | CGUIControl | |
HitTest(const CPoint &point) const | CGUIControl | virtual |
INPUT_TYPE enum name | CGUIEditControl | |
INPUT_TYPE_DATE enum value | CGUIEditControl | |
INPUT_TYPE_FILTER enum value | CGUIEditControl | |
INPUT_TYPE_IPADDRESS enum value | CGUIEditControl | |
INPUT_TYPE_NUMBER enum value | CGUIEditControl | |
INPUT_TYPE_PASSWORD enum value | CGUIEditControl | |
INPUT_TYPE_PASSWORD_MD5 enum value | CGUIEditControl | |
INPUT_TYPE_PASSWORD_NUMBER_VERIFY_NEW enum value | CGUIEditControl | |
INPUT_TYPE_READONLY enum value | CGUIEditControl | |
INPUT_TYPE_SEARCH enum value | CGUIEditControl | |
INPUT_TYPE_SECONDS enum value | CGUIEditControl | |
INPUT_TYPE_TEXT enum value | CGUIEditControl | |
INPUT_TYPE_TIME enum value | CGUIEditControl | |
IsAnimating(ANIMATION_TYPE anim) | CGUIControl | virtual |
IsComposingKey() const | CGUIEditControl | protected |
IsContainer() const | CGUIControl | inlinevirtual |
IsControlDirty() const | CGUIControl | inline |
IsControlRenderable() | CGUIControl | |
IsDisabled() const | CGUIControl | virtual |
IsDynamicallyAllocated() | CGUIControl | inlinevirtual |
IsGroup() const | CGUIControl | inlinevirtual |
IsVisible() const | CGUIControl | virtual |
IsVisibleFromSkin() const | CGUIControl | inline |
m_actions | CGUIControl | protected |
m_allowHiddenFocus | CGUIControl | protected |
m_alpha | CGUIButtonControl | protected |
m_animations | CGUIControl | protected |
m_bAllocated | CGUIControl | protected |
m_bHasFocus | CGUIControl | protected |
m_bInvalidated | CGUIControl | protected |
m_bSelected | CGUIButtonControl | protected |
m_cachedTransform | CGUIControl | protected |
m_camera | CGUIControl | protected |
m_clickActions | CGUIButtonControl | protected |
m_clipRect | CGUIEditControl | protected |
m_controlDirtyState | CGUIControl | protected |
m_controlID | CGUIControl | protected |
m_controlStats | CGUIControl | protected |
m_cursorBlink | CGUIEditControl | protected |
m_cursorBlinkEnabled | CGUIEditControl | protected |
m_cursorChars | CGUIEditControl | protected |
m_cursorCharsBuffer | CGUIEditControl | protected |
m_cursorPos | CGUIEditControl | protected |
m_diffuseColor | CGUIControl | protected |
m_edit | CGUIEditControl | protected |
m_editLength | CGUIEditControl | protected |
m_editOffset | CGUIEditControl | protected |
m_enableCondition | CGUIControl | protected |
m_enabled | CGUIControl | protected |
m_focusActions | CGUIButtonControl | protected |
m_focusCounter | CGUIButtonControl | protected |
m_forceHidden | CGUIControl | protected |
m_hasCamera | CGUIControl | protected |
m_hasProcessed | CGUIControl | protected |
m_height | CGUIControl | protected |
m_hintInfo | CGUIEditControl | protected |
m_hitColor | CGUIControl | protected |
m_hitRect | CGUIControl | protected |
m_imgFocus | CGUIButtonControl | protected |
m_imgNoFocus | CGUIButtonControl | protected |
m_info | CGUIButtonControl | protected |
m_info2 | CGUIButtonControl | protected |
m_inputHeading | CGUIEditControl | protected |
m_inputType | CGUIEditControl | protected |
m_inputValidator | CGUIEditControl | protected |
m_inputValidatorData | CGUIEditControl | protected |
m_invalidInput | CGUIEditControl | protected |
m_isCulled | CGUIControl | protected |
m_isMD5 | CGUIEditControl | protected |
m_label | CGUIButtonControl | protected |
m_label2 | CGUIButtonControl | protected |
m_labelMaxWidth | CGUIButtonControl | protected |
m_maxWidth | CGUIButtonControl | protected |
m_minWidth | CGUIButtonControl | protected |
m_parentControl | CGUIControl | protected |
m_parentID | CGUIControl | protected |
m_posX | CGUIControl | protected |
m_posY | CGUIControl | protected |
m_pulseOnSelect | CGUIControl | protected |
m_pushedUpdates | CGUIControl | protected |
m_renderRegion | CGUIControl | protected |
m_smsKeyIndex | CGUIEditControl | protected |
m_smsLastKey | CGUIEditControl | protected |
m_smsTimer | CGUIEditControl | protected |
m_stereo | CGUIControl | protected |
m_text | CGUIEditControl | protected |
m_text2 | CGUIEditControl | protected |
m_textChangeActions | CGUIEditControl | protected |
m_textOffset | CGUIEditControl | protected |
m_transform | CGUIControl | protected |
m_unfocusActions | CGUIButtonControl | protected |
m_visible | CGUIControl | protected |
m_visibleCondition | CGUIControl | protected |
m_visibleFromSkinCondition | CGUIControl | protected |
m_width | CGUIControl | protected |
MarkDirtyRegion(const unsigned int dirtyState=DIRTY_STATE_CONTROL) | CGUIControl | |
Navigate(int direction) const | CGUIControl | |
NEVER enum value | CGUIControl | |
OnAction(const CAction &action) override | CGUIEditControl | virtual |
OnBack() | CGUIControl | virtual |
OnClick() override | CGUIEditControl | virtual |
OnDown() | CGUIControl | virtual |
OnFocus() override | CGUIButtonControl | protectedvirtual |
OnInfo() | CGUIControl | virtual |
OnLeft() | CGUIControl | virtual |
OnMessage(CGUIMessage &message) override | CGUIEditControl | virtual |
OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) override | CGUIButtonControl | protectedvirtual |
OnMouseOver(const CPoint &point) | CGUIControl | protectedvirtual |
OnNextControl() | CGUIControl | virtual |
OnPasteClipboard() | CGUIEditControl | protected |
OnPrevControl() | CGUIControl | virtual |
OnRight() | CGUIControl | virtual |
OnSMSCharacter(unsigned int key) | CGUIEditControl | protected |
OnUnFocus() override | CGUIButtonControl | protectedvirtual |
OnUp() | CGUIControl | virtual |
Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) override | CGUIButtonControl | virtual |
ProcessText(unsigned int currentTime) override | CGUIEditControl | protectedvirtual |
PythonSetDisabledColor(KODI::UTILS::COLOR::Color disabledColor) | CGUIButtonControl | |
PythonSetLabel(const std::string &strFont, const std::string &strText, KODI::UTILS::COLOR::Color textColor, KODI::UTILS::COLOR::Color shadowColor, KODI::UTILS::COLOR::Color focusedColor) | CGUIButtonControl | |
QueueAnimation(ANIMATION_TYPE anim) | CGUIControl | virtual |
RecalcRightLabelPosition() | CGUIEditControl | protected |
Render() override | CGUIButtonControl | virtual |
RenderEx() | CGUIControl | inlinevirtual |
RenderText() override | CGUIEditControl | protectedvirtual |
ResetAnimation(ANIMATION_TYPE type) | CGUIControl | virtual |
ResetAnimations() | CGUIControl | virtual |
ResetCursor() | CGUIEditControl | protected |
SaveStates(std::vector< CControlState > &states) | CGUIControl | virtual |
SendMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) | CGUIControl | virtual |
SendWindowMessage(CGUIMessage &message) const | CGUIControl | protected |
SetAction(int actionID, const CGUIAction &action, bool replace=true) | CGUIControl | |
SetActions(const ActionMap &actions) | CGUIControl | |
SetAlpha(unsigned char alpha) | CGUIButtonControl | |
SetAnimations(const std::vector< CAnimation > &animations) | CGUIControl | |
SetCamera(const CPoint &camera) | CGUIControl | virtual |
SetClickActions(const CGUIAction &clickActions) | CGUIButtonControl | inline |
SetColorDiffuse(const KODI::GUILIB::GUIINFO::CGUIInfoColor &color) | CGUIControl | |
SetControlStats(GUICONTROLSTATS *controlStats) | CGUIControl | inline |
SetCursorPosition(unsigned int iPosition) | CGUIEditControl | |
SetEnableCondition(const std::string &expression) | CGUIControl | |
SetEnabled(bool bEnable) | CGUIControl | virtual |
SetFocus(bool focus) override | CGUIEditControl | protectedvirtual |
SetFocusActions(const CGUIAction &focusActions) | CGUIButtonControl | inline |
SetHeight(float height) | CGUIControl | virtual |
SetHint(const KODI::GUILIB::GUIINFO::CGUIInfoLabel &hint) | CGUIEditControl | |
SetHitRect(const CRect &rect, const KODI::UTILS::COLOR::Color &color) | CGUIControl | virtual |
SetID(int id) | CGUIControl | inlinevirtual |
SetInitialVisibility() | CGUIControl | virtual |
SetInputType(INPUT_TYPE type, const CVariant &heading) | CGUIEditControl | |
SetInputValidation(StringValidation::Validator inputValidator, void *data=NULL) | CGUIEditControl | virtual |
SetInvalid() override | CGUIButtonControl | virtual |
SetLabel(const std::string &text) override | CGUIEditControl | virtual |
SetLabel2(const std::string &text) override | CGUIEditControl | virtual |
SetMaxWidth(float labelMaxWidth) | CGUIButtonControl | inlineprotected |
SetMinWidth(float minWidth) | CGUIButtonControl | virtual |
SetParentControl(CGUIControl *control) | CGUIControl | inline |
SetPosition(float posX, float posY) override | CGUIButtonControl | virtual |
SetPulseOnSelect(bool pulse) | CGUIControl | inlinevirtual |
SetPushUpdates(bool pushUpdates) | CGUIControl | inlinevirtual |
SetSelected(bool bSelected) | CGUIButtonControl | |
SetStereoFactor(const float &factor) | CGUIControl | virtual |
SetStyledText(const std::wstring &text) | CGUIEditControl | protected |
SetTextChangeActions(const CGUIAction &textChangeActions) | CGUIEditControl | inline |
SetUnFocusActions(const CGUIAction &unfocusActions) | CGUIButtonControl | inline |
SetVisible(bool bVisible, bool setVisState=false) | CGUIControl | virtual |
SetVisibleCondition(const std::string &expression, const std::string &allowHiddenFocus="") | CGUIControl | |
SetWidth(float width) | CGUIControl | virtual |
UnfocusFromPoint(const CPoint &point) | CGUIControl | virtual |
UpdateColors(const CGUIListItem *item) override | CGUIButtonControl | virtual |
UpdateControlStats() | CGUIControl | virtual |
UpdateInfo(const CGUIListItem *item=NULL) | CGUIControl | inlinevirtual |
UpdateStates(ANIMATION_TYPE type, ANIMATION_PROCESS currentProcess, ANIMATION_STATE currentState) | CGUIControl | protected |
UpdateText(bool sendUpdate=true) | CGUIEditControl | protected |
UpdateVisibility(const CGUIListItem *item) | CGUIControl | virtual |
ValidateCursor() | CGUIEditControl | protected |
ValidateInput(const std::wstring &data) const | CGUIEditControl | protectedvirtual |
ValidateInput() | CGUIEditControl | protected |
VISIBLE enum value | CGUIControl | |
~CGUIButtonControl() override=default | CGUIButtonControl | |
~CGUIControl(void) | CGUIControl | virtual |
~CGUIEditControl(void) override | CGUIEditControl | |