VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWindowLineGroup.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2020 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 #include <vrvCore/DtUniqueID.h>
14 #include <vrvCore/DtWindowObject.h>
15 
16 #include <vector>
17 
18 namespace makVrv
19 {
20  class DtDe;
21  class DtWindowLine;
22 
29  {
30  public:
33 
35  virtual ~DtWindowLineGroup();
36 
38  virtual void setLineCount( unsigned int count );
39 
41  virtual void addLine( float lineWidth, unsigned int stipplePattern,
42  float xVertex0, float yVertex0, float xVertex1, float yVertex1 );
43 
46  virtual void updateLine( unsigned int index, float lineWidth, unsigned int stipplePattern,
47  float xVertex0, float yVertex0, float xVertex1, float yVertex1 );
48  };
49 }
Base class for a graphical object that exists in a window Implements a parenting system for DtWindowO...
Definition: DtWindowObject.h:24
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
Contains makVrv::DtUniqueID type.
A model-like object that controls a group of 2D Lines. This class means that you do not need to store...
Definition: DtWindowLineGroup.h:28
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:72
Contains makVrv::DtWindowObject class.
Contains DLL export macros.

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)