![]() |
VR-Forces 4.0.4 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 |
Protected Attributes | |
| QCursor | myCursor |
Qt implementation of the cursor class.
Will keep track of the Qt cursor
CTOR. Defaults to Arrow Cursor.
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const DtCursor & | ) |
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const DtQtCursor & | ) |
CTOR.
| makVrv::DtQtCursor::DtQtCursor | ( | const QPixmap & | ) |
CTOR.
| virtual makVrv::DtQtCursor::~DtQtCursor | ( | ) | [virtual] |
DTOR.
| const QCursor& makVrv::DtQtCursor::cursor | ( | ) | const |
| virtual DtCursor* makVrv::DtQtCursor::clone | ( | ) | const [virtual] |
Reimplemented from makVrv::DtCursor.
QCursor makVrv::DtQtCursor::myCursor [protected] |