#include <llfloaterabout.h>
Inheritance diagram for LLFloaterAbout:
Public Member Functions | |
LLFloaterAbout () | |
virtual | ~LLFloaterAbout () |
Static Public Member Functions | |
static void | show (void *) |
Static Private Attributes | |
static LLFloaterAbout * | sInstance = NULL |
Definition at line 37 of file llfloaterabout.h.
LLFloaterAbout::LLFloaterAbout | ( | ) |
---------------------------------------------------------------------------- Class LLFloaterAbout ----------------------------------------------------------------------------
Definition at line 74 of file llfloaterabout.cpp.
References LLUICtrlFactory::buildFloater(), LLFloater::center(), LLPanel::childDisable(), LLPanel::childGetText(), FALSE, gAgent, gChannelName, LLPanel::getChildByName(), LLCPUInfo::getCPUString(), LLStat::getCurrent(), LLViewerRegion::getHost(), LLHost::getHostName(), LLViewerRegion::getName(), LLOSInfo::getOSString(), LLMemoryInfo::getPhysicalMemoryKB(), LLAgent::getPositionGlobal(), LLAgent::getRegion(), LLHost::getString(), gLastVersionChannel, gPacketsIn, gSecondLife, gSysCPU, gSysMemory, gSysOS, gUICtrlFactory, gViewerDigest, gViewerStats, LL_VERSION_MAJOR, LL_VERSION_MINOR, LL_VERSION_PATCH, LL_VERSION_REVISION, LL_VIEWER_BUILD, llformat(), MAX_STRING, LLVector3d::mdV, LLViewerStats::mPacketsLostStat, LLUIString::setArg(), LLTextEditor::setEnabled(), LLTextEditor::setHandleEditKeysDirectly(), LLTextEditor::setTakesFocus(), LLTextEditor::setText(), LLFloater::setTitle(), sInstance, LLUUID::toString(), TRUE, UUID_STR_LENGTH, VX, VY, and VZ.
Referenced by show().
LLFloaterAbout::~LLFloaterAbout | ( | ) | [virtual] |
Definition at line 198 of file llfloaterabout.cpp.
References LLFloaterAbout(), LLFloater::open(), and sInstance.
Referenced by LLShowFloater::handleEvent(), LLFloaterPreference::onClickAbout(), and LLPanelLogin::onClickVersion().
LLFloaterAbout * LLFloaterAbout::sInstance = NULL [static, private] |
---------------------------------------------------------------------------- Local function declarations, constants, enums, and typedefs ----------------------------------------------------------------------------
Definition at line 47 of file llfloaterabout.h.
Referenced by LLFloaterAbout(), show(), and ~LLFloaterAbout().