VR-Vantage API Documentation
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 
14 
15 namespace vrvControlToolkit
16 {
17 
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:
75 
76  };
77 
78 }


Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)