VR-Forces 4.10 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 
9 
10 #pragma once
11 
12 #include <vrvCoreQt/vrvCoreQt.h>
13 #include <vrvCore/DtCursor.h>
14 
15 #include <QtGui/QCursor>
16 
17 class QPixmap;
18 
19 namespace makVrv
20 {
25  {
26 
27  public:
28 
30  DtQtCursor();
31 
34 
36  DtQtCursor(const DtCursor&);
37 
39  DtQtCursor(const DtQtCursor&);
40 
42  DtQtCursor(const QPixmap&);
43 
45  virtual ~DtQtCursor();
46 
47  const QCursor& cursor() const;
48 
49  virtual DtCursor* clone() const;
50 
51  protected:
52  QCursor myCursor;
53  };
54 }
55 
56 
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.
QCursor myCursor
Definition: DtQtCursor.h:52
Contains makVrv::DtCursor class.
Qt implementation of the cursor class.
Definition: DtQtCursor.h:24
CursorShape
Definition: DtCursor.h:23

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)