![]() |
VR-Forces 4.0.4 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.
CTOR. Defaults to Arrow Cursor.
CTOR.
| makVrv::DtCursor::DtCursor | ( | const DtCursor & | ) |
CTOR.
| virtual makVrv::DtCursor::~DtCursor | ( | ) | [virtual] |
DTOR.
| const CursorShape& makVrv::DtCursor::cursorShape | ( | ) | const [inline] |
| virtual DtCursor* makVrv::DtCursor::clone | ( | ) | const [virtual] |
Reimplemented in makVrv::DtQtCursor.
CursorShape makVrv::DtCursor::myCursorShape [protected] |