@Properties(inherit=Qt5Core.class) public class QAbstractEventDispatcher extends QObject
Modifier and Type | Class and Description |
---|---|
static class |
QAbstractEventDispatcher.TimerInfo |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
QAbstractEventDispatcher(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
closingDown() |
boolean |
filterNativeEvent(QByteArray eventType,
Pointer message,
CLongPointer result) |
void |
flush() |
boolean |
hasPendingEvents() |
static QAbstractEventDispatcher |
instance() |
void |
interrupt() |
void |
registerTimer(int timerId,
int interval,
int timerType,
QObject object) |
int |
registerTimer(int interval,
int timerType,
QObject object) |
int |
remainingTime(int timerId) |
void |
startingUp() |
boolean |
unregisterTimer(int timerId) |
boolean |
unregisterTimers(QObject object) |
void |
wakeUp() |
blockSignals, deleteLater, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, disconnect, dumpObjectInfo, dumpObjectTree, event, eventFilter, inherits, inherits, installEventFilter, isWidgetType, isWindowType, killTimer, objectName, parent, position, registerUserData, removeEventFilter, setObjectName, setParent, setProperty, setProperty, signalsBlocked, startTimer, startTimer, startTimer, startTimer, tr, tr, tr, tr
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public QAbstractEventDispatcher(Pointer p)
Pointer.Pointer(Pointer)
.public static QAbstractEventDispatcher instance()
public int registerTimer(int interval, @Cast(value="Qt::TimerType") int timerType, QObject object)
public void registerTimer(int timerId, int interval, @Cast(value="Qt::TimerType") int timerType, QObject object)
public int remainingTime(int timerId)
public void wakeUp()
public void interrupt()
public void flush()
public void startingUp()
public void closingDown()
@Cast(value="bool") public boolean filterNativeEvent(@Const @ByRef QByteArray eventType, Pointer message, CLongPointer result)
Copyright © 2020. All rights reserved.