#include <lltexlayer.h>


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 1759 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 1767 of file lltexlayer.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), LLXmlTreeNode::getFastAttributeBOOL(), LLXmlTreeNode::getFastAttributeF32(), LLXmlTreeNode::getFastAttributeString(), LLXmlTreeNode::hasName(), LLGradientPaletteList::initPalette(), llassert, mDomain, mMultiplyBlend, mSkipIfZeroWeight, mStaticImageFileName, LLViewerVisualParamInfo::parseXml(), and TRUE.
Referenced by LLTexLayerInfo::parseXml().


friend class LLTexLayerParamAlpha [friend] |
Definition at line 82 of file lltexlayer.h.
Definition at line 90 of file lltexlayer.h.
Referenced by parseXml(), and LLTexLayerParamAlpha::render().
BOOL LLTexLayerParamAlphaInfo::mMultiplyBlend [protected] |
Definition at line 91 of file lltexlayer.h.
Referenced by LLTexLayerParamAlpha::getMultiplyBlend(), and parseXml().
BOOL LLTexLayerParamAlphaInfo::mSkipIfZeroWeight [protected] |
F32 LLTexLayerParamAlphaInfo::mDomain [protected] |
1.5.5