Public Member Functions | |
LLHasAsset (const LLUUID &id) | |
virtual | ~LLHasAsset () |
virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item) |
BOOL | hasAsset () const |
Protected Attributes | |
LLUUID | mAssetID |
BOOL | mHasAsset |
Definition at line 6519 of file llviewermenu.cpp.
LLHasAsset::LLHasAsset | ( | const LLUUID & | id | ) | [inline] |
Definition at line 6522 of file llviewermenu.cpp.
virtual LLHasAsset::~LLHasAsset | ( | ) | [inline, virtual] |
Definition at line 6523 of file llviewermenu.cpp.
BOOL LLHasAsset::hasAsset | ( | ) | const [inline] |
bool LLHasAsset::operator() | ( | LLInventoryCategory * | cat, | |
LLInventoryItem * | item | |||
) | [virtual] |
Implements LLInventoryCollectFunctor.
Definition at line 6533 of file llviewermenu.cpp.
References FALSE, LLInventoryItem::getAssetUUID(), mAssetID, mHasAsset, and TRUE.
LLUUID LLHasAsset::mAssetID [protected] |
BOOL LLHasAsset::mHasAsset [protected] |