#include <lljoystickbutton.h>


Public Member Functions | |
| LLJoystickAgentTurn (const LLString &name, LLRect rect, const LLString &default_image, const LLString &selected_image, EJoystickQuadrant initial) | |
| virtual void | onHeldDown () |
Static Public Member Functions | |
| static LLView * | fromXML (LLXMLNodePtr node, LLView *parent, LLUICtrlFactory *factory) |
Definition at line 89 of file lljoystickbutton.h.
| LLJoystickAgentTurn::LLJoystickAgentTurn | ( | const LLString & | name, | |
| LLRect | rect, | |||
| const LLString & | default_image, | |||
| const LLString & | selected_image, | |||
| EJoystickQuadrant | initial | |||
| ) | [inline] |
Definition at line 93 of file lljoystickbutton.h.
Referenced by fromXML().

| void LLJoystickAgentTurn::onHeldDown | ( | ) | [virtual] |
Implements LLJoystick.
Definition at line 269 of file lljoystickbutton.cpp.
References gAgent, LLJoystick::getElapsedHeldDownTime(), LLFloaterMove::getYawRate(), LLJoystick::mFirstMouse, LLJoystick::mInitialOffset, LLJoystick::mLastMouse, LLAgent::moveAt(), LLAgent::moveAtNudge(), LLAgent::moveYaw(), LLJoystick::mVertSlopFar, LLJoystick::mVertSlopNear, LLCoord::mX, LLCoord::mY, NUDGE_TIME, S32, and LLJoystick::updateSlop().

| LLView * LLJoystickAgentTurn::fromXML | ( | LLXMLNodePtr | node, | |
| LLView * | parent, | |||
| LLUICtrlFactory * | factory | |||
| ) | [static] |
Reimplemented from LLButton.
Definition at line 329 of file lljoystickbutton.cpp.
References FALSE, LLUICtrl::initFromXML(), JQ_ORIGIN, LLJoystickAgentTurn(), LLView::selectFontHAlign(), LLJoystick::selectQuadrant(), LLButton::setHAlign(), and LLButton::setScaleImage().

1.5.5