TimerInfoV2 Struct

struct QAbstractEventDispatcher::TimerInfoV2

パブリック変数

QAbstractEventDispatcher::Duration interval
Qt::TimerId timerId
Qt::TimerType timerType

詳細説明

この構造体は、タイマーに関する情報を表す:timerIdintervaltimerType

timersForObject()も参照のこと

メンバ変数の説明

QAbstractEventDispatcher::Duration TimerInfoV2::interval

タイマーの間隔。

Qt::TimerId TimerInfoV2::timerId

タイマー固有のID。これはタイマーの生成時に registerTimer() によって生成され、アクティブなタイマーを一意に識別する。これはQTimer::id() でも使用され、QObject::startTimer() でも返される。

Qt::TimerType TimerInfoV2::timerType

タイマーのタイプ

Qt::TimerTypeも参照のこと

© 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.