#include <llpanelavatar.h>
Inheritance diagram for LLPanelAvatarNotes:
Public Member Functions | |
LLPanelAvatarNotes (const std::string &name, const LLRect &rect, LLPanelAvatar *panel_avatar) | |
BOOL | postBuild (void) |
void | refresh () |
void | clearControls () |
Static Public Member Functions | |
static void | onCommitNotes (LLUICtrl *field, void *userdata) |
Definition at line 196 of file llpanelavatar.h.
LLPanelAvatarNotes::LLPanelAvatarNotes | ( | const std::string & | name, | |
const LLRect & | rect, | |||
LLPanelAvatar * | panel_avatar | |||
) |
Definition at line 795 of file llpanelavatar.cpp.
void LLPanelAvatarNotes::clearControls | ( | ) |
Definition at line 805 of file llpanelavatar.cpp.
References LLPanel::childGetText(), LLPanel::childSetEnabled(), and LLPanel::childSetText().
Referenced by LLPanelAvatar::setAvatarID().
Reimplemented from LLPanel.
Definition at line 464 of file llpanelavatar.cpp.
References LLPanel::childSetCommitCallback(), LLUICtrlFactory::getTextEditorByName(), onCommitNotes(), LLTextEditor::setCommitOnFocusLost(), and TRUE.
void LLPanelAvatarNotes::refresh | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 800 of file llpanelavatar.cpp.
References LLPanelAvatarTab::sendAvatarProfileRequestIfNeeded().