VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrvDrawControl
DtRectangleObject.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2006 MaK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtRectangleObject.h,v $ $Revision: 1.3 $ $State: Exp $
7
******************************************************************************/
8
#pragma once
9
13
14
#include <vlutil/vlString.h>
15
#include <
vrvDrawControl/vrvDrawControl.h
>
16
#include <
vrvDrawControl/DtEllipseRectangleBase.h
>
17
#include <vl/exerciseConn.h>
18
19
namespace
vrvControlToolkit
20
{
21
28
class
DT_DLL_VRVDRAWCONTROL
DtRectangleObject
:
public
DtEllipseRectangleBase
29
{
30
public
:
55
DtRectangleObject
(DtExerciseConn* exConn,
unsigned
id
,
const
DtVdcVector2D
& position,
56
const
DtVdcVector2D
& size,
double
rotation = 0.0,
double
scale = 1.0,
57
DtVdcColor
color =
DtVdcColor::DtVdcWhite
,
bool
fill =
false
,
58
unsigned
pattern = 0xffffffff,
bool
flashing =
false
);
59
60
// \brief Virtual destructor
61
virtual
~
DtRectangleObject
();
62
63
private
:
68
DtRectangleObject
();
69
70
};
71
}
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
)