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 #include "temperatureStateData.h"
10 
11 #include <boost/signals2.hpp>
12 
16 {
17 public:
20  {
21  }
22 
25  {
26  }
27 
28  virtual ~DtTemperatureItem();
29 
30  static std::string creatorName();
31 
32 protected:
36 
39 
40 protected:
42  boost::signals2::scoped_connection myDataUpdateConnection;
43 };
44 
DtTemperatureItem(makVrv::DtDe &de)
Definition: temperatureItem.h:18
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtTemperatureItem > DtTemperatureItemCreator
Creator used by information dialog manager to create information item.
Definition: temperatureItem.h:46
DtTemperatureItem(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: temperatureItem.h:23
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:34
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...
Definition: entityInformationPageItems.h:31
virtual ~DtTemperatureItem()
virtual QString title(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Called when the information dialog wants to show the items title (column 0).
static std::string creatorName()
The DtTemperatureItem informatoon item will use the newly created DtTemperatureStateData to view temp...
Definition: temperatureItem.h:15
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:72
Contains makVrv::DtEntityInformationPageItems class.
const DtTemperatureStateDataView * myStateView
Definition: temperatureItem.h:41
boost::signals2::scoped_connection myDataUpdateConnection
Definition: temperatureItem.h:42

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)