class ExpressionNS::expEvent |
The expression Event class.
![]() | |
![]() | d |
![]() | expEvent (Expression* exp) create a new playback expression with a pointer to the param, duration is 1 sec |
![]() | expEvent (int mymessage) create a new playback expression with an index to the expression map, duration is 1 sec |
![]() | expEvent (DWORD itime, int mymessage) create a new playback expression with an index to the expression map, duration is itime |
![]() | expEvent (DWORD itime, Expression* exp) create a new playback expression with a pointer to the param, duration is itime |
![]() | expEvent (DWORD itime, int itype, Expression* exp) create a new ? |
![]() | expEvent (DWORD itime, int itype, int imessage) usually used for events that happen instantly ie all the events that arent playbacks |
![]() | initTime (void) initialize the start time of the event |
![]() | percentComplete (void) find out the percent complete |
The expression Event class. Most communication with the event system happens through this class. Class contains the type of event, start time and end time
Alphabetic index HTML hierarchy of classes or Java