nux-1.16.0
|
Public Member Functions | |
bool | operator== (const TimerObject &timer_object) |
Public Attributes | |
TimeStruct | when |
Delay before the callback expires. | |
void * | CallbackData |
TimerFunctor * | TimerCallback |
float | Param |
time progression factor between [0.0, 1.0] | |
float | ProgressDelta |
int | Type |
int | ScheduledIteration |
The number of scheduled iterations. | |
int | ProgressIterationCount |
Number of times the timer has been executed. | |
int | Period |
The periode of the timer interuption (in milliseconds). | |
int | Duration |
How long the timer will be running from start to finish (in milliseconds);. | |
int | ElapsedTime |
Elapsed time during execution (in milliseconds). | |
bool | MarkedForRemoval |
BaseWindow * | Window |
BaseWindow from where the timer was created. | |
TimerObject * | next |
TimerObject * | prev |
t_u32 | glibid |
t_u32 | uid |
Definition at line 49 of file TimerProc.cpp.