#include <llnamebox.h>
Inheritance diagram for LLNameBox:
Public Member Functions | |
LLNameBox (const std::string &name, const LLRect &rect, const LLUUID &name_id=LLUUID::null, BOOL is_group=FALSE, const LLFontGL *font=NULL, BOOL mouse_opaque=TRUE) | |
virtual | ~LLNameBox () |
void | setNameID (const LLUUID &name_id, BOOL is_group) |
void | refresh (const LLUUID &id, const char *first, const char *last, BOOL is_group) |
Static Public Member Functions | |
static void | refreshAll (const LLUUID &id, const char *firstname, const char *lastname, BOOL is_group) |
Private Attributes | |
LLUUID | mNameID |
Static Private Attributes | |
static std::set< LLNameBox * > | sInstances |
Definition at line 43 of file llnamebox.h.
LLNameBox::LLNameBox | ( | const std::string & | name, | |
const LLRect & | rect, | |||
const LLUUID & | name_id = LLUUID::null , |
|||
BOOL | is_group = FALSE , |
|||
const LLFontGL * | font = NULL , |
|||
BOOL | mouse_opaque = TRUE | |||
) |
Definition at line 49 of file llnamebox.cpp.
References LLUUID::isNull(), LLStringBase< char >::null, setNameID(), LLTextBox::setText(), and sInstances.
LLNameBox::~LLNameBox | ( | ) | [virtual] |
void LLNameBox::refreshAll | ( | const LLUUID & | id, | |
const char * | firstname, | |||
const char * | lastname, | |||
BOOL | is_group | |||
) | [static] |
Definition at line 114 of file llnamebox.cpp.
References sInstances.
Referenced by callback_cache_name().
Definition at line 69 of file llnamebox.cpp.
References DB_FIRST_NAME_BUF_SIZE, DB_GROUP_NAME_BUF_SIZE, DB_LAST_NAME_BUF_SIZE, first, gCacheName, LLCacheName::getGroupName(), LLCacheName::getName(), mNameID, and LLTextBox::setText().
Referenced by LLNameBox(), and LLPanelGroupGeneral::update().
LLUUID LLNameBox::mNameID [private] |
std::set< LLNameBox * > LLNameBox::sInstances [static, private] |
Definition at line 62 of file llnamebox.h.
Referenced by LLNameBox(), refreshAll(), and ~LLNameBox().