![]() |
VR-Forces 4.6 Class Documentation
|
Qt implementation of the cursor class. More...

Public Member Functions | |
| DtQtCursor () | |
| CTOR. Defaults to Arrow Cursor. | |
| DtQtCursor (CursorShape) | |
| CTOR. | |
| DtQtCursor (const DtCursor &) | |
| CTOR. | |
| DtQtCursor (const DtQtCursor &) | |
| CTOR. | |
| DtQtCursor (const QPixmap &) | |
| CTOR. | |
| virtual | ~DtQtCursor () |
| DTOR. | |
| const QCursor & | cursor () const |
| virtual DtCursor * | clone () const |
Public Member Functions inherited from makVrv::DtCursor | |
| DtCursor () | |
| CTOR. Defaults to Arrow Cursor. | |
| DtCursor (CursorShape) | |
| CTOR. | |
| DtCursor (const DtCursor &) | |
| CTOR. | |
| virtual | ~DtCursor () |
| DTOR. | |
| const CursorShape & | cursorShape () const |
Protected Attributes | |
| QCursor | myCursor |
Protected Attributes inherited from makVrv::DtCursor | |
| CursorShape | myCursorShape |
Additional Inherited Members | |
Public Types inherited from makVrv::DtCursor | |
| enum | CursorShape { ArrowCursor, UpArrowCursor, CrossCursor, WaitCursor, IBeamCursor, SizeVerCursor, SizeHorCursor, SizeBDiagCursor, SizeFDiagCursor, SizeAllCursor, BlankCursor, SplitVCursor, SplitHCursor, PointingHandCursor, ForbiddenCursor, WhatsThisCursor, BusyCursor, OpenHandCursor, ClosedHandCursor, LastCursor = ClosedHandCursor, BitmapCursor = 24, CustomCursor = 25 } |
Qt implementation of the cursor class.
Will keep track of the Qt cursor
| makVrv::DtQtCursor::DtQtCursor | ( | ) |
CTOR. Defaults to Arrow Cursor.
| makVrv::DtQtCursor::DtQtCursor | ( | CursorShape | ) |
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const DtCursor & | ) |
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const DtQtCursor & | ) |
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const QPixmap & | ) |
CTOR.
|
virtual |
DTOR.
| const QCursor& makVrv::DtQtCursor::cursor | ( | ) | const |
|
virtual |
Reimplemented from makVrv::DtCursor.
|
protected |