Eneboo - Documentación para desarrolladores
|
#include "qeventloop_p.h"
#include "qeventloop.h"
#include "qapplication.h"
#include "qbitarray.h"
#include <stdlib.h>
#include <sys/types.h>
Clases | |
struct | TimerInfo |
'typedefs' | |
typedef QPtrList< TimerInfo > | TimerList |
Funciones | |
void | cleanupTimers () |
timeval * | qt_wait_timer () |
int | qStartTimer (int interval, QObject *obj) |
bool | qKillTimer (int id) |
bool | qKillTimer (QObject *obj) |
Variables | |
timeval * | qt_wait_timer_max = 0 |
void cleanupTimers | ( | ) |
timeval * qt_wait_timer | ( | ) |
timeval* qt_wait_timer_max = 0 |