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
qcursor.cpp File Reference

(3ccb4ce781463f1b8e0cb4c9283b3067fe92a32e)

#include "qcursor.h"
#include <qcoreapplication.h>
#include <qbitmap.h>
#include <qimage.h>
#include <qdatastream.h>
#include <qvariant.h>
#include <private/qcursor_p.h>
#include <qdebug.h>
#include <qpa/qplatformcursor.h>
#include <private/qguiapplication_p.h>
#include <private/qhighdpiscaling_p.h>
+ Include dependency graph for qcursor.cpp:

Go to the source code of this file.

Functions

QDataStreamoperator<< (QDataStream &s, const QCursor &c)
 
QDataStreamoperator>> (QDataStream &s, QCursor &c)
 
bool operator== (const QCursor &lhs, const QCursor &rhs)
 
QDebug operator<< (QDebug dbg, const QCursor &c)
 

Variables

QCursorDataqt_cursorTable [Qt::LastCursor+1]
 

Function Documentation

◆ operator<<() [1/2]

QDataStream & operator<< ( QDataStream & s,
const QCursor & c )
related

Definition at line 280 of file qcursor.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug dbg,
const QCursor & c )

Definition at line 647 of file qcursor.cpp.

◆ operator==()

bool operator== ( const QCursor & lhs,
const QCursor & rhs )
noexcept

Definition at line 461 of file qcursor.cpp.

◆ operator>>()

QDataStream & operator>> ( QDataStream & s,
QCursor & c )
related

Definition at line 307 of file qcursor.cpp.

Variable Documentation

◆ qt_cursorTable

QCursorData * qt_cursorTable

Definition at line 659 of file qcursor.cpp.