VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtIndirectFeatureGeomHandlerSignaler.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2024 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 
13 
15 #include <vrvUtil/signalslib.h>
16 
17 namespace osg
18 {
19  class Node;
20 }
21 
22 namespace makVrv
23 {
24  class DtDe;
25  class DtIndirectGeometry;
26 
30  {
31  public:
32 
34  static DtIndirectFeatureGeomHandlerSignaler& instance(DtDe&);
35 
38  protected:
40 
47  public:
48 
49  boost::signalslib::signal<void(osg::Node*, const std::string&)> signal_indirectFeatureGeometryCreated;
50 
51  boost::signalslib::signal<void(osg::Node*)> signal_indirectFeatureGeometryDeleted;
52 
53  boost::signalslib::signal<void(DtIndirectGeometry*, osg::Node*, int)> signal_instanceAdded;
54 
55  protected:
57  };
58 }
boost::signalslib::signal< void(osg::Node *)> signal_indirectFeatureGeometryDeleted
Definition: DtIndirectFeatureGeomHandlerSignaler.h:51
Virtual base class. Allows for RTTI and proper virtual destruction. Used by Creators, Factories, Providers, Assemblers and User Interfaces.
Definition: DtVirtualBaseClass.h:19
#define DT_DLL_VRVOSGEARTH
Definition: vrvOsgEarth.h:21
boost::signalslib::signal< void(DtIndirectGeometry *, osg::Node *, int)> signal_instanceAdded
Definition: DtIndirectFeatureGeomHandlerSignaler.h:53
DtDe & myDe
Definition: DtIndirectFeatureGeomHandlerSignaler.h:56
The signaler object for the makVrv::DtTerrainPatchObject class.
Definition: DtIndirectFeatureGeomHandlerSignaler.h:29
Contains makVrv::DtVirtualBaseClass class.
boost::signalslib::signal< void(osg::Node *, const std::string &)> signal_indirectFeatureGeometryCreated
Definition: DtIndirectFeatureGeomHandlerSignaler.h:49
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:76
Contains DLL export macros.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)