VR-Forces 5.0.3 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtVectorNetworkTreeLogic.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
9 
10 #pragma once
11 #include <vrvCoreQt/vrvCoreQt.h>
14 
15 namespace makVrv
16 {
17  class DtVectorNetworkTreeInterface;
18  class DtFeatureLayer;
19 
23  {
24  public:
27 
28  protected:
29 
30  void slot_refreshWidget();
31  void slot_featureLayerAdded(const DtFeatureLayer&);
32  void slot_featureLayerRemoved(const DtFeatureLayer&);
33  void slot_selectionChanged(const DtSelectionManager::IdSet& selected,
34  const DtSelectionManager::IdSet& deselected,
37 
38  void slot_changeFeatureSelection(DtElementID id, bool selection );
39 
40  void addFeatureLayer(const DtFeatureLayer&);
41  void removeFeatureLayer(const DtFeatureLayer&);
42 
43  protected:
47  };
48 }
49 
The feature layer is a type of terrain layer which contains features, such as points, lines, areas, and props created from them.
Definition: DtFeatureLayer.h:25
DtVectorNetworkTreeInterface * myWidget
Definition: DtVectorNetworkTreeLogic.h:45
Contains makVrv:DtSelectionManager class.
#define DT_DLL_VRVCOREQT
Definition: vrvCoreQt.h:20
Contains DLL export macros.
The logic for populating the DtVectorNetworkTreeWidget.
Definition: DtVectorNetworkTreeLogic.h:22
DtSignalConnectionManager myManager
Definition: DtVectorNetworkTreeLogic.h:46
The interface used by the DtVectorNetworkTreeWidget and the DtVectorNetworkTreeLogic.
Definition: DtVectorNetworkTreeInterface.h:21
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:20
Base class to provide boost signal/slot management.
SelectionType
The nature of the current selection.
Definition: DtSelectionManager.h:42
DtDe & myDe
Definition: DtVectorNetworkTreeLogic.h:44
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:70
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32

Document ID: Generated on Thu Jun 1 17:58:13 EDT 2023 from SVN revision 255404
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)