Eneboo - Documentación para desarrolladores
|
Tipos públicos | |
enum | TimerType { TIMER_ZERO, TIMER_QT, TIMER_MAC, TIMER_ANY } |
Atributos públicos | |
int | id |
QObject * | obj |
bool | pending |
enum TimerInfo::TimerType | type |
union { | |
EventLoopTimerRef mac_timer | |
struct { | |
timeval interval | |
timeval timeout | |
} qt_timer | |
} | u |
UINT | id |
UINT | interval |
ULONGLONG | timeout |
enum TimerInfo::TimerType |
timeval TimerInfo::interval |
EventLoopTimerRef TimerInfo::mac_timer |
struct { ... } TimerInfo::qt_timer |
ULONGLONG TimerInfo::timeout |
timeval TimerInfo::timeout |
union { ... } TimerInfo::u |