VR-Forces 4.10 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 
9 
10 #pragma once
11 #include <vrvVrlQt/vrvVrlQt.h>
12 
13 #if !defined(Q_MOC_RUN)
14 #include <vrvCore/DtUniqueID.h>
15 #endif
16 
17 //#include <vrvVrlQt/DtObjectsCountTreeLogic.h>
18 
19 namespace makVrv
20 {
24  {
25  public:
28  {
35  None
36  };
37 
40 
42  virtual ~DtObjectsCountTreeInterface();
43 
45  virtual void addEntityCounts(const int individuals, const int aggregates) = 0;
46 
48  virtual void subtractEntityCounts(const int individuals, const int aggregates) = 0;
49 
51  virtual void addDestroyedCounts(const int destroyedEntities, const int destroyedAggregates) = 0;
52 
54  virtual void subtractDestroyedCounts(const int individualsDestroyed, const int aggregatesDestroyed) = 0;
55 
57  virtual void addTacticalCounts(const int waypoints, const int routes, const int areas, const int obstacles,
58  const int disareas, const int phaselines) = 0;
59 
61  virtual void subtractTacticalCount(const DtElementID& id, const TacticalGraphicType tacticalType) = 0;
62 
63  };
64 }
65 
Definition: DtObjectsCountTreeInterface.h:29
Definition: DtObjectsCountTreeInterface.h:34
Definition: DtObjectsCountTreeInterface.h:32
#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:23
Contains DLL export macros.
TacticalGraphicType
Enumeration for specifying different types of tactical graphics controls.
Definition: DtObjectsCountTreeInterface.h:27
Definition: DtObjectsCountTreeInterface.h:30
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.
Definition: DtObjectsCountTreeInterface.h:23
Contains makVrv::DtUniqueID type.
Definition: DtObjectsCountTreeInterface.h:33
Definition: DtObjectsCountTreeInterface.h:31

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)