VR-Forces 4.6 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 
15 
16 namespace vrvControlToolkit
17 {
26  {
27  public:
40  const DtGlobalObjectDesignator& templateId,
41  const DtString& name, double minRange, double maxRange);
42 
43  // \brief Virtual destructor
45 
48  const DtBarAttributeTemplateObject& orig );
49 
51  DtBarAttributeTemplateObject& operator=(
52  const DtBarAttributeTemplateObject& rhs );
53 
54  private:
60 
61  public:
62 
68  virtual double minRange() const;
69 
70 
76  virtual double maxRange() const;
77 
78  protected:
79  double myMinRange;
80  double myMaxRange;
81 
82  };
83 }

Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)