VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtCursor.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 <vrvCore/vrvCore.h>
13 
14 namespace makVrv
15 {
20  {
21 
22  public:
24  {
44  LastCursor = ClosedHandCursor,
45  BitmapCursor = 24,
46  CustomCursor = 25
47  };
48 
50  DtCursor();
51 
53  DtCursor(CursorShape);
54 
56  DtCursor(const DtCursor&);
57 
59  virtual ~DtCursor();
60 
61  inline const CursorShape& cursorShape() const
62  {
63  return myCursorShape;
64  }
65 
66  virtual DtCursor* clone() const;
67 
68  protected:
70  };
71 }
72 
73 
Definition: DtCursor.h:30
Simple class that is used to define a cursor. Used in conjunction with the DtCursorManager class to s...
Definition: DtCursor.h:19
Definition: DtCursor.h:27
Definition: DtCursor.h:42
Definition: DtCursor.h:31
Definition: DtCursor.h:34
Definition: DtCursor.h:35
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Definition: DtCursor.h:26
Definition: DtCursor.h:33
Definition: DtCursor.h:36
Definition: DtCursor.h:41
Definition: DtCursor.h:28
Definition: DtCursor.h:39
Definition: DtCursor.h:25
Definition: DtCursor.h:29
Definition: DtCursor.h:32
CursorShape
Definition: DtCursor.h:23
Definition: DtCursor.h:38
Definition: DtCursor.h:37
CursorShape myCursorShape
Definition: DtCursor.h:69
const CursorShape & cursorShape() const
Definition: DtCursor.h:61
Definition: DtCursor.h:43
Definition: DtCursor.h:40
Contains DLL export macros.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)