VR-Forces 4.8 Class Documentation
 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 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvCoreQt/vrvCoreQt.h>
17 
18 namespace makVrv
19 {
20  class DtVectorNetworkTreeInterface;
21  class DtFeatureLayer;
22 
26  {
27  public:
30 
31  protected:
32 
33  void slot_refreshWidget();
34  void slot_featureLayerAdded(const DtFeatureLayer&);
35  void slot_featureLayerRemoved(const DtFeatureLayer&);
36  void slot_selectionChanged(const DtSelectionManager::IdSet& selected,
37  const DtSelectionManager::IdSet& deselected,
40 
41  void slot_changeFeatureSelection(DtElementID id, bool selection );
42 
43  void addFeatureLayer(const DtFeatureLayer&);
44  void removeFeatureLayer(const DtFeatureLayer&);
45 
46  protected:
50  };
51 }
52 
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:28
DtVectorNetworkTreeInterface * myWidget
Definition: DtVectorNetworkTreeLogic.h:48
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:25
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
DtSignalConnectionManager myManager
Definition: DtVectorNetworkTreeLogic.h:49
The interface used by the DtVectorNetworkTreeWidget and the DtVectorNetworkTreeLogic.
Definition: DtVectorNetworkTreeInterface.h:24
Class to manage disconnection of boost connections on deletion.
Definition: DtSignalConnectionManager.h:24
Base class to provide boost signal/slot management.
SelectionType
The nature of the current selection.
Definition: DtSelectionManager.h:42
DtDe & myDe
Definition: DtVectorNetworkTreeLogic.h:47
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
std::set< DtUniqueID > IdSet
Definition: DtSelectionManager.h:32

Document ID: Generated on Thu Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)