VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions
makVrv::DtQtCursorManager Class Reference

Class used to interface with the Qt cursor system. More...

Inheritance diagram for makVrv::DtQtCursorManager:
Inheritance graph
[legend]

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 DtCursorcurrentCursor () 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 DtCursorManagerinstance (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
DtCursormyCurrentCursor
DtDemyDe

Detailed Description

Class used to interface with the Qt cursor system.

Will create DtQtCursors to replace incoming DtCursors

Constructor & Destructor Documentation

makVrv::DtQtCursorManager::DtQtCursorManager ( DtDe )

CTOR.

virtual makVrv::DtQtCursorManager::~DtQtCursorManager ( )
virtual

DTOR.

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)