![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QCursor, including all inherited members.
bitmap() const | QCursor | |
hotSpot() const | QCursor | |
mask() const | QCursor | |
operator QVariant() const | QCursor | |
operator!= | QCursor | friend |
operator<<(QDataStream &stream, const QCursor &cursor) | QCursor | related |
operator=(const QCursor &cursor) | QCursor | |
operator== | QCursor | friend |
operator>>(QDataStream &stream, QCursor &cursor) | QCursor | related |
pixmap() const | QCursor | |
pos() | QCursor | static |
pos(const QScreen *screen) | QCursor | static |
QCursor() | QCursor | |
QCursor(Qt::CursorShape shape) | QCursor | |
QCursor(const QBitmap &bitmap, const QBitmap &mask, int hotX=-1, int hotY=-1) | QCursor | |
QCursor(const QPixmap &pixmap, int hotX=-1, int hotY=-1) | QCursor | explicit |
QCursor(const QCursor &cursor) | QCursor | |
QCursor(QCursor &&other) noexcept | QCursor | inline |
setPos(int x, int y) | QCursor | static |
setPos(QScreen *screen, int x, int y) | QCursor | static |
setPos(const QPoint &p) | QCursor | inlinestatic |
setPos(QScreen *screen, const QPoint &p) | QCursor | inlinestatic |
setShape(Qt::CursorShape newShape) | QCursor | |
shape() const | QCursor | |
swap(QCursor &other) noexcept | QCursor | inline |
~QCursor() | QCursor |