#include <llfloaterreleasemsg.h>
Inheritance diagram for LLFloaterReleaseMsg:
Public Member Functions | |
virtual | ~LLFloaterReleaseMsg () |
Static Public Member Functions | |
static LLFloaterReleaseMsg * | getInstance () |
static void | show () |
static void | onClickClose (void *data) |
Public Attributes | |
LLString | mTitleBase |
Static Public Attributes | |
static LLFloaterReleaseMsg * | sInstance = 0 |
Private Member Functions | |
LLFloaterReleaseMsg () | |
Private Attributes | |
LLButton * | mCloseButton |
Definition at line 37 of file llfloaterreleasemsg.h.
LLFloaterReleaseMsg::~LLFloaterReleaseMsg | ( | ) | [virtual] |
Definition at line 99 of file llfloaterreleasemsg.cpp.
References gSavedSettings, LLView::mRect, LLControlGroup::setRect(), and sInstance.
LLFloaterReleaseMsg::LLFloaterReleaseMsg | ( | ) | [private] |
Definition at line 59 of file llfloaterreleasemsg.cpp.
References LLUICtrlFactory::buildFloater(), LLPanel::childSetAction(), FALSE, LLRectBase< Type >::getHeight(), LLControlGroup::getRect(), LLFloater::getTitle(), LLViewerUICtrlFactory::getWebBrowserByName(), LLRectBase< Type >::getWidth(), gSavedSettings, gUICtrlFactory, mTitleBase, onClickClose(), LLView::reshape(), LLPanel::setDefaultBtn(), and LLView::setRect().
Referenced by show().
LLFloaterReleaseMsg * LLFloaterReleaseMsg::getInstance | ( | ) | [static] |
Reimplemented from LLFloater.
Definition at line 148 of file llfloaterreleasemsg.cpp.
Referenced by LLFloaterReleaseMsg().
void LLFloaterReleaseMsg::show | ( | ) | [static] |
Definition at line 115 of file llfloaterreleasemsg.cpp.
References LLFloater::center(), LLFloater::draw(), gAgent, LLViewerRegion::getCapability(), LLAgent::getRegion(), gLastVersionChannel, llendl, LLFloaterReleaseMsg(), llinfos, mTitleBase, LLFloater::open(), LLFloater::setTitle(), LLFloater::setVisibleAndFrontmost(), and sInstance.
Referenced by process_agent_movement_complete().
LLButton* LLFloaterReleaseMsg::mCloseButton [private] |
Definition at line 55 of file llfloaterreleasemsg.h.
Definition at line 49 of file llfloaterreleasemsg.h.
Referenced by LLFloaterReleaseMsg(), and show().
LLFloaterReleaseMsg * LLFloaterReleaseMsg::sInstance = 0 [static] |
Definition at line 48 of file llfloaterreleasemsg.h.
Referenced by getInstance(), show(), and ~LLFloaterReleaseMsg().