org.kde.qt
public class QCursor extends Qt
Constructor Summary | |
---|---|
protected | QCursor(Class dummy) |
QCursor() | |
QCursor(int shape) | |
QCursor(QBitmap bitmap, QBitmap mask, int hotX, int hotY) | |
QCursor(QBitmap bitmap, QBitmap mask, int hotX) | |
QCursor(QBitmap bitmap, QBitmap mask) | |
QCursor(QPixmap pixmap, int hotX, int hotY) | |
QCursor(QPixmap pixmap, int hotX) | |
QCursor(QPixmap pixmap) | |
QCursor(QCursor arg1) |
Method Summary | |
---|---|
QBitmap | bitmap() |
static void | cleanup() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
QPoint | hotSpot() |
static void | initialize() |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QBitmap | mask() |
static QPoint | pos() |
static void | setPos(int x, int y) |
static void | setPos(QPoint arg1) |
void | setShape(int arg1) |
int | shape() |