VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
temperatureItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2022 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
6 #pragma once
7 
9 
10 #include <boost/signals2.hpp>
11 
15 {
16 public:
19  {
20  }
21 
24  {
25  }
26 
27  virtual ~DtTemperatureItem() override;
28 
29  static std::string creatorName();
30 
31 protected:
34  virtual QString value(makVrf::DtSimObjectReference) const override;
35 
37  virtual QString title(makVrf::DtSimObjectReference) const override;
38 };
39 
DtTemperatureItem(makVrv::DtDe &de)
Definition: temperatureItem.h:17
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.

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)