Eneboo - Documentación para desarrolladores
|
#include "qeventloop_p.h"
#include "qeventloop.h"
#include "qapplication.h"
#include "qbitarray.h"
#include "qcolor_p.h"
#include "qt_windows.h"
Clases | |
struct | TimerInfo |
'typedefs' | |
typedef QPtrList< TimerInfo > | TimerList |
typedef ULONGLONG(WINAPI * | PtrGetTickCount64 )(void) |
Funciones | |
FILETIME * | qt_wait_timer () |
void CALLBACK | qt_TimerProc (HWND, UINT, UINT idEvent, DWORD) |
void | cleanupTimers () |
int | qStartTimer (int interval, QObject *obj) |
bool | qKillTimer (int id) |
bool | qKillTimer (QObject *obj) |
const char * | getMsgName (UINT msgID) |
Variables | |
FILETIME * | qt_wait_timer_max = 0 |
struct { | |
UINT msgID | |
const char * msgName | |
} | msg [] |
typedef ULONGLONG(WINAPI * PtrGetTickCount64)(void) |
void cleanupTimers | ( | ) |
const char* getMsgName | ( | UINT | msgID | ) |
FILETIME* qt_wait_timer | ( | ) |
struct { ... } msg[] |
const char* msgName |
FILETIME* qt_wait_timer_max = 0 |