Eneboo - Documentación para desarrolladores
|
#include "qeventloop_p.h"
#include "qeventloop.h"
#include "qapplication.h"
#include "qbitarray.h"
#include "qcolor_p.h"
#include "qt_x11_p.h"
#include <errno.h>
'typedefs' | |
typedef void(* | VFPTR )() |
typedef QValueList< VFPTR > | QVFuncList |
Funciones | |
timeval * | qt_wait_timer () |
void | cleanupTimers () |
void | qt_install_preselect_handler (VFPTR) |
void | qt_remove_preselect_handler (VFPTR) |
void | qt_install_postselect_handler (VFPTR) |
void | qt_remove_postselect_handler (VFPTR) |
Variables | |
bool | qt_is_gui_used |
typedef QValueList<VFPTR> QVFuncList |
typedef void(* VFPTR)() |
void cleanupTimers | ( | ) |
void qt_install_postselect_handler | ( | VFPTR | handler | ) |
void qt_install_preselect_handler | ( | VFPTR | handler | ) |
void qt_remove_postselect_handler | ( | VFPTR | handler | ) |
void qt_remove_preselect_handler | ( | VFPTR | handler | ) |
timeval* qt_wait_timer | ( | ) |