Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
This is the complete list of members for CGFTestable, including all inherited members.
CGUIControlFactory(void) | CGUIControlFactory | |
Create(int parentID, const CRect &rect, TiXmlElement *pControlNode, bool insideContainer=false) | CGUIControlFactory | |
FilterLabel(const std::string &label) | CGUIControlFactory | static |
GetActions(const TiXmlNode *pRootNode, const char *strTag, CGUIAction &actions) | CGUIControlFactory | static |
GetAlignment(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment) | CGUIControlFactory | static |
GetAlignmentY(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment) | CGUIControlFactory | static |
GetAnimations(TiXmlNode *control, const CRect &rect, int context, std::vector< CAnimation > &animation) | CGUIControlFactory | static |
GetAspectRatio(const TiXmlNode *pRootNode, const char *strTag, CAspectRatio &aspectRatio) | CGUIControlFactory | static |
GetColor(const TiXmlNode *pRootNode, const char *strTag, KODI::UTILS::COLOR::Color &value) | CGUIControlFactory | static |
GetConditionalVisibility(const TiXmlNode *control, std::string &condition, std::string &allowHiddenFocus) | CGFTestable | inlinestatic |
CGUIControlFactory::GetConditionalVisibility(const TiXmlNode *control, std::string &condition) | CGUIControlFactory | static |
GetDimension(const TiXmlNode *node, const char *strTag, const float parentSize, float &value, float &min) | CGFTestable | inlinestatic |
GetDimensions(const TiXmlNode *node, const char *leftTag, const char *rightTag, const char *centerLeftTag, const char *centerRightTag, const char *widthTag, const float parentSize, float &left, float &width, float &min_width) | CGFTestable | inlinestatic |
GetFloatRange(const TiXmlNode *pRootNode, const char *strTag, float &fMinValue, float &fMaxValue, float &fIntervalValue) | CGFTestable | inlinestatic |
GetHitRect(const TiXmlNode *pRootNode, CRect &rect, const CRect &parentRect) | CGUIControlFactory | static |
GetInfoColor(const TiXmlNode *pRootNode, const char *strTag, KODI::GUILIB::GUIINFO::CGUIInfoColor &value, int parentID) | CGUIControlFactory | static |
GetInfoLabel(const TiXmlNode *pControlNode, const std::string &labelTag, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID) | CGUIControlFactory | static |
GetInfoLabelFromElement(const TiXmlElement *element, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID) | CGUIControlFactory | static |
GetInfoLabels(const TiXmlNode *pControlNode, const std::string &labelTag, std::vector< KODI::GUILIB::GUIINFO::CGUIInfoLabel > &infoLabels, int parentID) | CGUIControlFactory | static |
GetInfoTexture(const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image, KODI::GUILIB::GUIINFO::CGUIInfoLabel &info, int parentID) | CGUIControlFactory | static |
GetIntRange(const TiXmlNode *pRootNode, const char *strTag, int &iMinValue, int &iMaxValue, int &iIntervalValue) | CGFTestable | inlinestatic |
GetMovingSpeedConfig(const TiXmlNode *pRootNode, const char *strTag, UTILS::MOVING_SPEED::MapEventConfig &movingSpeedCfg) | CGFTestable | inlinestatic |
GetPosition(const TiXmlNode *node, const char *tag, const float parentSize, float &value) | CGFTestable | inlinestatic |
GetRectFromString(const std::string &string, CRect &rect) | CGUIControlFactory | static |
GetScroller(const TiXmlNode *pControlNode, const std::string &scrollerTag, CScroller &scroller) | CGUIControlFactory | static |
GetString(const TiXmlNode *pRootNode, const char *strTag, std::string &strString) | CGFTestable | inlinestatic |
GetTexture(const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image) | CGUIControlFactory | static |
GetType(const TiXmlElement *pControlNode) | CGFTestable | inlinestatic |
ParsePosition(const char *pos, const float parentSize) | CGUIControlFactory | static |
TranslateControlType(const std::string &type) | CGUIControlFactory | static |
TranslateControlType(CGUIControl::GUICONTROLTYPES type) | CGUIControlFactory | static |
~CGUIControlFactory(void) | CGUIControlFactory | virtual |