![]() |
VR-Forces 4.6 Class Documentation
|
Class used to interface with the Qt cursor system. More...

Public Member Functions | |
| DtQtCursorManager (DtDe &) | |
| CTOR. | |
| virtual | ~DtQtCursorManager () |
| DTOR. | |
| virtual void | setCursor (const DtCursor &) |
| Create a DtQtCursor to wrap around base cursor class before setting. | |
| virtual void | pushCursor (const DtCursor &) |
| Create a DtQtCursor to wrap around base cursor class before pushing onto stack. | |
| virtual void | setCursor (const DtQtCursor &) |
| virtual void | pushCursor (const DtQtCursor &) |
| virtual void | popCursor () |
| Pops the cursor and returns the cursor popped. | |
Public Member Functions inherited from makVrv::DtCursorManager | |
| DtCursorManager (DtDe &) | |
| CTOR. | |
| virtual | ~DtCursorManager () |
| DTOR. | |
| const DtCursor & | currentCursor () const |
| virtual void | pushCursor (DtCursor::CursorShape) |
| int | cursorCount () const |
| Number of cursors currently on stack. | |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. | |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrv::DtCursorManager | |
| static DtCursorManager & | instance (DtDe &) |
| static void | registerInstance (DtDe &, DtCursorManager *) |
Protected Types inherited from makVrv::DtCursorManager | |
| typedef std::stack< DtCursor * > | CursorStack |
Protected Attributes inherited from makVrv::DtCursorManager | |
| CursorStack | myCursorStack |
| DtCursor * | myCurrentCursor |
| DtDe & | myDe |
Class used to interface with the Qt cursor system.
Will create DtQtCursors to replace incoming DtCursors
| makVrv::DtQtCursorManager::DtQtCursorManager | ( | DtDe & | ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Create a DtQtCursor to wrap around base cursor class before setting.
Reimplemented from makVrv::DtCursorManager.
|
virtual |
Create a DtQtCursor to wrap around base cursor class before pushing onto stack.
Reimplemented from makVrv::DtCursorManager.
|
virtual |
|
virtual |
|
virtual |
Pops the cursor and returns the cursor popped.
Reimplemented from makVrv::DtCursorManager.