Qt.QCursor Class

public class QCursor: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QCursor

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QCursor Constructors

QCursor() Constructor
QCursor(int) Constructor
QCursor(Qt.QBitmap, Qt.QBitmap, int, int) Constructor
QCursor(Qt.QPixmap, int, int) Constructor
QCursor(Qt.QCursor) Constructor
QCursor(uint) Constructor
QCursor(Qt.QBitmap, Qt.QBitmap) Constructor
QCursor(Qt.QBitmap, Qt.QBitmap, int) Constructor
QCursor(Qt.QPixmap) Constructor
QCursor(Qt.QPixmap, int) Constructor
QCursor(void *) Constructor

QCursor Methods

QCursor.Bitmap Method
QCursor.Cleanup Method
QCursor.Finalize Method
QCursor.Handle Method
QCursor.HotSpot Method
QCursor.Initialize Method
QCursor.Mask Method
QCursor.Pos Method
QCursor.SetPos(int, int) Method
QCursor.SetPos(Qt.QPoint) Method
QCursor.SetShape Method
QCursor.Shape Method
QCursor.X11Screen Method


QCursor() Constructor

public void QCursor();

See Also

Qt.QCursor Class, Qt Namespace

QCursor(int) Constructor

public void QCursor(int shape);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QBitmap, Qt.QBitmap, int, int) Constructor

public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask, int hotX, int hotY);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QPixmap, int, int) Constructor

public void QCursor(Qt.QPixmap pixmap, int hotX, int hotY);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QCursor) Constructor

public void QCursor(Qt.QCursor arg1);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(uint) Constructor

public void QCursor(uint arg1);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QBitmap, Qt.QBitmap) Constructor

public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QBitmap, Qt.QBitmap, int) Constructor

public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask, int hotX);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QPixmap) Constructor

public void QCursor(Qt.QPixmap pixmap);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(Qt.QPixmap, int) Constructor

public void QCursor(Qt.QPixmap pixmap, int hotX);

See Also

Qt.QCursor Class, Qt Namespace

QCursor(void *) Constructor

public void QCursor(void * ptr);

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Bitmap Method

public Qt.QBitmap Bitmap();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Cleanup Method

public static void Cleanup();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Finalize Method

protected override void Finalize();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Handle Method

public uint Handle();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.HotSpot Method

public Qt.QPoint HotSpot();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Initialize Method

public static void Initialize();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Mask Method

public Qt.QBitmap Mask();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Pos Method

public static Qt.QPoint Pos();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.SetPos(int, int) Method

public static void SetPos(int x, int y);

See Also

Qt.QCursor Class, Qt Namespace

QCursor.SetPos(Qt.QPoint) Method

public static void SetPos(Qt.QPoint arg1);

See Also

Qt.QCursor Class, Qt Namespace

QCursor.SetShape Method

public void SetShape(int arg1);

See Also

Qt.QCursor Class, Qt Namespace

QCursor.Shape Method

public int Shape();

See Also

Qt.QCursor Class, Qt Namespace

QCursor.X11Screen Method

public static int X11Screen();

See Also

Qt.QCursor Class, Qt Namespace