VR-Forces 4.7 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
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 Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)