VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvCoreQt
DtQtCursor.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2010 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtQtCursor.h,v $ $Revision: 1.31 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrvCoreQt/vrvCoreQt.h
>
16
#include <
vrvCore/DtCursor.h
>
17
18
#include <QtGui/QCursor>
19
20
class
QPixmap;
21
22
namespace
makVrv
23
{
27
class
DT_DLL_VRVCOREQT
DtQtCursor
:
public
DtCursor
28
{
29
30
public
:
31
33
DtQtCursor
();
34
36
DtQtCursor
(
CursorShape
);
37
39
DtQtCursor
(
const
DtCursor
&);
40
42
DtQtCursor
(
const
DtQtCursor
&);
43
45
DtQtCursor
(
const
QPixmap&);
46
48
virtual
~
DtQtCursor
();
49
50
const
QCursor& cursor()
const
;
51
52
virtual
DtCursor
* clone()
const
;
53
54
protected
:
55
QCursor
myCursor
;
56
};
57
}
58
59
Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (
www.mak.com
)