VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEllipseObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2019 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 #pragma once
6 
10 
12 
13 namespace vrvControlToolkit
14 {
15 
23  {
24  public:
49  DtEllipseObject(DtExerciseConn* exConn, unsigned id, const DtVdcVector2D& position,
50  const DtVdcVector2D& size, double rotation = 0.0, double scale = 1.0,
51  DtVdcColor color = DtVdcColor::DtVdcWhite, bool fill = false,
52  unsigned pattern = 0xffffffff, bool flashing = false );
53  /*
58  DtEllipseObject( const DtEllipseObject& orig );
59 
61  DtEllipseObject& operator=( const DtEllipseObject& rhs );
62  */
63 
64  // \brief Virtual destructor
65  virtual ~DtEllipseObject();
66 
67  private:
73 
74  };
75 
76 }
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
DtVdcColor represents colors for Draw Control Objects.
Definition: DtVdcColor.h:21
#define DT_DLL_VRVDRAWCONTROL
Definition: vrvDrawControl.h:15
A 2D elliptical Stealth Draw Control Object.
Definition: DtEllipseObject.h:22
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 Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)