![]() |
VR-Forces 4.0.4 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. | |
Class used to interface with the Qt cursor system.
Will create DtQtCursors to replace incoming DtCursors
CTOR.
| virtual makVrv::DtQtCursorManager::~DtQtCursorManager | ( | ) | [virtual] |
DTOR.
| virtual void makVrv::DtQtCursorManager::setCursor | ( | const DtCursor & | ) | [virtual] |
Create a DtQtCursor to wrap around base cursor class before setting.
Reimplemented from makVrv::DtCursorManager.
| virtual void makVrv::DtQtCursorManager::pushCursor | ( | const DtCursor & | ) | [virtual] |
Create a DtQtCursor to wrap around base cursor class before pushing onto stack.
Reimplemented from makVrv::DtCursorManager.
| virtual void makVrv::DtQtCursorManager::setCursor | ( | const DtQtCursor & | ) | [virtual] |
| virtual void makVrv::DtQtCursorManager::pushCursor | ( | const DtQtCursor & | ) | [virtual] |
| virtual void makVrv::DtQtCursorManager::popCursor | ( | ) | [virtual] |
Pops the cursor and returns the cursor popped.
Reimplemented from makVrv::DtCursorManager.