#include <llcameraview.h>
Inheritance diagram for LLFloaterJoystick:
Public Member Functions | |
virtual void | draw () |
Static Public Member Functions | |
static void | show (void *) |
static LLFloaterJoystick * | getInstance () |
static BOOL | visible (void *) |
Protected Member Functions | |
LLFloaterJoystick () | |
~LLFloaterJoystick () | |
Protected Attributes | |
LLStatView * | mAxisStats |
LLStat * | mAxis [6] |
LLStatBar * | mAxisBar [6] |
Static Protected Attributes | |
static LLFloaterJoystick * | sInstance = NULL |
Definition at line 70 of file llcameraview.h.
LLFloaterJoystick::LLFloaterJoystick | ( | ) | [protected] |
LLFloaterJoystick::~LLFloaterJoystick | ( | ) | [protected] |
void LLFloaterJoystick::draw | ( | ) | [virtual] |
Reimplemented from LLFloater.
Definition at line 182 of file llcameraview.cpp.
References LLStat::addValue(), LLFloater::draw(), LLWindow::getJoystickAxis(), LLViewerWindow::getWindow(), gFrameIntervalSeconds, gViewerWindow, i, mAxis, mAxisBar, LLStatBar::mMaxBar, and LLStatBar::mMinBar.
LLFloaterJoystick * LLFloaterJoystick::getInstance | ( | ) | [static] |
Definition at line 203 of file llcameraview.cpp.
References LLView::addChild(), LLStatView::addStat(), LLUICtrlFactory::buildFloater(), LLPanel::childGetText(), f, LLControlGroup::getBOOL(), LLPanel::getChildByName(), LLView::getRect(), gSavedSettings, gUICtrlFactory, i, LLFloaterJoystick(), llformat(), mAxis, mAxisBar, mAxisStats, LLStatBar::mLabelSpacing, LLStatBar::mMaxBar, LLStatBar::mMinBar, LLStatBar::mTickSpacing, LLFloater::open(), r, range, LLUIString::setArg(), LLContainerView::setDisplayChildren(), sInstance, and TRUE.
Referenced by handle_toggle_flycam().
LLStat* LLFloaterJoystick::mAxis[6] [protected] |
LLStatBar* LLFloaterJoystick::mAxisBar[6] [protected] |
LLStatView* LLFloaterJoystick::mAxisStats [protected] |
LLFloaterJoystick * LLFloaterJoystick::sInstance = NULL [static, protected] |
Definition at line 84 of file llcameraview.h.
Referenced by getInstance(), LLFloaterJoystick(), show(), visible(), and ~LLFloaterJoystick().