VR-Forces 4.6.1 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 

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)