|
-
remainingTimeNSecs
() const : qint64
-
setDeadline
(qint64 , Qt::TimerType )
-
setDeadline
(std::chrono::time_point<Clock, Duration> , Qt::TimerType )
-
setPreciseDeadline
(qint64 , qint64 , Qt::TimerType )
-
setPreciseRemainingTime
(qint64 , qint64 , Qt::TimerType )
-
setRemainingTime
(qint64 , Qt::TimerType )
-
setRemainingTime
(std::chrono::duration<Rep, Period> , Qt::TimerType )
-
setTimerType
(Qt::TimerType )
-
swap
(QDeadlineTimer &)
-
timerType
() const : Qt::TimerType
-
operator+=
(qint64 ) : QDeadlineTimer &
-
operator-=
(qint64 ) : QDeadlineTimer &
-
operator=
(std::chrono::time_point<Clock, Duration> ) : QDeadlineTimer &
-
operator=
(std::chrono::duration<Rep, Period> ) : QDeadlineTimer &
|