#include <llinventorymodel.h>
Inheritance diagram for LLNameCategoryCollector:
Public Member Functions | |
LLNameCategoryCollector (const char *name) | |
virtual | ~LLNameCategoryCollector () |
virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item) |
Protected Attributes | |
std::string | mName |
Definition at line 624 of file llinventorymodel.h.
LLNameCategoryCollector::LLNameCategoryCollector | ( | const char * | name | ) | [inline] |
Definition at line 627 of file llinventorymodel.h.
virtual LLNameCategoryCollector::~LLNameCategoryCollector | ( | ) | [inline, virtual] |
Definition at line 628 of file llinventorymodel.h.
bool LLNameCategoryCollector::operator() | ( | LLInventoryCategory * | cat, | |
LLInventoryItem * | item | |||
) | [virtual] |
Implements LLInventoryCollectFunctor.
Definition at line 2882 of file llinventorymodel.cpp.
References LLStringBase< char >::compareInsensitive(), LLInventoryObject::getName(), and mName.
std::string LLNameCategoryCollector::mName [protected] |