VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtWindowTriangleFan.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/DtWindowObject.h>
13 
14 #include <vector>
15 
16 namespace makVrv
17 {
18  class DtDe;
19  class DtWindowTriangleFanInstance;
20 
38  {
39  public:
42 
44  virtual ~DtWindowTriangleFan();
45 
47  virtual void setVertex( int i, double x, double y );
48 
50  virtual void setNumVertices( int numVertices );
51 
53  virtual void setVisible( bool isVisible );
54 
56  virtual void setStipplePattern( unsigned int stipplePattern );
57 
59  virtual void setColor( float r, float g, float b, float a );
60 
63  virtual void setGroup( int groupId );
64 
69  virtual void setChannelOverlay( const std::string& displayName,
70  const std::string& windowName, const std::string& channelName ) override ;
71  protected:
73  virtual void update();
74 
76  virtual void needsUpdate();
77  protected:
80  };
81 }
bool myConnectedToPostUpdate
Definition: DtWindowTriangleFan.h:79
Interface for a DtWindowTriangleFanInstance. DtWindowTriangleFan calls the methods in this class whic...
Definition: DtWindowTriangleFanInstance.h:25
DtWindowTriangleFanInstance * myInstance
Definition: DtWindowTriangleFan.h:78
Base class for a graphical object that exists in a window Implements a parenting system for DtWindowO...
Definition: DtWindowObject.h:24
A model-like object that draws a 2D polygon on screen. This polygon class inherits from DtWindowObjec...
Definition: DtWindowTriangleFan.h:37
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
unsigned long long DtUniqueID
Definition: DtUniqueID.h:19
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.

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)