#include <lltexlayer.h>
Inheritance diagram for LLTexLayerParamAlphaInfo:
Public Member Functions | |
LLTexLayerParamAlphaInfo () | |
~LLTexLayerParamAlphaInfo () | |
BOOL | parseXml (LLXmlTreeNode *node) |
Protected Attributes | |
LLString | mStaticImageFileName |
BOOL | mMultiplyBlend |
BOOL | mSkipIfZeroWeight |
F32 | mDomain |
Friends | |
class | LLTexLayerParamAlpha |
Definition at line 80 of file lltexlayer.h.
LLTexLayerParamAlphaInfo::LLTexLayerParamAlphaInfo | ( | ) |
Definition at line 1796 of file lltexlayer.cpp.
LLTexLayerParamAlphaInfo::~LLTexLayerParamAlphaInfo | ( | ) | [inline] |
Definition at line 85 of file lltexlayer.h.
BOOL LLTexLayerParamAlphaInfo::parseXml | ( | LLXmlTreeNode * | node | ) | [virtual] |
Reimplemented from LLViewerVisualParamInfo.
Definition at line 1804 of file lltexlayer.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), LLXmlTreeNode::getFastAttributeBOOL(), LLXmlTreeNode::getFastAttributeF32(), LLXmlTreeNode::getFastAttributeString(), gGradientPaletteList, LLXmlTreeNode::hasName(), LLGradientPaletteList::initPalette(), llassert, mDomain, mMultiplyBlend, mSkipIfZeroWeight, mStaticImageFileName, LLViewerVisualParamInfo::parseXml(), LLTexLayerParamAlpha::sInstances, and TRUE.
friend class LLTexLayerParamAlpha [friend] |
Definition at line 82 of file lltexlayer.h.
F32 LLTexLayerParamAlphaInfo::mDomain [protected] |
BOOL LLTexLayerParamAlphaInfo::mMultiplyBlend [protected] |
Definition at line 91 of file lltexlayer.h.
Referenced by LLTexLayerParamAlpha::getMultiplyBlend(), and parseXml().
BOOL LLTexLayerParamAlphaInfo::mSkipIfZeroWeight [protected] |
Definition at line 90 of file lltexlayer.h.
Referenced by parseXml(), and LLTexLayerParamAlpha::render().