VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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. More...
 
virtual ~DtQtCursorManager ()
 DTOR. More...
 
virtual void setCursor (const DtCursor &)
 Create a DtQtCursor to wrap around base cursor class before setting. More...
 
virtual void pushCursor (const DtCursor &)
 Create a DtQtCursor to wrap around base cursor class before pushing onto stack. More...
 
virtual void setCursor (const DtQtCursor &)
 
virtual void pushCursor (const DtQtCursor &)
 
virtual void popCursor ()
 Pops the cursor and returns the cursor popped. More...
 
- Public Member Functions inherited from makVrv::DtCursorManager
 DtCursorManager (DtDe &)
 CTOR. More...
 
virtual ~DtCursorManager ()
 DTOR. More...
 
const DtCursorcurrentCursor () const
 
virtual void pushCursor (DtCursor::CursorShape)
 
int cursorCount () const
 Number of cursors currently on stack. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)