VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
DtAttributeGroupTemplateObject.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2006 MaK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 /******************************************************************************
6 ** $RCSfile: DtAttributeGroupTemplateObject.h,v $ $Revision: 1.3 $ $State: Exp $
7 ******************************************************************************/
8 #pragma once
9 
15 
16 #include <map>
17 #include <list>
18 
20 
23 
24 namespace vrvControlToolkit
25 {
26 
28  typedef std::list<DtAttributeTemplateObject*> DtVdcAttributeTemplateList;
29 
32  typedef std::map<DtString, DtAttributeTemplateObject*>
34 
42  {
43  public:
51  DtAttributeGroupTemplateObject(DtExerciseConn* exConn, unsigned id,
52  const DtString& name);
53 
54  // \brief Virtual destructor
56 
57  private:
63 
68  const DtAttributeGroupTemplateObject& orig);
69 
75 
76  public:
82  virtual const DtString& name() const;
83 
95  virtual DtAttributeTemplateObject* createAttributeTemplate(const DtString& name,
97 
109  virtual DtAttributeTemplateObject* createAttributeTemplate(const DtString& name,
110  double minRange, double maxRange);
111 
117  virtual DtVdcAttributeTemplateList& attributeTemplates();
118 
125  virtual DtAttributeTemplateObject* attributeTemplate(
126  const DtString& name);
127 
132  virtual void update();
133 
134  protected:
138  };
139 }

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)