TexGen
Public Types | Public Member Functions | Public Attributes | List of all members
Shiny::ProfileZone Struct Reference

#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

ProfileZonenext
 
STATE _state
 
const char * name
 
ProfileData data
 

Detailed Description

Definition at line 35 of file ShinyZone.h.

Member Enumeration Documentation

◆ STATE

Enumerator
STATE_HIDDEN 
STATE_INITIALIZED 
STATE_UPDATING 

Definition at line 37 of file ShinyZone.h.

Member Function Documentation

◆ disableUpdating()

void Shiny::ProfileZone::disableUpdating ( void  )
inline

Definition at line 81 of file ShinyZone.h.

References _state, and STATE_INITIALIZED.

◆ enableUpdating()

void Shiny::ProfileZone::enableUpdating ( void  )
inline

Definition at line 80 of file ShinyZone.h.

References _state, and STATE_UPDATING.

◆ init()

void Shiny::ProfileZone::init ( ProfileZone a_prev)
inline

Definition at line 58 of file ShinyZone.h.

References _state, next, and STATE_INITIALIZED.

◆ isInited()

bool Shiny::ProfileZone::isInited ( void  ) const
inline

Definition at line 56 of file ShinyZone.h.

References _state.

◆ isUpdating()

bool Shiny::ProfileZone::isUpdating ( void  ) const
inline

Definition at line 78 of file ShinyZone.h.

References _state, and STATE_UPDATING.

◆ preUpdateChain()

void Shiny::ProfileZone::preUpdateChain ( void  )
inline

Definition at line 68 of file ShinyZone.h.

References Shiny::ProfileData::clearCurrent(), data, next, and preUpdateChain().

Referenced by preUpdateChain().

◆ uninit()

void Shiny::ProfileZone::uninit ( void  )
inline

Definition at line 64 of file ShinyZone.h.

References _state, and STATE_HIDDEN.

◆ updateChain()

void Shiny::ProfileZone::updateChain ( float  a_damping)
inline

Definition at line 73 of file ShinyZone.h.

References Shiny::ProfileData::computeAverage(), data, next, and updateChain().

Referenced by updateChain().

Member Data Documentation

◆ _state

STATE Shiny::ProfileZone::_state

Definition at line 48 of file ShinyZone.h.

Referenced by disableUpdating(), enableUpdating(), init(), isInited(), isUpdating(), and uninit().

◆ data

ProfileData Shiny::ProfileZone::data

Definition at line 52 of file ShinyZone.h.

Referenced by preUpdateChain(), and updateChain().

◆ name

const char* Shiny::ProfileZone::name
mutable

Definition at line 50 of file ShinyZone.h.

◆ next

ProfileZone* Shiny::ProfileZone::next

Definition at line 46 of file ShinyZone.h.

Referenced by init(), preUpdateChain(), and updateChain().


The documentation for this struct was generated from the following file: