VR-Forces 4.1 Class Documentation
iffPSR.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: iffPSR.h,v $ $Revision: 1.3 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DtVrfIffPSR_H_
13 #define DtVrfIffPSR_H_
14 
15 #include "vrfobjcore/processSR.h"
16 #include "vrftasks/setIff.h"
17 
22 
25 {
26 public:
27 
29  DtVrfIffPSR(DtVrfObject* vrfObject,
30  const DtString& rwName = DtString::nullString(),
31  DtReaderWriterRegistry* parentRegistry = 0);
32 
34  DtVrfIffPSR(const DtVrfIffPSR& orig,
35  const DtString& rwName = DtString::nullString(),
36  DtReaderWriterRegistry* parentRegistry = 0);
37 
39  virtual ~DtVrfIffPSR();
40 
42  DtVrfIffPSR& operator=(const DtVrfIffPSR& orig);
43 
46  const DtString& rwName = DtString::nullString(),
47  DtReaderWriterRegistry* parentRegistry = 0) const;
48 
51  virtual DtString type() const;
52 
53  static DtVrfProcessStateRepository* creator(const DtString& rwName,
54  DtVrfObject* vrfObject, DtReaderWriterRegistry* parentRegistry);
55 
56  DtSetIffRequest& iffInformation();
57  const DtSetIffRequest& iffInformation() const;
58  void setIffInformation(const DtSetIffRequest&);
59 
60 protected:
64 };
65 
67 {
68  return myIffInformation;
69 }
70 
72 {
73  return myIffInformation;
74 }
75 
77 {
78  myIffInformation = i;
80 }
81 
82 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)