ActionMap typedef | CGUIControl | |
AllocResources() override | CGUIBaseContainer | virtual |
ALWAYS enum value | CGUIControl | |
Animate(unsigned int currentTime) | CGUIControl | protectedvirtual |
AssignDepth() override | CGUIBaseContainer | virtual |
CalcRenderRegion() const | CGUIControl | virtual |
CalculateLayout() | CGUIBaseContainer | protectedvirtual |
CanFocus() const override | CGUIBaseContainer | virtual |
CanFocusFromPoint(const CPoint &point) const | CGUIControl | protectedvirtual |
CGUIBaseContainer(int parentID, int controlID, float posX, float posY, float width, float height, ORIENTATION orientation, const CScroller &scroller, int preloadItems) | CGUIBaseContainer | |
CGUIBaseContainer(const CGUIBaseContainer &other) | CGUIBaseContainer | explicit |
CGUIControl() | CGUIControl | |
CGUIControl(int parentID, int controlID, float posX, float posY, float width, float height) | CGUIControl | |
CGUIControl(const CGUIControl &) | CGUIControl | |
CheckAnimation(ANIMATION_TYPE animType) | CGUIControl | protectedvirtual |
Clone() const =0 | CGUIControl | pure virtual |
ControlType | CGUIControl | protected |
CorrectOffset(int offset, int cursor) const | CGUIBaseContainer | protectedvirtual |
DELAYED enum value | CGUIControl | |
DIRTY_STATE_CHILD | CGUIControl | protectedstatic |
DIRTY_STATE_CONTROL | CGUIControl | protectedstatic |
DoProcess(unsigned int currentTime, CDirtyRegionList &dirtyregions) override | CGUIBaseContainer | virtual |
DoRender() | CGUIControl | virtual |
DynamicResourceAlloc(bool bOnOff) | CGUIControl | virtual |
FOCUS enum value | CGUIControl | |
FreeMemory(int keepStart, int keepEnd) | CGUIBaseContainer | protected |
FreeResources(bool immediately=false) override | CGUIBaseContainer | virtual |
GetAction(int actionID) const | CGUIControl | |
GetAnimation(ANIMATION_TYPE type, bool checkConditions=true) | CGUIControl | |
GetAnimations() const | CGUIControl | inline |
GetCacheCount() const | CGUIBaseContainer | inlineprotected |
GetCacheOffsets(int &cacheBefore, int &cacheAfter) const | CGUIBaseContainer | protected |
GetCondition(int condition, int data) const override | CGUIBaseContainer | virtual |
GetControl(int id, std::vector< CGUIControl * > *idCollector=nullptr) | CGUIControl | virtual |
GetControlType() const | CGUIControl | inline |
GetCurrentLayouts() | CGUIBaseContainer | protected |
GetCurrentPage() const | CGUIBaseContainer | protectedvirtual |
GetCursor() const | CGUIBaseContainer | inlineprotected |
GetCursorFromPoint(const CPoint &point, CPoint *itemPoint=NULL) const | CGUIBaseContainer | inlineprotectedvirtual |
GetDescription() const override | CGUIBaseContainer | virtual |
GetDescriptionByIndex(int index) const | CGUIControl | inlinevirtual |
GetFocusedLayout() const | CGUIBaseContainer | protected |
GetHeight() const | CGUIControl | virtual |
GetID(void) const | CGUIControl | virtual |
GetItemOffset() const | CGUIBaseContainer | inlineprotected |
GetLabel(int info) const override | CGUIBaseContainer | virtual |
IGUIContainer::GetLabel() const | IGUIContainer | inline |
GetListItem(int offset, unsigned int flag=0) const override | CGUIBaseContainer | virtual |
GetNumItems() const | CGUIBaseContainer | inlineprotectedvirtual |
GetOffset() const | CGUIBaseContainer | inlineprotected |
GetOffsetRange(int &minOffset, int &maxOffset) const | CGUIBaseContainer | protectedvirtual |
GetParentControl(void) const | CGUIControl | inline |
GetParentID() const | CGUIControl | |
GetPosition() const | CGUIControl | inlineprotectedvirtual |
GetRenderPosition() const | CGUIControl | |
GetRenderRegion() const | CGUIControl | inline |
GetRows() const | CGUIBaseContainer | virtual |
GetSelectedItem() const | CGUIBaseContainer | virtual |
GetType() const | IGUIContainer | inline |
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_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 |
HasFocus() const | CGUIControl | virtual |
HasNextPage() const | CGUIBaseContainer | virtual |
HasPreviousPage() const | CGUIBaseContainer | virtual |
HasProcessed() const | CGUIControl | inline |
HasVisibleCondition() const | CGUIControl | inline |
HIDDEN enum value | CGUIControl | |
HitTest(const CPoint &point) const | CGUIControl | virtual |
IGUIContainer(int parentID, int controlID, float posX, float posY, float width, float height) | IGUIContainer | inline |
iItems typedef | CGUIBaseContainer | protected |
InsideLayout(const CGUIListItemLayout *layout, const CPoint &point) const | CGUIBaseContainer | protected |
IsAnimating(ANIMATION_TYPE anim) | CGUIControl | virtual |
IsContainer() const override | IGUIContainer | 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 |
LoadLayout(TiXmlElement *layout) | CGUIBaseContainer | |
LoadListProvider(TiXmlElement *content, int defaultItem, bool defaultAlways) | CGUIBaseContainer | |
m_actions | CGUIControl | protected |
m_allowHiddenFocus | CGUIControl | protected |
m_analogScrollCount | CGUIBaseContainer | protected |
m_animations | CGUIControl | protected |
m_autoScrollCondition | CGUIBaseContainer | protected |
m_autoScrollDelayTime | CGUIBaseContainer | protected |
m_autoScrollIsReversed | CGUIBaseContainer | protected |
m_autoScrollMoveTime | CGUIBaseContainer | protected |
m_bAllocated | CGUIControl | protected |
m_bHasFocus | CGUIControl | protected |
m_bInvalidated | CGUIControl | protected |
m_cachedTransform | CGUIControl | protected |
m_camera | CGUIControl | protected |
m_controlDirtyState | CGUIControl | protected |
m_controlID | CGUIControl | protected |
m_controlStats | CGUIControl | protected |
m_diffuseColor | CGUIControl | protected |
m_enableCondition | CGUIControl | protected |
m_enabled | CGUIControl | protected |
m_focusedLayout | CGUIBaseContainer | protected |
m_focusedLayoutCondition | CGUIBaseContainer | protected |
m_focusedLayouts | CGUIBaseContainer | 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_isCulled | CGUIControl | protected |
m_items | CGUIBaseContainer | protected |
m_itemsPerPage | CGUIBaseContainer | protected |
m_label | IGUIContainer | protected |
m_lastHoldTime | CGUIBaseContainer | protected |
m_lastItem | CGUIBaseContainer | protected |
m_lastRenderTime | CGUIBaseContainer | protected |
m_layout | CGUIBaseContainer | protected |
m_layoutCondition | CGUIBaseContainer | protected |
m_layouts | CGUIBaseContainer | protected |
m_letterOffsets | CGUIBaseContainer | protected |
m_listProvider | CGUIBaseContainer | protected |
m_orientation | CGUIBaseContainer | protected |
m_pageControl | CGUIBaseContainer | 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_renderOffset | CGUIBaseContainer | protected |
m_renderRegion | CGUIControl | protected |
m_scroller | CGUIBaseContainer | protected |
m_stereo | CGUIControl | protected |
m_transform | CGUIControl | protected |
m_type | IGUIContainer | protected |
m_visible | CGUIControl | protected |
m_visibleCondition | CGUIControl | protected |
m_visibleFromSkinCondition | CGUIControl | protected |
m_wasReset | CGUIBaseContainer | protected |
m_width | CGUIControl | protected |
MarkDirtyRegion(const unsigned int dirtyState=DIRTY_STATE_CONTROL) | CGUIControl | |
MoveDown(bool wrapAround) | CGUIBaseContainer | protectedvirtual |
MoveUp(bool wrapAround) | CGUIBaseContainer | protectedvirtual |
Navigate(int direction) const | CGUIControl | |
NEVER enum value | CGUIControl | |
OnAction(const CAction &action) override | CGUIBaseContainer | virtual |
OnBack() | CGUIControl | virtual |
OnClick(int actionID) | CGUIBaseContainer | protected |
OnDown() override | CGUIBaseContainer | virtual |
OnFocus() override | CGUIBaseContainer | protectedvirtual |
OnInfo() | CGUIControl | virtual |
OnJumpLetter(const std::string &letter, bool skip=false) | CGUIBaseContainer | protected |
OnJumpSMS(int letter) | CGUIBaseContainer | protected |
OnLeft() override | CGUIBaseContainer | virtual |
OnMessage(CGUIMessage &message) override | CGUIBaseContainer | virtual |
OnMouseEvent(const CPoint &point, const KODI::MOUSE::CMouseEvent &event) override | CGUIBaseContainer | protectedvirtual |
OnMouseOver(const CPoint &point) override | CGUIBaseContainer | virtual |
OnNextControl() | CGUIControl | virtual |
OnNextLetter() | CGUIBaseContainer | protected |
OnPrevControl() | CGUIControl | virtual |
OnPrevLetter() | CGUIBaseContainer | protected |
OnRight() override | CGUIBaseContainer | virtual |
OnUnFocus() override | CGUIBaseContainer | protectedvirtual |
OnUp() override | CGUIBaseContainer | virtual |
Process(unsigned int currentTime, CDirtyRegionList &dirtyregions) override | CGUIBaseContainer | virtual |
ProcessItem(float posX, float posY, std::shared_ptr< CGUIListItem > &item, bool focused, unsigned int currentTime, CDirtyRegionList &dirtyregions) | CGUIBaseContainer | protectedvirtual |
QueueAnimation(ANIMATION_TYPE anim) | CGUIControl | virtual |
Render() override | CGUIBaseContainer | protectedvirtual |
RenderEx() | CGUIControl | inlinevirtual |
RenderItem(float posX, float posY, CGUIListItem *item, bool focused) | CGUIBaseContainer | protectedvirtual |
Reset() | CGUIBaseContainer | protectedvirtual |
ResetAnimation(ANIMATION_TYPE type) | CGUIControl | virtual |
ResetAnimations() | CGUIControl | virtual |
ResetAutoScrolling() | CGUIBaseContainer | |
SaveStates(std::vector< CControlState > &states) override | CGUIBaseContainer | virtual |
Scroll(int amount) | CGUIBaseContainer | protectedvirtual |
ScrollCorrectionRange() const | CGUIBaseContainer | protected |
ScrollingDown() const | CGUIBaseContainer | inlineprotected |
ScrollingUp() const | CGUIBaseContainer | inlineprotected |
ScrollToOffset(int offset) | CGUIBaseContainer | protectedvirtual |
SelectItem(int item) | CGUIBaseContainer | inlineprotectedvirtual |
SelectItemFromPoint(const CPoint &point) | CGUIBaseContainer | inlineprotectedvirtual |
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 | |
SetAnimations(const std::vector< CAnimation > &animations) | CGUIControl | |
SetAutoScrolling(const TiXmlNode *node) | CGUIBaseContainer | |
SetCamera(const CPoint &camera) | CGUIControl | virtual |
SetClickActions(const CGUIAction &clickActions) | CGUIBaseContainer | inline |
SetColorDiffuse(const KODI::GUILIB::GUIINFO::CGUIInfoColor &color) | CGUIControl | |
SetContainerMoving(int direction) | CGUIBaseContainer | protected |
SetControlStats(GUICONTROLSTATS *controlStats) | CGUIControl | inline |
SetCursor(int cursor) | CGUIBaseContainer | protectedvirtual |
SetEnableCondition(const std::string &expression) | CGUIControl | |
SetEnabled(bool bEnable) | CGUIControl | virtual |
SetFocus(bool bOnOff) override | CGUIBaseContainer | virtual |
SetFocusActions(const CGUIAction &focusActions) | CGUIBaseContainer | inline |
SetHeight(float height) | CGUIControl | virtual |
SetHitRect(const CRect &rect, const KODI::UTILS::COLOR::Color &color) | CGUIControl | virtual |
SetID(int id) | CGUIControl | inlinevirtual |
SetInitialVisibility() | CGUIControl | virtual |
SetInvalid() | CGUIControl | inlinevirtual |
SetListProvider(std::unique_ptr< IListProvider > provider) | CGUIBaseContainer | |
SetOffset(int offset) | CGUIBaseContainer | protected |
SetPageControl(int id) | CGUIBaseContainer | |
SetPageControlRange() | CGUIBaseContainer | protectedvirtual |
SetParentControl(CGUIControl *control) | CGUIControl | inline |
SetPosition(float posX, float posY) | CGUIControl | virtual |
SetPulseOnSelect(bool pulse) | CGUIControl | inlinevirtual |
SetPushUpdates(bool pushUpdates) | CGUIControl | inlinevirtual |
SetRenderOffset(const CPoint &offset) | CGUIBaseContainer | |
SetStereoFactor(const float &factor) | CGUIControl | virtual |
SetType(VIEW_TYPE type, const std::string &label) | IGUIContainer | inline |
SetUnFocusActions(const CGUIAction &unfocusActions) | CGUIBaseContainer | inline |
SetVisible(bool bVisible, bool setVisState=false) | CGUIControl | virtual |
SetVisibleCondition(const std::string &expression, const std::string &allowHiddenFocus="") | CGUIControl | |
SetWidth(float width) | CGUIControl | virtual |
Size() const | CGUIBaseContainer | inlineprotected |
UnfocusFromPoint(const CPoint &point) | CGUIControl | virtual |
UpdateAutoScrolling(unsigned int currentTime) | CGUIBaseContainer | |
UpdateColors(const CGUIListItem *item) | CGUIControl | protectedvirtual |
UpdateControlStats() | CGUIControl | virtual |
UpdateInfo(const CGUIListItem *item=NULL) | CGUIControl | inlinevirtual |
UpdateLayout(bool refreshAllItems=false) | CGUIBaseContainer | protectedvirtual |
UpdateListProvider(bool forceRefresh=false) | CGUIBaseContainer | protected |
UpdatePageControl(int offset) | CGUIBaseContainer | protectedvirtual |
UpdateScrollByLetter() | CGUIBaseContainer | protected |
UpdateScrollOffset(unsigned int currentTime) | CGUIBaseContainer | protected |
UpdateStates(ANIMATION_TYPE type, ANIMATION_PROCESS currentProcess, ANIMATION_STATE currentState) | CGUIControl | protected |
UpdateVisibility(const CGUIListItem *item=NULL) override | CGUIBaseContainer | virtual |
ValidateOffset() | CGUIBaseContainer | protectedvirtual |
VISIBLE enum value | CGUIControl | |
~CGUIBaseContainer(void) override | CGUIBaseContainer | |
~CGUIControl(void) | CGUIControl | virtual |