VR-Forces 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 
14 
17 {
18 public:
21  {
22  }
23 
26  {
27  }
28 
29  virtual ~DtHitStats() override;
30 
31  static std::string creatorName();
32 
33 protected:
36  virtual QString value(makVrf::DtSimObjectReference) const override;
37 
39  virtual QString title(makVrf::DtSimObjectReference) const override;
40 
41 };
42 
45 
48 {
49 public:
52  {
53  }
54 
57  {
58  }
59 
60  virtual ~DtMissStats() override;
61 
62  static std::string creatorName();
63 
64 protected:
67  virtual QString value(makVrf::DtSimObjectReference) const override;
68 
70  virtual QString title(makVrf::DtSimObjectReference) const override;
71 
72 };
73 
virtual QString title(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show the items title (column 0).
DtMissStats(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: accuracyStats.h:55
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:41
These classes are derived from the generic page item class to show the number of hits and misses...
Definition: accuracyStats.h:16
virtual QString value(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show a value. Override to return the value of this inform...
Class to display the number of misses.
Definition: accuracyStats.h:47
DtMissStats(makVrv::DtDe &de)
Definition: accuracyStats.h:50
static std::string creatorName()
Definition: entityInformationPageItems.h:38
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtHitStats > DtHitStatsCreator
Creator used by information dialog manager to create information item.
Definition: accuracyStats.h:44
DtHitStats(makVrv::DtDe &de)
Definition: accuracyStats.h:19
static std::string creatorName()
virtual ~DtMissStats() override
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtMissStats > DtMissStatsCreator
Creator used by information dialog manager to create information item.
Definition: accuracyStats.h:75
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:76
virtual ~DtHitStats() override
DtHitStats(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: accuracyStats.h:24
virtual QString value(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show a value. Override to return the value of this inform...
virtual QString title(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show the items title (column 0).
Contains makVrv::DtEntityInformationPageItems class.

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)