![]() |
Qt 6.x
The Qt SDK
|
#include "btgcdtimer_p.h"
#include "btutility_p.h"
#include <QtCore/qelapsedtimer.h>
#include <QtCore/qdebug.h>
#include <algorithm>
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 |
bool cancelled |
Definition at line 27 of file btgcdtimer.mm.
Referenced by QtWaylandClient::QWaylandPointerGesturePinch::zwp_pointer_gesture_pinch_v1_end(), QtWaylandClient::QWaylandPointerGestureSwipe::zwp_pointer_gesture_swipe_v1_end(), and QtWaylandClient::QWaylandPrimarySelectionSourceV1::zwp_primary_selection_source_v1_cancelled().
id objectUnderWatch |
Definition at line 21 of file btgcdtimer.mm.
id<QT_MANGLE_NAMESPACE(GCDTimerDelegate)> timeoutHandler |
Definition at line 25 of file btgcdtimer.mm.
qint64 timeoutStepMS |
Definition at line 18 of file btgcdtimer.mm.
OperationTimeout timeoutType |
Definition at line 22 of file btgcdtimer.mm.
QElapsedTimer timer |
Definition at line 24 of file btgcdtimer.mm.