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

This is the complete list of members for CGUIControlFactory, including all inherited members.

CGUIControlFactory(void)CGUIControlFactory
Create(int parentID, const CRect &rect, TiXmlElement *pControlNode, bool insideContainer=false)CGUIControlFactory
FilterLabel(const std::string &label)CGUIControlFactorystatic
GetActions(const TiXmlNode *pRootNode, const char *strTag, CGUIAction &actions)CGUIControlFactorystatic
GetAlignment(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment)CGUIControlFactorystatic
GetAlignmentY(const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment)CGUIControlFactorystatic
GetAnimations(TiXmlNode *control, const CRect &rect, int context, std::vector< CAnimation > &animation)CGUIControlFactorystatic
GetAspectRatio(const TiXmlNode *pRootNode, const char *strTag, CAspectRatio &aspectRatio)CGUIControlFactorystatic
GetColor(const TiXmlNode *pRootNode, const char *strTag, KODI::UTILS::COLOR::Color &value)CGUIControlFactorystatic
GetConditionalVisibility(const TiXmlNode *control, std::string &condition)CGUIControlFactorystatic
GetConditionalVisibility(const TiXmlNode *control, std::string &condition, std::string &allowHiddenFocus)CGUIControlFactoryprotectedstatic
GetDimension(const TiXmlNode *node, const char *strTag, const float parentSize, float &value, float &min)CGUIControlFactoryprotectedstatic
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)CGUIControlFactoryprotectedstatic
GetFloatRange(const TiXmlNode *pRootNode, const char *strTag, float &iMinValue, float &iMaxValue, float &iIntervalValue)CGUIControlFactoryprotectedstatic
GetHitRect(const TiXmlNode *pRootNode, CRect &rect, const CRect &parentRect)CGUIControlFactorystatic
GetInfoColor(const TiXmlNode *pRootNode, const char *strTag, KODI::GUILIB::GUIINFO::CGUIInfoColor &value, int parentID)CGUIControlFactorystatic
GetInfoLabel(const TiXmlNode *pControlNode, const std::string &labelTag, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID)CGUIControlFactorystatic
GetInfoLabelFromElement(const TiXmlElement *element, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID)CGUIControlFactorystatic
GetInfoLabels(const TiXmlNode *pControlNode, const std::string &labelTag, std::vector< KODI::GUILIB::GUIINFO::CGUIInfoLabel > &infoLabels, int parentID)CGUIControlFactorystatic
GetInfoTexture(const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image, KODI::GUILIB::GUIINFO::CGUIInfoLabel &info, int parentID)CGUIControlFactorystatic
GetIntRange(const TiXmlNode *pRootNode, const char *strTag, int &iMinValue, int &iMaxValue, int &iIntervalValue)CGUIControlFactoryprotectedstatic
GetMovingSpeedConfig(const TiXmlNode *pRootNode, const char *strTag, KODI::UTILS::MOVING_SPEED::MapEventConfig &movingSpeedCfg)CGUIControlFactoryprotectedstatic
GetPosition(const TiXmlNode *node, const char *tag, const float parentSize, float &value)CGUIControlFactoryprotectedstatic
GetRectFromString(const std::string &string, CRect &rect)CGUIControlFactorystatic
GetScroller(const TiXmlNode *pControlNode, const std::string &scrollerTag, CScroller &scroller)CGUIControlFactorystatic
GetString(const TiXmlNode *pRootNode, const char *strTag, std::string &strString)CGUIControlFactoryprotectedstatic
GetTexture(const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image)CGUIControlFactorystatic
GetType(const TiXmlElement *pControlNode)CGUIControlFactoryprotectedstatic
ParsePosition(const char *pos, const float parentSize)CGUIControlFactorystatic
TranslateControlType(const std::string &type)CGUIControlFactorystatic
TranslateControlType(CGUIControl::GUICONTROLTYPES type)CGUIControlFactorystatic
~CGUIControlFactory(void)CGUIControlFactoryvirtual