#include <llinventorymodel.h>
Inheritance diagram for LLAssetIDMatches:
Public Member Functions | |
LLAssetIDMatches (const LLUUID &asset_id) | |
virtual | ~LLAssetIDMatches () |
bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item) |
Protected Attributes | |
LLUUID | mAssetID |
Definition at line 478 of file llinventorymodel.h.
LLAssetIDMatches::LLAssetIDMatches | ( | const LLUUID & | asset_id | ) | [inline] |
Definition at line 481 of file llinventorymodel.h.
virtual LLAssetIDMatches::~LLAssetIDMatches | ( | ) | [inline, virtual] |
Definition at line 482 of file llinventorymodel.h.
bool LLAssetIDMatches::operator() | ( | LLInventoryCategory * | cat, | |
LLInventoryItem * | item | |||
) | [virtual] |
---------------------------------------------------------------------------- LLAssetIDMatches ----------------------------------------------------------------------------
Implements LLInventoryCollectFunctor.
Definition at line 3363 of file llinventorymodel.cpp.
References LLInventoryItem::getAssetUUID(), and mAssetID.
LLUUID LLAssetIDMatches::mAssetID [protected] |