![]() |
VR-Forces 4.5 Class Documentation
|
Simple class that is used to define a cursor. More...

Public Types | |
| 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 } |
Public Member Functions | |
| DtCursor () | |
| CTOR. Defaults to Arrow Cursor. | |
| DtCursor (CursorShape) | |
| CTOR. | |
| DtCursor (const DtCursor &) | |
| CTOR. | |
| virtual | ~DtCursor () |
| DTOR. | |
| const CursorShape & | cursorShape () const |
| virtual DtCursor * | clone () const |
Protected Attributes | |
| CursorShape | myCursorShape |
Simple class that is used to define a cursor.
Used in conjunction with the DtCursorManager class to set the application cursor.
| makVrv::DtCursor::DtCursor | ( | ) |
CTOR. Defaults to Arrow Cursor.
| makVrv::DtCursor::DtCursor | ( | CursorShape | ) |
CTOR.
| makVrv::DtCursor::DtCursor | ( | const DtCursor & | ) |
CTOR.
|
virtual |
DTOR.
|
inline |
|
virtual |
Reimplemented in makVrv::DtQtCursor.
|
protected |