org.kde.qt

Class QCursor

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
QBitmapbitmap()
static voidcleanup()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
QPointhotSpot()
static voidinitialize()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QBitmapmask()
static QPointpos()
static voidsetPos(int x, int y)
static voidsetPos(QPoint arg1)
voidsetShape(int arg1)
intshape()

Constructor Detail

QCursor

protected QCursor(Class dummy)

QCursor

public QCursor()

QCursor

public QCursor(int shape)

QCursor

public QCursor(QBitmap bitmap, QBitmap mask, int hotX, int hotY)

QCursor

public QCursor(QBitmap bitmap, QBitmap mask, int hotX)

QCursor

public QCursor(QBitmap bitmap, QBitmap mask)

QCursor

public QCursor(QPixmap pixmap, int hotX, int hotY)

QCursor

public QCursor(QPixmap pixmap, int hotX)

QCursor

public QCursor(QPixmap pixmap)

QCursor

public QCursor(QCursor arg1)

Method Detail

bitmap

public QBitmap bitmap()

cleanup

public static void cleanup()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

hotSpot

public QPoint hotSpot()

initialize

public static void initialize()

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

mask

public QBitmap mask()

pos

public static QPoint pos()

setPos

public static void setPos(int x, int y)

setPos

public static void setPos(QPoint arg1)

setShape

public void setShape(int arg1)

shape

public int shape()