Definition: informationDialogPage.h:414
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.