#include <lltexlayer.h>

Public Member Functions | |
| LLTexGlobalColorInfo () | |
| ~LLTexGlobalColorInfo () | |
| BOOL | parseXml (LLXmlTreeNode *node) |
Protected Types | |
| typedef std::vector < LLTexParamColorInfo * > | color_info_list_t |
Protected Attributes | |
| color_info_list_t | mColorInfoList |
| LLString | mName |
Friends | |
| class | LLTexGlobalColor |
Definition at line 118 of file lltexlayer.h.
typedef std::vector<LLTexParamColorInfo *> LLTexGlobalColorInfo::color_info_list_t [protected] |
Definition at line 128 of file lltexlayer.h.
| LLTexGlobalColorInfo::LLTexGlobalColorInfo | ( | ) |
Definition at line 2097 of file lltexlayer.cpp.
| LLTexGlobalColorInfo::~LLTexGlobalColorInfo | ( | ) |
| BOOL LLTexGlobalColorInfo::parseXml | ( | LLXmlTreeNode * | node | ) |
Definition at line 2107 of file lltexlayer.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), LLXmlTreeNode::getFastAttributeString(), LLXmlTreeNode::getNextNamedChild(), llendl, llwarns, mColorInfoList, mName, LLTexParamColorInfo::parseXml(), and TRUE.
Referenced by LLVOAvatarInfo::parseXmlColorNodes().


friend class LLTexGlobalColor [friend] |
Definition at line 120 of file lltexlayer.h.
Definition at line 129 of file lltexlayer.h.
Referenced by parseXml(), LLTexGlobalColor::setInfo(), and ~LLTexGlobalColorInfo().
LLString LLTexGlobalColorInfo::mName [protected] |
Definition at line 130 of file lltexlayer.h.
Referenced by LLTexGlobalColor::getName(), and parseXml().
1.5.5