org.kde.qt
public class QEventLoop extends QObject
Field Summary | |
---|---|
static int | AllEvents |
static int | ExcludeSocketNotifiers |
static int | ExcludeUserInput |
static int | WaitForMore |
Constructor Summary | |
---|---|
protected | QEventLoop(Class dummy) |
QEventLoop(QObject parent, String name) | |
QEventLoop(QObject parent) | |
QEventLoop() |
Method Summary | |
---|---|
int | activateSocketNotifiers() |
int | activateTimers() |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
int | enterLoop() |
int | exec() |
void | exit(int retcode) |
void | exit() |
void | exitLoop() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | hasPendingEvents() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
int | loopLevel() |
QMetaObject | metaObject() |
void | processEvents(int flags, int maxtime) |
boolean | processEvents(int flags) |
void | registerSocketNotifier(QSocketNotifier arg1) |
void | setSocketNotifierPending(QSocketNotifier arg1) |
int | timeToWait() |
static String | tr(String arg1, String arg2) |
static String | tr(String arg1) |
void | unregisterSocketNotifier(QSocketNotifier arg1) |
void | wakeUp() |