VR-Forces 4.1.1 Class Documentation
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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)