TimerInfo Struct

struct QAbstractEventDispatcher::TimerInfo

이 구조체는 6.8부터 더 이상 사용되지 않습니다. 새 코드에서는 사용하지 않는 것이 좋습니다.

공용 함수

TimerInfo(int timerId, int interval, Qt::TimerType timerType)

공용 변수

int interval
int timerId
Qt::TimerType timerType

상세 설명

Use TimerInfoV2

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

registeredTimers(), QAbstractEventDispatcher::TimerInfoV2, timersForObject()도 참조하세요 .

멤버 함수 문서

TimerInfo::TimerInfo(int timerId, int interval, Qt::TimerType timerType)

주어진 timerId, interval, timerType 로 TimerInfo 구조체를 구축합니다.

멤버 변수 문서

int TimerInfo::interval

타이머의 간격입니다.

int TimerInfo::timerId

타이머의 고유 ID입니다.

Qt::TimerType TimerInfo::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.