Classempathy::life_event::LifeEvent
life_event
Bases
Subclasses
Constructors
Member Functions

Classempathy::life_event::LifeEvent

Bases

radio::Subscriber

The class to be overridden to emit/receive events.

Subclasses

MathWave
Collection
FadeInOut
CWave_data

Constructors

LifeEvent ( )

Member Functions

  • virtual
void
decodeJson ( std::__cxx11::string key,
cJSON * value )
key
value
  • virtual
  • abstract
void
draw ( )
GLfloat
getDepth ( )
return
GLfloat
getTotalTime ( )
return
void
init ( )
bool
isCreating ( )
return
bool
isDestroyed ( )
return
bool
isFinished ( )
return
bool
isFinishing ( )
return
bool
isRunning ( )
return
void
kill ( )
  • virtual
void
onDestroy ( )
  • virtual
void
onInit ( )
  • virtual
void
passTime ( GLfloat delTime )

game loop

delTime
void
setDepth ( GLfloat depth )
depth
  • protected
void
doneCreating ( )
  • protected
void
doneFinishing ( )
  • protected
void
doneRunning ( )
  • protected
GLfloat
getTimeSinceCreate ( )
return
  • protected
GLfloat
getTimeSinceFinish ( )
return
  • protected
GLfloat
getTimeSinceRun ( )
return
  • protected
  • virtual
void
onCreate ( GLfloat delTime )
delTime
  • protected
  • virtual
void
onFinish ( GLfloat delTime )
delTime
  • protected
  • virtual
void
onRun ( GLfloat delTime )
delTime