CopperSpice API
1.9.2
|
This is the complete list of members for QCursor, including all inherited members.
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 | |
QCursor(const QCursor &other) | QCursor | |
QCursor(QCursor &&other) | QCursor | inline |
bitmap() const | QCursor | |
hotSpot() const | QCursor | |
mask() const | QCursor | |
operator QVariant() const | QCursor | |
operator<<(QDataStream &stream, const QCursor &cursor) | QCursor | related |
operator=(const QCursor &cursor) | QCursor | |
operator=(QCursor &&other) | QCursor | inline |
operator>>(QDataStream &stream, QCursor &cursor) | QCursor | related |
pixmap() const | QCursor | |
pos() | QCursor | static |
pos(const QScreen *screen) | QCursor | static |
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 | |
~QCursor() | QCursor |