nux-1.16.0
nux::TimerObject Class Reference

List of all members.

Public Member Functions

bool operator== (const TimerObject &timer_object)

Public Attributes

TimeStruct when
 Delay before the callback expires.
void * CallbackData
TimerFunctorTimerCallback
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
BaseWindowWindow
 BaseWindow from where the timer was created.
TimerObjectnext
TimerObjectprev
t_u32 glibid
t_u32 uid

Detailed Description

Definition at line 49 of file TimerProc.cpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends