VR-Forces Development_Version 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 
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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)