#include <lldriverparam.h>
Inheritance diagram for LLDriverParamInfo:


| Public Member Functions | |
| LLDriverParamInfo () | |
| ~LLDriverParamInfo () | |
| BOOL | parseXml (LLXmlTreeNode *node) | 
| Protected Types | |
| typedef std::deque< LLDrivenEntryInfo > | entry_info_list_t | 
| Protected Attributes | |
| entry_info_list_t | mDrivenInfoList | 
| Friends | |
| class | LLDriverParam | 
Definition at line 61 of file lldriverparam.h.
| typedef std::deque<LLDrivenEntryInfo> LLDriverParamInfo::entry_info_list_t  [protected] | 
Definition at line 71 of file lldriverparam.h.
| LLDriverParamInfo::LLDriverParamInfo | ( | ) | 
Definition at line 42 of file lldriverparam.cpp.
| LLDriverParamInfo::~LLDriverParamInfo | ( | ) |  [inline] | 
Definition at line 66 of file lldriverparam.h.
| BOOL LLDriverParamInfo::parseXml | ( | LLXmlTreeNode * | node | ) |  [virtual] | 
Reimplemented from LLViewerVisualParamInfo.
Definition at line 46 of file lldriverparam.cpp.
References LLXmlTree::addAttributeString(), FALSE, LLXmlTreeNode::getChildByName(), LLXmlTreeNode::getNextNamedChild(), LLXmlTreeNode::hasName(), llassert, llendl, llerrs, mDrivenInfoList, LLVisualParamInfo::mMaxWeight, LLVisualParamInfo::mMinWeight, LLViewerVisualParamInfo::parseXml(), S32, and TRUE.
| friend class LLDriverParam  [friend] | 
Definition at line 63 of file lldriverparam.h.
| entry_info_list_t LLDriverParamInfo::mDrivenInfoList  [protected] | 
Definition at line 72 of file lldriverparam.h.
Referenced by parseXml(), and LLDriverParam::setInfo().
 1.4.7
 1.4.7