Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
btgcdtimer.mm File Reference

(e839d950f804330db10ffdf2dec62e4e18792cb7)

#include "btgcdtimer_p.h"
#include "btutility_p.h"
#include <QtCore/qelapsedtimer.h>
#include <QtCore/qdebug.h>
#include <algorithm>
+ Include dependency graph for btgcdtimer.mm:

Go to the source code of this file.

Variables

qint64 timeoutStepMS
 
id objectUnderWatch
 
OperationTimeout timeoutType
 
QElapsedTimer timer
 
id< QT_MANGLE_NAMESPACE(GCDTimerDelegate)> timeoutHandler
 
bool cancelled
 

Variable Documentation

◆ cancelled

◆ objectUnderWatch

id objectUnderWatch

Definition at line 21 of file btgcdtimer.mm.

◆ timeoutHandler

id<QT_MANGLE_NAMESPACE(GCDTimerDelegate)> timeoutHandler

Definition at line 25 of file btgcdtimer.mm.

◆ timeoutStepMS

qint64 timeoutStepMS
Initial value:
{
@private
qint64 timeoutMS
long long qint64
Definition qtypes.h:60

Definition at line 18 of file btgcdtimer.mm.

◆ timeoutType

OperationTimeout timeoutType

Definition at line 22 of file btgcdtimer.mm.

◆ timer

Definition at line 24 of file btgcdtimer.mm.