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 を取るオーバーロードを使用してください。
指定されたobject に対して、指定されたinterval とtimerType でタイマーを登録し、タイマー 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.