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

(a0dfa8c4d29a005009d04dcb52452efb9d74e26e)

#include <QtGui/qtguiglobal.h>
#include <QtCore/qpoint.h>
#include <QtGui/qwindowdefs.h>
#include <QtGui/qbitmap.h>
+ Include dependency graph for qcursor.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QCursor
 The QCursor class provides a mouse cursor with an arbitrary shape. More...
 

Functions

Q_GUI_EXPORT QDataStreamoperator<< (QDataStream &outS, const QCursor &cursor)
 
Q_GUI_EXPORT QDataStreamoperator>> (QDataStream &inS, QCursor &cursor)
 
Q_GUI_EXPORT QDebug operator<< (QDebug, const QCursor &)
 

Function Documentation

◆ operator<<() [1/2]

Q_GUI_EXPORT QDataStream & operator<< ( QDataStream & outS,
const QCursor & cursor )
related

Definition at line 281 of file qcursor.cpp.

◆ operator<<() [2/2]

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

Definition at line 648 of file qcursor.cpp.

◆ operator>>()

Q_GUI_EXPORT QDataStream & operator>> ( QDataStream & inS,
QCursor & cursor )
related

Definition at line 308 of file qcursor.cpp.