QCursor

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this()
Undocumented in source.
this
this(qt.core.namespace.CursorShape shape)
Undocumented in source.
this
this(const(QBitmap) bitmap, const(QBitmap) mask, int hotX, int hotY)
Undocumented in source.
this
this(const(QPixmap) pixmap, int hotX, int hotY)
Undocumented in source.
this
this(const(QCursor) cursor)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

bitmap
const(QBitmap)* bitmap()
Undocumented in source.
bitmap
QBitmap bitmap(qt.core.namespace.ReturnByValueConstant )
Undocumented in source.
hotSpot
QPoint hotSpot()
Undocumented in source.
mask
const(QBitmap)* mask()
Undocumented in source.
mask
QBitmap mask(qt.core.namespace.ReturnByValueConstant )
Undocumented in source.
pixmap
QPixmap pixmap()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
setShape
void setShape(qt.core.namespace.CursorShape newShape)
Undocumented in source.
shape
qt.core.namespace.CursorShape shape()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
pos
QPoint pos()
Undocumented in source.
pos
QPoint pos(const(QScreen) screen)
Undocumented in source.
setPos
void setPos(int x, int y)
Undocumented in source.
setPos
void setPos(QScreen screen, int x, int y)
Undocumented in source.
setPos
void setPos(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
setPos
void setPos(QScreen screen, const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta