VR-Forces 4.2 Class Documentation
aggregateMoveToPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateMoveToPSR.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef DtAggregateMoveToPSR_H_
15 #define DtAggregateMoveToPSR_H_
16 
18 #include "vrfobjcore/processSR.h"
19 #include "vrfutil/rwReal.h"
20 #include "vrfutil/rwStringList.h"
21 
22 #include <set>
23 
27 {
28 public:
29 
32  const DtString& rwName = DtString::nullString(),
33  DtReaderWriterRegistry* parentRegistry = 0);
34 
37  const DtString& rwName = DtString::nullString(),
38  DtReaderWriterRegistry* parentRegistry = 0);
39 
41  virtual ~DtAggregateMoveToPSR();
42 
45 
48  const DtString& rwName = DtString::nullString(),
49  DtReaderWriterRegistry* parentRegistry = 0) const;
50 
53  virtual DtString type() const;
54 
55  virtual bool taskedSubordinateNameInList(const DtString& objectName) const;
56 
57  virtual void addTaskedSubordinateName(const DtString& objectName);
58 
59  virtual void removeTaskedSubordinateName(const DtString& objectName);
60 
61  virtual void clearTaskedSubordinateNames();
62 
63  virtual bool taskedSubordinateNamesEmpty() const;
64 
65  virtual const std::set<DtString>& taskedSubordinateNames() const;
66 
69  virtual void putSelf(FILE *fp, int indentLevel = 0,
70  bool writeUnspecified = false, const DtFilename& path = DtReaderWriter::appPath());
71 
74  virtual void getSelf(DtlObjPtr args, const DtFilename& searchPath,
75  const DtVariableBindingsList& variableBindings);
76 
78  static DtVrfProcessStateRepository* creator (const DtString& rwName,
79  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
80 
81 protected:
82 
84  void copyCurrentlyTaskedSubordinateNames(const DtRwStringList& other);
85 
86 protected:
87 
90 
98 };
99 
100 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)