10 #include <boost/signals2.hpp>
DtTemperatureItem(makVrv::DtDe &de)
Definition: temperatureItem.h:17
Definition: informationDialogPage.h:414
virtual ~DtTemperatureItem() override
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...
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtTemperatureItem > DtTemperatureItemCreator
Creator used by information dialog manager to create information item.
Definition: temperatureItem.h:41
DtTemperatureItem(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: temperatureItem.h:22
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:41
virtual QString title(makVrf::DtSimObjectReference) const override
Called when the information dialog wants to show the items title (column 0).
Definition: entityInformationPageItems.h:38
static std::string creatorName()
The DtTemperatureItem informatoon item will use the newly created DtTemperatureStateData to view temp...
Definition: temperatureItem.h:14
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
Contains makVrv::DtEntityInformationPageItems class.