#include <llpanelavatar.h>
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 192 of file llpanelavatar.h.
| LLPanelAvatarNotes::LLPanelAvatarNotes | ( | const std::string & | name, | |
| const LLRect & | rect, | |||
| LLPanelAvatar * | panel_avatar | |||
| ) |
Definition at line 755 of file llpanelavatar.cpp.
| BOOL LLPanelAvatarNotes::postBuild | ( | void | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 451 of file llpanelavatar.cpp.
References LLPanel::childSetCommitCallback(), onCommitNotes(), LLTextEditor::setCommitOnFocusLost(), and TRUE.
| void LLPanelAvatarNotes::refresh | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 760 of file llpanelavatar.cpp.
References LLPanelAvatarTab::sendAvatarProfileRequestIfNeeded().
| void LLPanelAvatarNotes::clearControls | ( | ) |
Definition at line 765 of file llpanelavatar.cpp.
References LLPanel::childSetEnabled(), LLPanel::childSetText(), and LLPanel::getString().
Referenced by LLPanelAvatar::setAvatarID().
| void LLPanelAvatarNotes::onCommitNotes | ( | LLUICtrl * | field, | |
| void * | userdata | |||
| ) | [static] |
Definition at line 772 of file llpanelavatar.cpp.
Referenced by postBuild().
1.5.5