VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
DtEntityMass.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtEntityMass.h,v $ $Revision: 97901 $ $State: Exp $
7 ******************************************************************************/
8 
9 //\file DtEntityMass.h
10 //\brief Contains makVrf::DtEntityMass class.
11 //\ingroup addAttrGui
12 
13 #pragma once
14 
17 
18 //Using the generic page item class, create a subclass to show the mass. This implementation
19 //will need to do a little more work than the base class in that the mass is stored in a
20 //different structure than the base entity state information. See DtEntityMass.cxx for more information
22 {
23 public:
26  {
27  }
28 
31  {
32  }
33 
34  virtual ~DtEntityMass();
35 
36  static std::string creatorName();
37 
38 protected:
39  //Called when the information dialog wants to show a value. Override to return the value of this information item
41 
42  //Called when the information dialog wants to show the items title (column 0).
44 
45 protected:
47 };
48 
49 //Creator used by information dialog manager to create information item.
static std::string creatorName()
makVrf::makVrfGuiObjectInformationQt::DtItemUpdateFunctionCreator< DtEntityMass > DtEntityMassCreator
Definition: DtEntityMass.h:50
Definition: DtEntityMass.h:21
virtual QString value(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
DtBoost::shared_ptr< DtVrfVrlinkDataInterface > DtVrfVrlinkDataInterfacePtr
Definition: vrfVrlinkDataInterface.h:167
DtEntityStatePageItem(makVrv::DtDe &de)
Definition: entityInformationPageItems.h:34
DtEntityMass(makVrv::DtDe &de)
Definition: DtEntityMass.h:24
Definition: entityInformationPageItems.h:31
virtual ~DtEntityMass()
makVrf::DtVrfVrlinkDataInterfacePtr myAdditionalState
Definition: DtEntityMass.h:46
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69
virtual QString title(makVrv::DtStateView< makVrv::DtVrlinkSimulatedBaseState > *)
Contains makVrv::DtEntityInformationPageItems class.
DtEntityMass(makVrf::makVrfGuiObjectInformationQt::DtInformationDialogPageLogic *l)
Definition: DtEntityMass.h:29

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)