#include <lldebugview.h>


Public Member Functions | |
| LLDebugView (const std::string &name, const LLRect &rect) | |
| ~LLDebugView () | |
Public Attributes | |
| LLFrameStatView * | mFrameStatView |
| LLFastTimerView * | mFastTimerView |
| LLMemoryView * | mMemoryView |
| LLConsole * | mDebugConsolep |
| LLFloaterStats * | mFloaterStatsp |
Definition at line 51 of file lldebugview.h.
| LLDebugView::LLDebugView | ( | const std::string & | name, | |
| const LLRect & | rect | |||
| ) |
Definition at line 58 of file lldebugview.cpp.
References LLView::addChild(), FALSE, LLRectBase< Type >::getHeight(), LLViewerWindow::getVirtualWindowRect(), LLRectBase< Type >::getWidth(), gTextureView, gVelocityBar, gViewerWindow, mDebugConsolep, mFastTimerView, mFloaterStatsp, mFrameStatView, mMemoryView, r, S32, LLRectBase< Type >::set(), LLView::setFollowsBottom(), LLView::setFollowsLeft(), LLView::setFollowsRight(), LLView::setFollowsTop(), LLRectBase< Type >::setLeftTopAndSize(), LLView::setRect(), LLFloater::setVisible(), and LLView::setVisible().

| LLDebugView::~LLDebugView | ( | ) |
Definition at line 57 of file lldebugview.h.
Referenced by init_client_menu(), init_stat_view(), and LLDebugView().
Definition at line 58 of file lldebugview.h.
Referenced by idle_startup(), init_client_menu(), LLDebugView(), and update_statistics().
Definition at line 60 of file lldebugview.h.
Referenced by LLAppViewer::cleanupSavedSettings(), idle_startup(), init_client_menu(), and LLDebugView().
Definition at line 61 of file lldebugview.h.
Referenced by LLAppViewer::cleanupSavedSettings(), LLFloaterVisible::handleEvent(), LLShowFloater::handleEvent(), idle_startup(), init_stat_view(), and LLDebugView().
1.5.5