VR-Forces 4.8 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtObjectsCountTreeInterface.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2011 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: $ $Revision: $ $State: $
7 ******************************************************************************/
8 
12 
13 #pragma once
14 #include <vrvVrlQt/vrvVrlQt.h>
15 
16 #if !defined(Q_MOC_RUN)
17 #include <vrvCore/DtUniqueID.h>
18 #endif
19 
20 //#include <vrvVrlQt/DtObjectsCountTreeLogic.h>
21 
22 namespace makVrv
23 {
27  {
28  public:
31  {
39  };
40 
43 
45  virtual ~DtObjectsCountTreeInterface();
46 
48  virtual void addEntityCounts(const int individuals, const int aggregates) = 0;
49 
51  virtual void subtractEntityCounts(const int individuals, const int aggregates) = 0;
52 
54  virtual void addDestroyedCounts(const int destroyedEntities, const int destroyedAggregates) = 0;
55 
57  virtual void subtractDestroyedCounts(const int individualsDestroyed, const int aggregatesDestroyed) = 0;
58 
60  virtual void addTacticalCounts(const int waypoints, const int routes, const int areas, const int obstacles,
61  const int disareas, const int phaselines) = 0;
62 
64  virtual void subtractTacticalCount(const DtElementID& id, const TacticalGraphicType tacticalType) = 0;
65 
66  };
67 }
68 
Definition: DtObjectsCountTreeInterface.h:32
Definition: DtObjectsCountTreeInterface.h:37
Definition: DtObjectsCountTreeInterface.h:35
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
DtUniqueID DtElementID
The ElementID is a specific type of unique ID used to represent VR-Vantage uniquely defined elements...
Definition: DtUniqueID.h:26
Contains DLL export macros.
TacticalGraphicType
Enumeration for specifying different types of tactical graphics controls.
Definition: DtObjectsCountTreeInterface.h:30
Definition: DtObjectsCountTreeInterface.h:33
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.
Definition: DtObjectsCountTreeInterface.h:26
Contains makVrv::DtUniqueID type.
Definition: DtTacticalGraphicUtilities.h:57
Definition: DtObjectsCountTreeInterface.h:36
Definition: DtObjectsCountTreeInterface.h:34

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)