TimerInfoV2 Struct

struct QAbstractEventDispatcher::TimerInfoV2

공용 변수

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

상세 설명

이 구조체는 타이머에 대한 정보를 나타냅니다: timerId, interval, timerType.

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.