#include <llwaterparammanager.h>
Public Member Functions | |
| WaterVector3Control (F32 valX, F32 valY, F32 valZ, char const *n) | |
| WaterVector3Control & | operator= (LLVector3 const &val) |
| void | update (LLWaterParamSet ¶ms) const |
Public Attributes | |
| F32 | mX |
| F32 | mY |
| F32 | mZ |
| char const * | mName |
Definition at line 101 of file llwaterparammanager.h.
Definition at line 110 of file llwaterparammanager.h.
| WaterVector3Control& WaterVector3Control::operator= | ( | LLVector3 const & | val | ) | [inline] |
| void WaterVector3Control::update | ( | LLWaterParamSet & | params | ) | const [inline] |
Definition at line 124 of file llwaterparammanager.h.
References mName, mX, mY, mZ, and LLWaterParamSet::set().
Referenced by LLFloaterWater::onVector3ControlXMoved(), LLFloaterWater::onVector3ControlYMoved(), and LLFloaterWater::onVector3ControlZMoved().


Definition at line 103 of file llwaterparammanager.h.
Referenced by LLFloaterWater::onVector3ControlXMoved(), operator=(), LLFloaterWater::syncMenu(), and update().
Definition at line 104 of file llwaterparammanager.h.
Referenced by LLFloaterWater::onVector3ControlYMoved(), operator=(), LLFloaterWater::syncMenu(), and update().
Definition at line 105 of file llwaterparammanager.h.
Referenced by LLFloaterWater::onVector3ControlZMoved(), operator=(), LLFloaterWater::syncMenu(), and update().
| char const* WaterVector3Control::mName |
Definition at line 107 of file llwaterparammanager.h.
Referenced by LLFloaterWater::syncMenu(), and update().
1.5.5