VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtQtCursorManager.h,v $ $Revision: 1.31 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtQtCursor;
22 
27  {
28 
29  public:
30 
33 
35  virtual ~DtQtCursorManager();
36 
38  virtual void setCursor(const DtCursor&);
39 
41  virtual void pushCursor(const DtCursor&);
42 
43  virtual void setCursor(const DtQtCursor&);
44  virtual void pushCursor(const DtQtCursor&);
45 
47  virtual void popCursor();
48  };
49 }
50 
51 
Simple class used to set, push or pop the current cursor.
Definition: DtCursorManager.h:25
Simple class that is used to define a cursor.
Definition: DtCursor.h:22
#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.
Definition: DtQtCursorManager.h:26
Qt implementation of the cursor class.
Definition: DtQtCursor.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

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)