#include <llcallingcard.h>
Inheritance diagram for LLCollectAllBuddies:


| Public Types | |
| typedef std::map< std::string, LLUUID, LLDictionaryLess > | buddy_map_t | 
| Public Member Functions | |
| LLCollectAllBuddies () | |
| virtual | ~LLCollectAllBuddies () | 
| virtual bool | operator() (const LLUUID &buddy_id, LLRelationship *buddy) | 
| Public Attributes | |
| buddy_map_t | mOnline | 
| buddy_map_t | mOffline | 
| char | mFirst [DB_FIRST_NAME_BUF_SIZE] | 
| char | mLast [DB_LAST_NAME_BUF_SIZE] | 
Definition at line 234 of file llcallingcard.h.
| typedef std::map<std::string, LLUUID, LLDictionaryLess> LLCollectAllBuddies::buddy_map_t | 
Definition at line 240 of file llcallingcard.h.
| LLCollectAllBuddies::LLCollectAllBuddies | ( | ) |  [inline] | 
Definition at line 237 of file llcallingcard.h.
| virtual LLCollectAllBuddies::~LLCollectAllBuddies | ( | ) |  [inline, virtual] | 
Definition at line 238 of file llcallingcard.h.
| bool LLCollectAllBuddies::operator() | ( | const LLUUID & | buddy_id, | |
| LLRelationship * | buddy | |||
| ) |  [virtual] | 
Implements LLRelationshipFunctor.
Definition at line 832 of file llcallingcard.cpp.
References gCacheName, LLCacheName::getName(), LLRelationship::isOnline(), mFirst, mLast, mOffline, and mOnline.
Definition at line 242 of file llcallingcard.h.
Referenced by operator()(), and LLPanelFriends::refreshNames().
Definition at line 241 of file llcallingcard.h.
Referenced by operator()(), and LLPanelFriends::refreshNames().
 1.4.7
 1.4.7