|
TexGen
|
#include <ShinyZone.h>
Public Types | |
| enum | STATE { STATE_HIDDEN = 0 , STATE_INITIALIZED , STATE_UPDATING } |
Public Member Functions | |
| bool | isInited (void) const |
| void | init (ProfileZone *a_prev) |
| void | uninit (void) |
| void | preUpdateChain (void) |
| void | updateChain (float a_damping) |
| bool | isUpdating (void) const |
| void | enableUpdating (void) |
| void | disableUpdating (void) |
Public Attributes | |
| ProfileZone * | next |
| STATE | _state |
| const char * | name |
| ProfileData | data |
Definition at line 35 of file ShinyZone.h.
| Enumerator | |
|---|---|
| STATE_HIDDEN | |
| STATE_INITIALIZED | |
| STATE_UPDATING | |
Definition at line 37 of file ShinyZone.h.
|
inline |
Definition at line 81 of file ShinyZone.h.
References _state, and STATE_INITIALIZED.
|
inline |
Definition at line 80 of file ShinyZone.h.
References _state, and STATE_UPDATING.
|
inline |
Definition at line 58 of file ShinyZone.h.
References _state, next, and STATE_INITIALIZED.
|
inline |
Definition at line 56 of file ShinyZone.h.
References _state.
|
inline |
Definition at line 78 of file ShinyZone.h.
References _state, and STATE_UPDATING.
|
inline |
Definition at line 68 of file ShinyZone.h.
References Shiny::ProfileData::clearCurrent(), data, next, and preUpdateChain().
Referenced by preUpdateChain().
|
inline |
Definition at line 64 of file ShinyZone.h.
References _state, and STATE_HIDDEN.
|
inline |
Definition at line 73 of file ShinyZone.h.
References Shiny::ProfileData::computeAverage(), data, next, and updateChain().
Referenced by updateChain().
| STATE Shiny::ProfileZone::_state |
Definition at line 48 of file ShinyZone.h.
Referenced by disableUpdating(), enableUpdating(), init(), isInited(), isUpdating(), and uninit().
| ProfileData Shiny::ProfileZone::data |
Definition at line 52 of file ShinyZone.h.
Referenced by preUpdateChain(), and updateChain().
|
mutable |
Definition at line 50 of file ShinyZone.h.
| ProfileZone* Shiny::ProfileZone::next |
Definition at line 46 of file ShinyZone.h.
Referenced by init(), preUpdateChain(), and updateChain().