#include <llinventorymodel.h>


Public Member Functions | |
| LLNameCategoryCollector (const char *name) | |
| virtual | ~LLNameCategoryCollector () |
| virtual bool | operator() (LLInventoryCategory *cat, LLInventoryItem *item) |
Protected Attributes | |
| std::string | mName |
Definition at line 645 of file llinventorymodel.h.
| LLNameCategoryCollector::LLNameCategoryCollector | ( | const char * | name | ) | [inline] |
Definition at line 648 of file llinventorymodel.h.
| virtual LLNameCategoryCollector::~LLNameCategoryCollector | ( | ) | [inline, virtual] |
Definition at line 649 of file llinventorymodel.h.
| bool LLNameCategoryCollector::operator() | ( | LLInventoryCategory * | cat, | |
| LLInventoryItem * | item | |||
| ) | [virtual] |
Implements LLInventoryCollectFunctor.
Definition at line 3197 of file llinventorymodel.cpp.
References LLStringBase< char >::compareInsensitive(), LLInventoryObject::getName(), and mName.

std::string LLNameCategoryCollector::mName [protected] |
1.5.5