#include <llinventorymodel.h>
Inheritance diagram for LLInventoryCollectFunctor:
Public Member Functions | |
virtual | ~LLInventoryCollectFunctor () |
virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item)=0 |
Definition at line 463 of file llinventorymodel.h.
virtual LLInventoryCollectFunctor::~LLInventoryCollectFunctor | ( | ) | [inline, virtual] |
Definition at line 466 of file llinventorymodel.h.
virtual bool LLInventoryCollectFunctor::operator() | ( | LLInventoryCategory * | cat, | |
LLInventoryItem * | item | |||
) | [pure virtual] |
Implemented in LLIsClothing, LLFindWearables, LLCanCache, LLAlwaysCollect, LLAssetIDMatches, LLIsType, LLIsNotType, LLIsTypeWithPermissions, LLBuddyCollector, LLUniqueBuddyCollector, LLParticularBuddyCollector, LLNameCategoryCollector, LLIsNotWorn, LLNoPreferredType, LLNoPreferredTypeOrItem, LLDroppableItem, LLUncopyableItems, LLDropCopyableItems, LLGiveable, and LLHasAsset.