VR-Forces 5.0.2 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
accuracyStats.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2017 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 //\file accuracyStats.h
7 //\brief Contains DtHitStats and DtMissStats classes.
9 //\ingroup addAttrGui
10 
11 #pragma once
12 
15 
16 
19 {
20 public:
23  {
24  }
25 
28  {
29  }
30 
31  virtual ~DtHitStats();
32 
33  static std::string creatorName();
34 
35 protected:
39 
42 
43 };
44 
47 
50 {
51 public:
54  {
55  }
56 
59  {
60  }
61 
62  virtual ~DtMissStats();
63 
64  static std::string creatorName();
65 
66 protected:
70 
73 
74 };
75 
virtual QString value(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Called when the information dialog wants to show a value. Override to return the value of this inform...
virtual ~DtMissStats()
DtMissStats(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: accuracyStats.h:57
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:34
These classes are derived from the generic page item class to show the number of hits and misses...
Definition: accuracyStats.h:18
virtual QString title(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Called when the information dialog wants to show the items title (column 0).
Class to display the number of misses.
Definition: accuracyStats.h:49
DtMissStats(makVrv::DtDe &de)
Definition: accuracyStats.h:52
static std::string creatorName()
Definition: entityInformationPageItems.h:31
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtHitStats > DtHitStatsCreator
Creator used by information dialog manager to create information item.
Definition: accuracyStats.h:46
DtHitStats(makVrv::DtDe &de)
Definition: accuracyStats.h:21
static std::string creatorName()
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtMissStats > DtMissStatsCreator
Creator used by information dialog manager to create information item.
Definition: accuracyStats.h:77
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
virtual ~DtHitStats()
virtual QString title(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Called when the information dialog wants to show the items title (column 0).
virtual QString value(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Called when the information dialog wants to show a value. Override to return the value of this inform...
DtHitStats(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: accuracyStats.h:26
Contains makVrv::DtEntityInformationPageItems class.

Document ID: Generated on Sun Dec 4 20:22:03 EST 2022 from SVN revision 249613
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)