|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.trolltech.qt.core.QEventLoop.ProcessEventsFlag
public static final class QEventLoop.ProcessEventsFlag
This enum controls the types of events processed by the processEvents()
functions.
processEvents()
.
Field Summary | |
---|---|
static QEventLoop.ProcessEventsFlag |
AllEvents
All events. |
static QEventLoop.ProcessEventsFlag |
DeferredDeletion
deprecated - do not use. |
static QEventLoop.ProcessEventsFlag |
ExcludeSocketNotifiers
Do not process socket notifier events. |
static QEventLoop.ProcessEventsFlag |
ExcludeUserInputEvents
Do not process user input events, such as ButtonPress and KeyPress . |
static QEventLoop.ProcessEventsFlag |
WaitForMoreEvents
Wait for events if no pending events are available. |
static QEventLoop.ProcessEventsFlag |
X11ExcludeTimers
|
Method Summary | |
---|---|
static QEventLoop.ProcessEventsFlags |
createQFlags(QEventLoop.ProcessEventsFlag[] values)
|
static QEventLoop.ProcessEventsFlag |
resolve(int value)
|
int |
value()
This function should return an integer value for the enum values of the enumeration that implements this interface. |
static QEventLoop.ProcessEventsFlag |
valueOf(java.lang.String name)
|
static QEventLoop.ProcessEventsFlag[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final QEventLoop.ProcessEventsFlag AllEvents
DeferredDelete
events are processed specially. See QObject::deleteLater() for more details.
public static final QEventLoop.ProcessEventsFlag ExcludeUserInputEvents
ButtonPress
and KeyPress
. Note that the events are not discarded; they will be delivered the next time processEvents()
is called without the ExcludeUserInputEvents
flag.
public static final QEventLoop.ProcessEventsFlag ExcludeSocketNotifiers
processEvents()
is called without the ExcludeSocketNotifiers
flag.
public static final QEventLoop.ProcessEventsFlag WaitForMoreEvents
public static final QEventLoop.ProcessEventsFlag X11ExcludeTimers
public static final QEventLoop.ProcessEventsFlag DeferredDeletion
Method Detail |
---|
public static QEventLoop.ProcessEventsFlag[] values()
public static QEventLoop.ProcessEventsFlag valueOf(java.lang.String name)
public int value()
value
in interface QtEnumerator
public static QEventLoop.ProcessEventsFlags createQFlags(QEventLoop.ProcessEventsFlag[] values)
public static QEventLoop.ProcessEventsFlag resolve(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |