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