VR-Forces 5.0.1 Developer's Guide
 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) 2021 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 namespace makVrv
18 {
22  {
23  public:
26  {
32  None
33  };
34 
35  public:
38 
40  virtual ~DtObjectsCountTreeInterface();
41 
42  public:
44  virtual void setEntityCounts(const int aliveEntities,
45  const int destroyedEntities, const int aliveAggregates,
46  const int destroyedAggregates) = 0;
47 
49  virtual void setTacticalCounts(const int waypoints, const int routes,
50  const int areas, const int obstacles, const int phaselines) = 0;
51 
52  };
53 }
54 
Definition: DtObjectsCountTreeInterface.h:27
Definition: DtObjectsCountTreeInterface.h:31
Definition: DtObjectsCountTreeInterface.h:30
#define DT_DLL_VRVVRLQT
Definition: vrvVrlQt.h:19
Contains DLL export macros.
TacticalGraphicType
Enumeration for specifying different types of tactical graphics controls.
Definition: DtObjectsCountTreeInterface.h:25
Definition: DtObjectsCountTreeInterface.h:28
The interface used by the DtObjectsCountTreeWidget and the DtObjectsCountTreeLogic.
Definition: DtObjectsCountTreeInterface.h:21
Contains makVrv::DtUniqueID type.
Definition: DtObjectsCountTreeInterface.h:29

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)