#include <llinventorymodel.h>

Public Member Functions | |
| virtual | ~LLInventoryCollectFunctor () |
| virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item)=0 |
Definition at line 484 of file llinventorymodel.h.
| virtual LLInventoryCollectFunctor::~LLInventoryCollectFunctor | ( | ) | [inline, virtual] |
Definition at line 487 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.
1.5.5