Eneboo - Documentación para desarrolladores
|
#include "qeventloop_p.h"
#include "qeventloop.h"
#include "qapplication.h"
#include "qt_mac.h"
Clases | |
struct | TimerInfo |
'defines' | |
#define | QMAC_EVENT_NOWAIT kEventDurationNoWait |
'typedefs' | |
typedef void(* | VFPTR )() |
typedef QValueList< VFPTR > | QVFuncList |
typedef QPtrList< TimerInfo > | TimerList |
Funciones | |
void | qt_event_request_timer (TimerInfo *) |
TimerInfo * | qt_event_get_timer (EventRef) |
void | qt_event_request_select (QEventLoop *) |
void | qt_event_request_sockact (QEventLoop *) |
void | qt_event_request_updates () |
void | qt_event_request_wakeup () |
bool | qt_mac_send_event (QEventLoop::ProcessEventsFlags, EventRef, WindowPtr=NULL) |
void | qt_install_preselect_handler (VFPTR) |
void | qt_remove_preselect_handler (VFPTR) |
void | qt_install_postselect_handler (VFPTR) |
void | qt_remove_postselect_handler (VFPTR) |
int | qStartTimer (int interval, QObject *obj) |
bool | qKillTimer (int id) |
bool | qKillTimer (QObject *obj) |
QMAC_PASCAL void | qt_mac_select_timer_callbk (EventLoopTimerRef, void *me) |
Variables | |
bool | qt_is_gui_used |
#define QMAC_EVENT_NOWAIT kEventDurationNoWait |
typedef QValueList<VFPTR> QVFuncList |
typedef void(* VFPTR)() |
TimerInfo* qt_event_get_timer | ( | EventRef | ) |
void qt_event_request_select | ( | QEventLoop * | ) |
void qt_event_request_sockact | ( | QEventLoop * | ) |
void qt_event_request_timer | ( | TimerInfo * | ) |
void qt_event_request_updates | ( | ) |
void qt_event_request_wakeup | ( | ) |
void qt_install_postselect_handler | ( | VFPTR | handler | ) |
void qt_install_preselect_handler | ( | VFPTR | handler | ) |
QMAC_PASCAL void qt_mac_select_timer_callbk | ( | EventLoopTimerRef | , |
void * | me | ||
) |
bool qt_mac_send_event | ( | QEventLoop::ProcessEventsFlags | , |
EventRef | , | ||
WindowPtr | = NULL |
||
) |
void qt_remove_postselect_handler | ( | VFPTR | handler | ) |
void qt_remove_preselect_handler | ( | VFPTR | handler | ) |