QCursor.this

Undocumented in source.
  1. this()
  2. this(qt.core.namespace.CursorShape shape)
  3. this(const(QBitmap) bitmap, const(QBitmap) mask, int hotX, int hotY)
    struct QCursor
    this
    (
    ref const(QBitmap) bitmap
    ,
    ref const(QBitmap) mask
    ,
    int hotX = -1
    ,
    int hotY = -1
    )
  4. this(const(QPixmap) pixmap, int hotX, int hotY)
  5. this(const(QCursor) cursor)

Meta