#include <llpanelavatar.h>
Inheritance diagram for LLPanelAvatarTab:
Public Member Functions | |
LLPanelAvatarTab (const std::string &name, const LLRect &rect, LLPanelAvatar *panel_avatar) | |
void | draw () |
LLPanelAvatar * | getPanelAvatar () const |
void | setDataRequested (bool requested) |
bool | isDataRequested () const |
void | sendAvatarProfileRequestIfNeeded (const char *method) |
Private Attributes | |
LLPanelAvatar * | mPanelAvatar |
bool | mDataRequested |
Definition at line 69 of file llpanelavatar.h.
LLPanelAvatarTab::LLPanelAvatarTab | ( | const std::string & | name, | |
const LLRect & | rect, | |||
LLPanelAvatar * | panel_avatar | |||
) |
Definition at line 236 of file llpanelavatar.cpp.
void LLPanelAvatarTab::draw | ( | ) | [virtual] |
Reimplemented from LLPanel.
Definition at line 244 of file llpanelavatar.cpp.
References LLPanel::draw(), LLView::getVisible(), and LLPanel::refresh().
LLPanelAvatar* LLPanelAvatarTab::getPanelAvatar | ( | ) | const [inline] |
Definition at line 78 of file llpanelavatar.h.
References mPanelAvatar.
Referenced by LLPanelAvatarFirstLife::postBuild(), LLPanelAvatarSecondLife::postBuild(), LLPanelAvatarPicks::processAvatarPicksReply(), LLPanelAvatarPicks::refresh(), and LLPanelAvatarClassified::refresh().
bool LLPanelAvatarTab::isDataRequested | ( | ) | const [inline] |
void LLPanelAvatarTab::sendAvatarProfileRequestIfNeeded | ( | const char * | method | ) |
Definition at line 254 of file llpanelavatar.cpp.
References LLUUID::asString(), LLPanelAvatar::getAvatarID(), mDataRequested, mPanelAvatar, and send_generic_message().
Referenced by LLPanelAvatarPicks::refresh(), LLPanelAvatarClassified::refresh(), and LLPanelAvatarNotes::refresh().
void LLPanelAvatarTab::setDataRequested | ( | bool | requested | ) | [inline] |
Definition at line 80 of file llpanelavatar.h.
References mDataRequested.
Referenced by LLPanelAvatar::setAvatarID().
bool LLPanelAvatarTab::mDataRequested [private] |
Definition at line 92 of file llpanelavatar.h.
Referenced by isDataRequested(), sendAvatarProfileRequestIfNeeded(), and setDataRequested().
LLPanelAvatar* LLPanelAvatarTab::mPanelAvatar [private] |
Definition at line 91 of file llpanelavatar.h.
Referenced by getPanelAvatar(), and sendAvatarProfileRequestIfNeeded().