VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtTdbAddFeatureLayerInterface.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 
13 #include <vrvUtil/DtUnicode.h>
14 #include <vrvUtil/signalslib.h>
15 
16 namespace makVrv
17 {
23  {
24  public:
26  virtual void resetWidgets() = 0;
27 
28  public:
29 
32  boost::signalslib::signal<void(const DtUnicode& filepath, bool toFrontEnd, bool toSimEngine)> signal_MAKFeatureLayerDataRequestAdded;
33  };
34 }
Contains DLL export macros.
boost::signalslib::signal< void(const DtUnicode &filepath, bool toFrontEnd, bool toSimEngine)> signal_MAKFeatureLayerDataRequestAdded
Signal emitted when a Tdb feature layer has been added through the gui.
Definition: DtTdbAddFeatureLayerInterface.h:32
DtTdbAddFeatureLayerInterface.
Definition: DtTdbAddFeatureLayerInterface.h:22
#define DT_DLL_VRVTERRAINEDITOR
Definition: vrvTerrainEditor.h:25

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)