VR-Forces 4.5 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrvDrawControl
DtEllipseObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtEllipseObject.h,v $ $Revision: 1.2 $ $State: Exp $
7
******************************************************************************/
8
12
13
#include <
vrvDrawControl/DtEllipseRectangleBase.h
>
14
15
namespace
vrvControlToolkit
16
{
17
24
class
DT_DLL_VRVDRAWCONTROL
DtEllipseObject
:
public
DtEllipseRectangleBase
25
{
26
public
:
51
DtEllipseObject
(DtExerciseConn* exConn,
unsigned
id
,
const
DtVdcVector2D
& position,
52
const
DtVdcVector2D
&
size
,
double
rotation = 0.0,
double
scale = 1.0,
53
DtVdcColor
color =
DtVdcColor::DtVdcWhite
,
bool
fill =
false
,
54
unsigned
pattern = 0xffffffff,
bool
flashing =
false
);
55
/*
60
DtEllipseObject( const DtEllipseObject& orig );
61
63
DtEllipseObject& operator=( const DtEllipseObject& rhs );
64
*/
65
66
// \brief Virtual destructor
67
virtual
~
DtEllipseObject
();
68
69
private
:
74
DtEllipseObject
();
75
76
};
77
78
}
Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (
www.mak.com
)