public class QCursor: QtSupport, System.IDisposable
System.Object
QtSupport
QCursorThis type implements System.IDisposable.
Qt Namespace
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
public void QCursor();
Qt.QCursor Class, Qt Namespace
public void QCursor(int shape);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask, int hotX, int hotY);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QPixmap pixmap, int hotX, int hotY);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QCursor arg1);
Qt.QCursor Class, Qt Namespace
public void QCursor(uint arg1);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QBitmap bitmap, Qt.QBitmap mask, int hotX);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QPixmap pixmap);
Qt.QCursor Class, Qt Namespace
public void QCursor(Qt.QPixmap pixmap, int hotX);
Qt.QCursor Class, Qt Namespace
public void QCursor(void * ptr);
Qt.QCursor Class, Qt Namespace
public Qt.QBitmap Bitmap();
Qt.QCursor Class, Qt Namespace
public static void Cleanup();
Qt.QCursor Class, Qt Namespace
protected override void Finalize();
Qt.QCursor Class, Qt Namespace
public uint Handle();
Qt.QCursor Class, Qt Namespace
public Qt.QPoint HotSpot();
Qt.QCursor Class, Qt Namespace
public static void Initialize();
Qt.QCursor Class, Qt Namespace
public Qt.QBitmap Mask();
Qt.QCursor Class, Qt Namespace
public static Qt.QPoint Pos();
Qt.QCursor Class, Qt Namespace
public static void SetPos(int x, int y);
Qt.QCursor Class, Qt Namespace
public static void SetPos(Qt.QPoint arg1);
Qt.QCursor Class, Qt Namespace
public void SetShape(int arg1);
Qt.QCursor Class, Qt Namespace
public int Shape();
Qt.QCursor Class, Qt Namespace
public static int X11Screen();
Qt.QCursor Class, Qt Namespace