VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Dt2DAmbushLineVisualizer.h
Go to the documentation of this file.
1 /******************************************************************************
2 * Copyright (c) 2022 MAK Technologies, Inc.
3 * All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
12 #include <vrvCore/vrvCore.h>
13 
16 
17 namespace makVrv
18 {
19  class DtOverlayAmbushLineModelAgent;
20 
31  {
32  public:
35  DtSceneObjectAgent* sceneObject, DtModelSetId modelSet);
36 
37  virtual ~Dt2DAmbushLineVisualizer();
38 
40  Dt2DAmbushLineVisualizer() = delete;
41 
44 
46  Dt2DAmbushLineVisualizer &operator=( const Dt2DAmbushLineVisualizer& ) = delete;
47 
49  virtual const DtStateVisualizer::TypeInfo& typeInfo() const;
50 
52  static const DtStateVisualizer::TypeInfo& theTypeInfo();
53  public:
55  virtual DtOverlayAmbushLineModelAgent* findAmbushLineModel();
56 
58  virtual void setPickable( bool ) override;
59 
61  virtual void setStipplePattern( unsigned short p) override;
62 
67  virtual void setPixelLineWidth( int ) override;
68 
69  protected:
71  virtual void createModelAgents() override;
72 
74  virtual void destroyModelAgents() override;
75 
77  virtual void setModelDefinitionForAgents() override;
78 
80  virtual void updateColors() override;
81 
82  protected:
83  DtOverlayAmbushLineModelAgent* myAmbushLineModelAgent;
84  };
85 
89 }
Contains the makVrv::DtAmbushLineVisualizer class declaration.
Definition: DtStateVisualizer.h:274
The DtBaseConnection is an abstract class.
Definition: DtBaseConnection.h:35
#define DT_DLL_VRVCORE
Definition: vrvCore.h:20
Implementation of a 2D (overlay) Ambush Line Tactical Graphic Visualizer.
Definition: Dt2DAmbushLineVisualizer.h:30
DtOverlayAmbushLineModelAgent * myAmbushLineModelAgent
Definition: Dt2DAmbushLineVisualizer.h:83
Interface for a Ambush Line Tactical Graphic Visualizer.
Definition: DtAmbushLineVisualizer.h:36
DtModelSetId
Definition: DtModelSetEnums.h:19
The DtStateListener is an abstract class. Subclasses implement functionality that will allow data to ...
Definition: DtStateListener.h:26
Struct to hold metadata about each functional visualizer type This allows users of the factory to get...
Definition: DtStateVisualizer.h:54
Contains DLL export macros.

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)