VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtQtCursorManager.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
17  class DtDe;
18  class DtQtCursor;
19 
24  {
25 
26  public:
27 
30 
32  virtual ~DtQtCursorManager();
33 
35  virtual void setCursor(const DtCursor&);
36 
38  virtual void pushCursor(const DtCursor&);
39 
40  virtual void setCursor(const DtQtCursor&);
41  virtual void pushCursor(const DtQtCursor&);
42 
44  virtual void popCursor();
45  };
46 }
47 
48 
Simple class used to set, push or pop the current cursor. Core implementation will do nothing more th...
Definition: DtCursorManager.h:25
Simple class that is used to define a cursor. Used in conjunction with the DtCursorManager class to s...
Definition: DtCursor.h:19
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
Contains makVrv::DtCursorManager class.
Class used to interface with the Qt cursor system. Will create DtQtCursors to replace incoming DtCurs...
Definition: DtQtCursorManager.h:23
Qt implementation of the cursor class. Will keep track of the Qt cursor.
Definition: DtQtCursor.h:24
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)