Definition at line 55 of file qeventloop.h.
#include <qeventloop.h>

Public Types |
|
| enum | ProcessEventsFlag
{ AllEvents = 0x00, ExcludeUserInputEvents = 0x01, ExcludeSocketNotifiers = 0x02, WaitForMoreEvents = 0x04, X11ExcludeTimers = 0x08, EventLoopExec = 0x20, DialogExec = 0x40 } |
Public Slots |
|
| void | quit () |
Public Member Functions |
|
| QEventLoop (QObject *parent=0) | |
| ~QEventLoop () | |
| bool | processEvents (ProcessEventsFlags flags=AllEvents) |
| void | processEvents (ProcessEventsFlags flags, int maximumTime) |
| int | exec (ProcessEventsFlags flags=AllEvents) |
| void | exit (int returnCode=0) |
| bool | isRunning () const |
| void | wakeUp () |
| enum ProcessEventsFlag |
| AllEvents | |
| ExcludeUserInputEvents | |
| ExcludeSocketNotifiers | |
| WaitForMoreEvents | |
| X11ExcludeTimers | |
| EventLoopExec | |
| DialogExec |
Definition at line 64 of file qeventloop.h.
{
AllEvents = 0x00,
ExcludeUserInputEvents = 0x01,
ExcludeSocketNotifiers = 0x02,
WaitForMoreEvents = 0x04,
#ifdef QT3_SUPPORT
ExcludeUserInput = ExcludeUserInputEvents,
WaitForMore = WaitForMoreEvents,
#endif
X11ExcludeTimers = 0x08
#ifdef QT_DEPRECATED
, DeferredDeletion = 0x10
#endif
, EventLoopExec = 0x20
, DialogExec = 0x40
};
| QEventLoop | ( | QObject * | parent = 0 |
) | [explicit] |
| ~QEventLoop | ( | ) |
| bool processEvents | ( | ProcessEventsFlags | flags = AllEvents |
) |
| void processEvents | ( | ProcessEventsFlags | flags, |
| int | maximumTime | ||
| ) |
| int exec | ( | ProcessEventsFlags | flags = AllEvents |
) |
| void exit | ( | int | returnCode = 0 |
) |
| bool isRunning | ( | ) | const |
| void wakeUp | ( | ) |
| void quit | ( | ) | [slot] |