VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtCursor.h,v $ $Revision: 1.31 $ $State: Exp $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 
15 #include <vrvCore/vrvCore.h>
16 
17 namespace makVrv
18 {
23  {
24 
25  public:
27  {
47  LastCursor = ClosedHandCursor,
48  BitmapCursor = 24,
49  CustomCursor = 25
50  };
51 
53  DtCursor();
54 
56  DtCursor(CursorShape);
57 
59  DtCursor(const DtCursor&);
60 
62  virtual ~DtCursor();
63 
64  inline const CursorShape& cursorShape() const
65  {
66  return myCursorShape;
67  }
68 
69  virtual DtCursor* clone() const;
70 
71  protected:
73  };
74 }
75 
76 
Definition: DtCursor.h:33
Simple class that is used to define a cursor.
Definition: DtCursor.h:22
Definition: DtCursor.h:30
Definition: DtCursor.h:45
Definition: DtCursor.h:34
Definition: DtCursor.h:37
Definition: DtCursor.h:38
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Definition: DtCursor.h:29
Definition: DtCursor.h:36
Definition: DtCursor.h:39
Definition: DtCursor.h:44
Definition: DtCursor.h:31
Definition: DtCursor.h:42
Definition: DtCursor.h:28
Definition: DtCursor.h:32
Definition: DtCursor.h:35
CursorShape
Definition: DtCursor.h:26
Definition: DtCursor.h:41
Definition: DtCursor.h:40
CursorShape myCursorShape
Definition: DtCursor.h:72
const CursorShape & cursorShape() const
Definition: DtCursor.h:64
Definition: DtCursor.h:46
Definition: DtCursor.h:43
Contains DLL export macros.

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)