Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QXcbScrollingDevicePrivate Class Reference

#include <qxcbscrollingdevice_p.h>

Inheritance diagram for QXcbScrollingDevicePrivate:
Collaboration diagram for QXcbScrollingDevicePrivate:

Public Member Functions

 QXcbScrollingDevicePrivate (const QString &name, qint64 id, QPointingDevice::Capabilities caps, int buttonCount=3, const QString &seatName=QString())
Public Member Functions inherited from QPointingDevicePrivate
 QPointingDevicePrivate (const QString &name, qint64 id, QInputDevice::DeviceType type, QPointingDevice::PointerType pType, QPointingDevice::Capabilities caps, int maxPoints, int buttonCount, const QString &seatName=QString(), QPointingDeviceUniqueId uniqueId=QPointingDeviceUniqueId())
 ~QPointingDevicePrivate () override
void sendTouchCancelEvent (QTouchEvent *cancelEvent)
EventPointDataqueryPointById (int id) const
EventPointDatapointById (int id) const
void removePointById (int id)
QObjectfirstActiveTarget () const
QWindowfirstActiveWindow () const
QObjectfirstPointExclusiveGrabber () const
void setExclusiveGrabber (const QPointerEvent *event, const QEventPoint &point, QObject *exclusiveGrabber)
bool removeExclusiveGrabber (const QPointerEvent *event, const QObject *grabber)
bool addPassiveGrabber (const QPointerEvent *event, const QEventPoint &point, QObject *grabber)
bool removePassiveGrabber (const QPointerEvent *event, const QEventPoint &point, QObject *grabber)
void clearPassiveGrabbers (const QPointerEvent *event, const QEventPoint &point)
void removeGrabber (QObject *grabber, bool cancel=false)
Public Member Functions inherited from QInputDevicePrivate
 QInputDevicePrivate (const QString &name, qint64 winSysId, QInputDevice::DeviceType type, QInputDevice::Capabilities caps=QInputDevice::Capability::None, const QString &seatName=QString())
 ~QInputDevicePrivate () override
void setAvailableVirtualGeometry (QRect a)
void setCapabilities (QInputDevice::Capabilities c)
Public Member Functions inherited from QObjectPrivate
void ensureExtraData ()
void setObjectNameWithoutBindings (const QString &name)
 QObjectPrivate (decltype(QObjectPrivateVersion) version=QObjectPrivateVersion)
virtual ~QObjectPrivate ()
void deleteChildren ()
void clearBindingStorage ()
void setParent_helper (QObject *)
void moveToThread_helper ()
void setThreadData_helper (QThreadData *currentData, QThreadData *targetData, QBindingStatus *status)
QObjectList receiverList (const char *signal) const
void ensureConnectionData ()
void addConnection (int signal, Connection *c)
int signalIndex (const char *signalName, const QMetaObject **meta=nullptr) const
bool isSignalConnected (uint signalIdx, bool checkDeclarative=true) const
bool maybeSignalConnected (uint signalIndex) const
bool isDeclarativeSignalConnected (uint signalIdx) const
void connectNotify (const QMetaMethod &signal)
void disconnectNotify (const QMetaMethod &signal)
void reinitBindingStorageAfterThreadMove ()
virtual std::string flagsForDumping () const
virtual void writeToDebugStream (QDebug &) const
QtPrivate::QPropertyAdaptorSlotObjectgetPropertyAdaptorSlotObject (const QMetaProperty &property)
Public Member Functions inherited from QObjectData
 QObjectData ()=default
virtual ~QObjectData ()=0
const QMetaObjectdynamicMetaObject () const

Public Attributes

int verticalIndex = 0
int horizontalIndex = 0
double verticalIncrement = 0
double horizontalIncrement = 0
Qt::Orientations orientations
Qt::Orientations legacyOrientations
QPointF lastScrollPosition
Public Attributes inherited from QPointingDevicePrivate
EventPointMap activePoints
QPointingDeviceUniqueId uniqueId
quint32 toolId = 0
qint8 maximumTouchPoints = 0
qint8 buttonCount = 0
QPointingDevice::PointerType pointerType = QPointingDevice::PointerType::Unknown
bool toolProximity = false
Public Attributes inherited from QInputDevicePrivate
QString name
QString seatName
QString busId
QRect availableVirtualGeometry
voidqqExtra = nullptr
qint64 systemId = 0
QInputDevice::Capabilities capabilities = QInputDevice::Capability::None
QInputDevice::DeviceType deviceType = QInputDevice::DeviceType::Unknown
bool pointingDeviceType = false
Public Attributes inherited from QObjectPrivate
ExtraDataextraData
QAtomicPointer< QThreadDatathreadData
QAtomicPointer< ConnectionDataconnections
union { 
   QObject *   currentChildBeingDeleted 
   QAbstractDeclarativeData *   declarativeData 
}; 
QAtomicPointer< QtSharedPointer::ExternalRefCountDatasharedRefcount
Public Attributes inherited from QObjectData
QObjectq_ptr
QObjectparent
QObjectList children
uint isWidget: 1
uint blockSig: 1
uint wasDeleted: 1
uint isDeletingChildren: 1
uint sendChildEvents: 1
uint receiveChildEvents: 1
uint isWindow: 1
uint deleteLaterCalled: 1
uint isQuickItem: 1
uint willBeWidget: 1
uint wasWidget: 1
uint receiveParentEvents: 1
uint unused: 20
QAtomicInt postedEvents
QDynamicMetaObjectDatametaObject
QBindingStorage bindingStorage

Additional Inherited Members

Public Types inherited from QPointingDevicePrivate
using EventPointMap = QVarLengthFlatMap<int, EventPointData, 20>
Public Types inherited from QObjectPrivate
typedef void(* StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **)
using ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData>
Static Public Member Functions inherited from QPointingDevicePrivate
static bool setPassiveGrabberContext (EventPointData *epd, QObject *grabber, QObject *context)
static QPointingDevicePrivateget (QPointingDevice *q)
static const QPointingDevicePrivateget (const QPointingDevice *q)
static const QPointingDevicetabletDevice (QInputDevice::DeviceType deviceType, QPointingDevice::PointerType pointerType, QPointingDeviceUniqueId uniqueId)
static const QPointingDevicequeryTabletDevice (QInputDevice::DeviceType deviceType, QPointingDevice::PointerType pointerType, QPointingDeviceUniqueId uniqueId, QInputDevice::Capabilities capabilities=QInputDevice::Capability::None, qint64 systemId=0)
static const QPointingDevicepointingDeviceById (qint64 systemId)
Static Public Member Functions inherited from QInputDevicePrivate
static void registerDevice (const QInputDevice *dev)
static void unregisterDevice (const QInputDevice *dev)
static bool isRegistered (const QInputDevice *dev)
static const QInputDevicefromId (qint64 systemId)
static QInputDevicePrivateget (QInputDevice *q)
static const QInputDevicePrivateget (const QInputDevice *q)
Static Public Member Functions inherited from QObjectPrivate
static bool removeConnection (Connection *c)
static QObjectPrivateget (QObject *o)
static const QObjectPrivateget (const QObject *o)
template<typename Func1, typename Func2>
static QMetaObject::Connection connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection)
template<typename Func1, typename Func2>
static bool disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot)
static QMetaObject::Connection connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static QMetaObject::Connection connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type)
static bool disconnect (const QObject *sender, int signal_index, void **slot)
static bool disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot)

Detailed Description

Definition at line 11 of file qxcbscrollingdevice_p.h.

Constructor & Destructor Documentation

◆ QXcbScrollingDevicePrivate()

QT_BEGIN_NAMESPACE QXcbScrollingDevicePrivate::QXcbScrollingDevicePrivate ( const QString & name,
qint64 id,
QPointingDevice::Capabilities caps,
int buttonCount = 3,
const QString & seatName = QString() )

Definition at line 9 of file qxcbscrollingdevice.cpp.

Member Data Documentation

◆ horizontalIncrement

double QXcbScrollingDevicePrivate::horizontalIncrement = 0

Definition at line 22 of file qxcbscrollingdevice_p.h.

◆ horizontalIndex

int QXcbScrollingDevicePrivate::horizontalIndex = 0

Definition at line 20 of file qxcbscrollingdevice_p.h.

◆ lastScrollPosition

QPointF QXcbScrollingDevicePrivate::lastScrollPosition
mutable

Definition at line 25 of file qxcbscrollingdevice_p.h.

◆ legacyOrientations

Qt::Orientations QXcbScrollingDevicePrivate::legacyOrientations

Definition at line 24 of file qxcbscrollingdevice_p.h.

◆ orientations

Qt::Orientations QXcbScrollingDevicePrivate::orientations

Definition at line 23 of file qxcbscrollingdevice_p.h.

◆ verticalIncrement

double QXcbScrollingDevicePrivate::verticalIncrement = 0

Definition at line 21 of file qxcbscrollingdevice_p.h.

◆ verticalIndex

int QXcbScrollingDevicePrivate::verticalIndex = 0

Definition at line 19 of file qxcbscrollingdevice_p.h.


The documentation for this class was generated from the following files: