#include <llappearance.h>
Collaboration diagram for LLAppearance:
Public Member Functions | |
LLAppearance () | |
~LLAppearance () | |
void | addParam (S32 id, F32 value) |
F32 * | getParam (S32 id) |
void | addTexture (S32 te, const LLUUID &uuid) |
const LLUUID & | getTexture (S32 te) |
void | clear () |
Public Attributes | |
LLPtrSkipMap< S32, F32 * > | mParamMap |
LLUUID | mTextures [LLVOAvatar::TEX_NUM_ENTRIES] |
Definition at line 38 of file llappearance.h.
LLAppearance::LLAppearance | ( | ) | [inline] |
Definition at line 41 of file llappearance.h.
LLAppearance::~LLAppearance | ( | ) | [inline] |
Definition at line 44 of file llappearance.h.
References mParamMap.
Referenced by LLUndoWearable::setColor(), LLUndoWearable::setVisualParam(), and LLUndoWearable::setWearable().
Definition at line 47 of file llappearance.h.
References mTextures, and LLVOAvatar::TEX_NUM_ENTRIES.
Referenced by LLUndoWearable::setTexture(), and LLUndoWearable::setWearable().
void LLAppearance::clear | ( | ) | [inline] |
Definition at line 50 of file llappearance.h.
References i, mParamMap, mTextures, S32, and LLVOAvatar::TEX_NUM_ENTRIES.
Referenced by LLUndoWearable::setColor(), LLUndoWearable::setTexture(), LLUndoWearable::setVisualParam(), and LLUndoWearable::setWearable().
Definition at line 45 of file llappearance.h.
References mParamMap.
Referenced by LLGenePool::spawn().
Definition at line 48 of file llappearance.h.
References mTextures, LLUUID::null, and LLVOAvatar::TEX_NUM_ENTRIES.
Referenced by LLGenePool::spawn().
Definition at line 52 of file llappearance.h.
Referenced by addParam(), LLUndoWearable::applyUndoRedo(), clear(), getParam(), and ~LLAppearance().
LLUUID LLAppearance::mTextures[LLVOAvatar::TEX_NUM_ENTRIES] |
Definition at line 53 of file llappearance.h.
Referenced by addTexture(), LLUndoWearable::applyUndoRedo(), clear(), and getTexture().