以下成员源于类 QAbstractEventDispatcher 已过时。 提供它们是为使旧源代码能继续工作。强烈建议不要在新代码中使用它们。
(obsolete)
bool
|
filterEvent (void * message ) |
(obsolete)
virtual void
|
flush () = 0 |
(obsolete)
virtual bool
|
hasPendingEvents () = 0 |
(obsolete)
int
|
registerTimer (int interval , QObject * object ) |
(obsolete)
void
|
registerTimer (int timerId , int interval , QObject * object ) |
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
调用
filterNativeEvent
() with an empty eventType and
message
。此函数返回
true
as soon as an event filter returns
true
, and false otherwise to indicate that the processing of the event should continue.
[pure virtual]
void
QAbstractEventDispatcher::
flush
()
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Depending from the event dispatcher implementation does nothing or calls QApplication::sendPostedEvents ().
[pure virtual]
bool
QAbstractEventDispatcher::
hasPendingEvents
()
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
返回
true
if there is an event waiting; otherwise returns false. This function is an implementation detail for
QCoreApplication::hasPendingEvents
() and must not be called directly.
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
Registers a timer with the specified interval 为给定 object and returns the timer id.
此函数已过时。提供它是为使旧源代码能继续工作。强烈建议不要在新代码中使用它。
注册计时器采用指定 timerId and interval 为给定 object .