VR-Forces 4.3.1 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateModelResolutionDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2013 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #pragma once
13 
15 #include "vrfutil/rwStringList.h"
16 
21 {
22 public:
24  DtAggregateModelResolutionDescriptor(const DtString& componentName,
25  DtReaderWriterRegistry* parentRegistry = 0);
26 
29  DtReaderWriterRegistry* parentRegistry = 0);
30 
32 
36 
39  virtual DtString type() const;
40 
42  DtReaderWriterRegistry* parentRegistry = 0) const;
43 
46  virtual DtRwStringList & aggregatedSystemList();
47  virtual const DtRwStringList & aggregatedSystemList() const;
48  virtual void setAggregatedSystemList(const DtRwStringList & list);
50 
53  virtual DtRwStringList & disaggregatedSystemList();
54  virtual const DtRwStringList & disaggregatedSystemList() const;
55  virtual void setDisaggregatedSystemList(const DtRwStringList & list);
57 
60  virtual DtRwStringList & aggregatedComponentList();
61  virtual const DtRwStringList & aggregatedComponentList() const;
62  virtual void setAggregatedComponentList(const DtRwStringList & list);
64 
67  virtual DtRwStringList & disaggregatedComponentList();
68  virtual const DtRwStringList & disaggregatedComponentList() const;
69  virtual void setDisggregatedComponentList(const DtRwStringList & list);
71 
74  virtual bool allowAggregateStateSet() const;
75  virtual void setAllowAggregateStateSet(bool);
77 
80 
81 protected:
84 
85 protected:
88 
89 
94 
99 
104 
109 
115 };

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)