#include <llinventorymodel.h>
Inheritance diagram for LLIsType:
Public Member Functions | |
LLIsType (LLAssetType::EType type) | |
virtual | ~LLIsType () |
virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item) |
Protected Attributes | |
LLAssetType::EType | mType |
Definition at line 497 of file llinventorymodel.h.
LLIsType::LLIsType | ( | LLAssetType::EType | type | ) | [inline] |
Definition at line 500 of file llinventorymodel.h.
virtual LLIsType::~LLIsType | ( | ) | [inline, virtual] |
Definition at line 501 of file llinventorymodel.h.
bool LLIsType::operator() | ( | LLInventoryCategory * | cat, | |
LLInventoryItem * | item | |||
) | [virtual] |
---------------------------------------------------------------------------- LLInventoryCollectFunctor implementations ----------------------------------------------------------------------------
Implements LLInventoryCollectFunctor.
Definition at line 2755 of file llinventorymodel.cpp.
References LLAssetType::AT_CATEGORY, FALSE, LLInventoryObject::getType(), mType, and TRUE.
LLAssetType::EType LLIsType::mType [protected] |