#include <qcursor.h>
Public Member Functions |
|
| QCursor () | |
| QCursor (Qt::CursorShape shape) | |
| QCursor (const QBitmap &bitmap, const QBitmap &mask, int hotX=-1, int hotY=-1) | |
| QCursor (const QPixmap &pixmap, int hotX=-1, int hotY=-1) | |
| QCursor (const QCursor &cursor) | |
| ~QCursor () | |
| QCursor & | operator= (const QCursor &cursor) |
| operator QVariant () const | |
| Qt::CursorShape | shape () const |
| void | setShape (Qt::CursorShape newShape) |
| const QBitmap * | bitmap () const |
| const QBitmap * | mask () const |
| QPixmap | pixmap () const |
| QPoint | hotSpot () const |
Static Public Member Functions |
|
| static QPoint | pos () |
| static void | setPos (int x, int y) |
| static void | setPos (const QPoint &p) |
| QCursor | ( | ) |
| QCursor | ( | Qt::CursorShape | shape | ) |
| ~QCursor | ( | ) |
| operator QVariant | ( | ) | const |
| Qt::CursorShape shape | ( | ) | const |
| void setShape | ( | Qt::CursorShape | newShape | ) |
| const QBitmap* bitmap | ( | ) | const |
| const QBitmap* mask | ( | ) | const |
| QPixmap pixmap | ( | ) | const |
| QPoint hotSpot | ( | ) | const |
| static QPoint pos | ( | ) | [static] |
| static void setPos | ( | int | x, |
| int | y | ||
| ) | [static] |
| static void setPos | ( | const QPoint & | p | ) | [inline, static] |