VR-Forces 4.10 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 
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.
Definition: DtCursorManager.h:25
Simple class that is used to define a cursor.
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.
Definition: DtQtCursorManager.h:23
Qt implementation of the cursor class.
Definition: DtQtCursor.h:24
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)