VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtBarAttributeTemplateObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2007 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtBarAttributeTemplateObject.h,v $ $Revision: 1.2 $ $State: Exp $
7 ******************************************************************************/
8 #pragma once
9 
14 #include <vlutil/vlString.h>
15 
18 
19 namespace vrvControlToolkit
20 {
29  {
30  public:
43  const DtGlobalObjectDesignator& templateId,
44  const DtString& name, double minRange, double maxRange);
45 
46  // \brief Virtual destructor
48 
51  const DtBarAttributeTemplateObject& orig );
52 
54  DtBarAttributeTemplateObject& operator=(
55  const DtBarAttributeTemplateObject& rhs );
56 
57  private:
63 
64  public:
65 
71  virtual double minRange() const;
72 
73 
79  virtual double maxRange() const;
80 
81  protected:
82  double myMinRange;
83  double myMaxRange;
84 
85  };
86 }

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)