Obsolete Members for QAbstractEventDispatcher

QAbstractEventDispatcher 的以下成员已被弃用。提供这些成员是为了保持旧源代码的正常运行。我们强烈建议不要在新代码中使用它们。

公共类型

(deprecated in 6.8) struct TimerInfo

公共函数

(deprecated) int registerTimer(qint64 interval, Qt::TimerType timerType, QObject *object)

成员函数文档

[deprecated] int QAbstractEventDispatcher::registerTimer(qint64 interval, Qt::TimerType timerType, QObject *object)

该函数已被弃用。我们强烈建议不要在新代码中使用它。

该函数将在 Qt 7 中删除。请使用Duration 的重载。

使用指定的intervaltimerType 为给定的object 注册定时器,并返回定时器 id。

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.