Public Member Functions | |
virtual void | setParent (LLPanelLogin *parentIn) |
virtual void | result (const LLSD &content) |
virtual void | error (U32 status, const std::string &reason) |
Static Public Member Functions | |
static boost::intrusive_ptr< LLIamHereLogin > | build (LLPanelLogin *parent) |
Private Member Functions | |
LLIamHereLogin (LLPanelLogin *parent) | |
Private Attributes | |
LLPanelLogin * | mParent |
Definition at line 84 of file llpanellogin.cpp.
LLIamHereLogin::LLIamHereLogin | ( | LLPanelLogin * | parent | ) | [inline, private] |
static boost::intrusive_ptr< LLIamHereLogin > LLIamHereLogin::build | ( | LLPanelLogin * | parent | ) | [inline, static] |
Definition at line 94 of file llpanellogin.cpp.
References LLIamHereLogin().
Referenced by LLPanelLogin::LLPanelLogin().
Reimplemented from LLHTTPClient::Responder.
Definition at line 110 of file llpanellogin.cpp.
References mParent, and LLPanelLogin::setSiteIsAlive().
Reimplemented from LLHTTPClient::Responder.
Definition at line 104 of file llpanellogin.cpp.
References mParent, and LLPanelLogin::setSiteIsAlive().
virtual void LLIamHereLogin::setParent | ( | LLPanelLogin * | parentIn | ) | [inline, virtual] |
LLPanelLogin* LLIamHereLogin::mParent [private] |