VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtQtCursor.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtQtCursor.h,v $ $Revision: 1.31 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCoreQt/vrvCoreQt.h>
16 #include <vrvCore/DtCursor.h>
17 
18 #include <QtGui/QCursor>
19 
20 class QPixmap;
21 
22 namespace makVrv
23 {
28  {
29 
30  public:
31 
33  DtQtCursor();
34 
37 
39  DtQtCursor(const DtCursor&);
40 
42  DtQtCursor(const DtQtCursor&);
43 
45  DtQtCursor(const QPixmap&);
46 
48  virtual ~DtQtCursor();
49 
50  const QCursor& cursor() const;
51 
52  virtual DtCursor* clone() const;
53 
54  protected:
55  QCursor myCursor;
56  };
57 }
58 
59 
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.
QCursor myCursor
Definition: DtQtCursor.h:55
Contains makVrv::DtCursor class.
Qt implementation of the cursor class.
Definition: DtQtCursor.h:27
CursorShape
Definition: DtCursor.h:26

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)