|
static CGUIControl::GUICONTROLTYPES | TranslateControlType (const std::string &type) |
| translate from control name to control type More...
|
|
static std::string | TranslateControlType (CGUIControl::GUICONTROLTYPES type) |
| translate from control type to control name More...
|
|
static bool | GetAspectRatio (const TiXmlNode *pRootNode, const char *strTag, CAspectRatio &aspectRatio) |
|
static bool | GetInfoTexture (const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image, KODI::GUILIB::GUIINFO::CGUIInfoLabel &info, int parentID) |
|
static bool | GetTexture (const TiXmlNode *pRootNode, const char *strTag, CTextureInfo &image) |
|
static bool | GetAlignment (const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment) |
|
static bool | GetAlignmentY (const TiXmlNode *pRootNode, const char *strTag, uint32_t &dwAlignment) |
|
static bool | GetAnimations (TiXmlNode *control, const CRect &rect, int context, std::vector< CAnimation > &animation) |
|
static float | ParsePosition (const char *pos, const float parentSize) |
| Create an info label from an XML element Processes XML elements of the form <xmltag fallback="fallback_value">info_value</xmltag> where info_value may use $INFO[], $LOCALIZE[], $NUMBER[] etc. If either the fallback_value or info_value are natural numbers they are interpreted as ids for lookup in strings.xml. The fallback attribute is optional. More...
|
|
static bool | GetInfoLabelFromElement (const TiXmlElement *element, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID) |
|
static void | GetInfoLabel (const TiXmlNode *pControlNode, const std::string &labelTag, KODI::GUILIB::GUIINFO::CGUIInfoLabel &infoLabel, int parentID) |
|
static void | GetInfoLabels (const TiXmlNode *pControlNode, const std::string &labelTag, std::vector< KODI::GUILIB::GUIINFO::CGUIInfoLabel > &infoLabels, int parentID) |
|
static bool | GetColor (const TiXmlNode *pRootNode, const char *strTag, UTILS::Color &value) |
|
static bool | GetInfoColor (const TiXmlNode *pRootNode, const char *strTag, KODI::GUILIB::GUIINFO::CGUIInfoColor &value, int parentID) |
|
static std::string | FilterLabel (const std::string &label) |
|
static bool | GetConditionalVisibility (const TiXmlNode *control, std::string &condition) |
|
static bool | GetActions (const TiXmlNode *pRootNode, const char *strTag, CGUIAction &actions) |
|
static void | GetRectFromString (const std::string &string, CRect &rect) |
|
static bool | GetHitRect (const TiXmlNode *pRootNode, CRect &rect, const CRect &parentRect) |
|
static bool | GetScroller (const TiXmlNode *pControlNode, const std::string &scrollerTag, CScroller &scroller) |
|