VR-Forces 4.1 Class Documentation
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.

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)