VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtRectangleObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
10 
11 #include <vlutil/vlString.h>
14 #include <vl/exerciseConn.h>
15 
16 namespace vrvControlToolkit
17 {
18 
26  {
27  public:
52  DtRectangleObject(DtExerciseConn* exConn, unsigned id, const DtVdcVector2D& position,
53  const DtVdcVector2D& size, double rotation = 0.0, double scale = 1.0,
54  DtVdcColor color = DtVdcColor::DtVdcWhite, bool fill = false,
55  unsigned pattern = 0xffffffff, bool flashing = false );
56 
57  // \brief Virtual destructor
58  virtual ~DtRectangleObject();
59 
60  private:
66 
67  };
68 }
A common base class for representing ellipses and rectangles.
Definition: DtEllipseRectangleBase.h:37
voidpf void uLong size
Definition: ioapi.h:39
static const DtVdcColor DtVdcWhite
Constant for the color White.
Definition: DtVdcColor.h:186
Definition: DtVdcVector2D.h:33
A 2D rectangular Stealth Draw Control Object.
Definition: DtRectangleObject.h:25
DtVdcColor represents colors for Draw Control Objects.
Definition: DtVdcColor.h:21
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
DtEllipseRectangleBase.h contains the class definition for DtEllipseRectangleBase, which is a common base class used to by DtEllipseObject and DtRectangleObject to represent elliptical and rectangular Stealth Draw Control Objects, respectively.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)