VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: DtRectangleObject.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 #pragma once
9 
13 
14 #include <vlutil/vlString.h>
17 #include <vl/exerciseConn.h>
18 
19 namespace vrvControlToolkit
20 {
21 
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:
69 
70  };
71 }
A common base class for representing ellipses and rectangles.
Definition: DtEllipseRectangleBase.h:40
voidpf void uLong size
Definition: ioapi.h:39
static const DtVdcColor DtVdcWhite
Constant for the color White.
Definition: DtVdcColor.h:189
Definition: DtVdcVector2D.h:36
A 2D rectangular Stealth Draw Control Object.
Definition: DtRectangleObject.h:28
DtVdcColor represents colors for Draw Control Objects.
Definition: DtVdcColor.h:24
#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 Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)