org.kde.qt

Class QEventLoop

public class QEventLoop extends QObject

See QEventLoopSignals for signals emitted by QEventLoop
Field Summary
static intAllEvents
static intExcludeSocketNotifiers
static intExcludeUserInput
static intWaitForMore
Constructor Summary
protected QEventLoop(Class dummy)
QEventLoop(QObject parent, String name)
QEventLoop(QObject parent)
QEventLoop()
Method Summary
intactivateSocketNotifiers()
intactivateTimers()
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
intenterLoop()
intexec()
voidexit(int retcode)
voidexit()
voidexitLoop()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanhasPendingEvents()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
intloopLevel()
QMetaObjectmetaObject()
voidprocessEvents(int flags, int maxtime)
booleanprocessEvents(int flags)
voidregisterSocketNotifier(QSocketNotifier arg1)
voidsetSocketNotifierPending(QSocketNotifier arg1)
inttimeToWait()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)
voidunregisterSocketNotifier(QSocketNotifier arg1)
voidwakeUp()

Field Detail

AllEvents

public static final int AllEvents

ExcludeSocketNotifiers

public static final int ExcludeSocketNotifiers

ExcludeUserInput

public static final int ExcludeUserInput

WaitForMore

public static final int WaitForMore

Constructor Detail

QEventLoop

protected QEventLoop(Class dummy)

QEventLoop

public QEventLoop(QObject parent, String name)

QEventLoop

public QEventLoop(QObject parent)

QEventLoop

public QEventLoop()

Method Detail

activateSocketNotifiers

public int activateSocketNotifiers()

activateTimers

public int activateTimers()

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

enterLoop

public int enterLoop()

exec

public int exec()

exit

public void exit(int retcode)

exit

public void exit()

exitLoop

public void exitLoop()

finalize

protected void finalize()
Deletes the wrapped C++ instance

hasPendingEvents

public boolean hasPendingEvents()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

loopLevel

public int loopLevel()

metaObject

public QMetaObject metaObject()

processEvents

public void processEvents(int flags, int maxtime)

processEvents

public boolean processEvents(int flags)

registerSocketNotifier

public void registerSocketNotifier(QSocketNotifier arg1)

setSocketNotifierPending

public void setSocketNotifierPending(QSocketNotifier arg1)

timeToWait

public int timeToWait()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)

unregisterSocketNotifier

public void unregisterSocketNotifier(QSocketNotifier arg1)

wakeUp

public void wakeUp()