VR-Forces 4.1 Class Documentation
emtrSystemEntry.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 
8 
11 
12 #ifndef emtrSystemEntry_H_
13 #define emtrSystemEntry_H_
14 
15 #include "vrfutil/rdrWritr.h"
16 #include "vrfutil/rwInt.h"
17 #include "vrfutil/rwVector.h"
18 #include "vrfutil/rwReal.h"
19 #include "vrfutil/rwBoolean.h"
21 
23 
28 {
29 public:
31  DtEmitterSystemEntry(const DtString& name,
32  DtReaderWriterRegistry* parentRegistry = NULL);
34  DtReaderWriterRegistry* parentRegistry = NULL);
35 
38  DtReaderWriterRegistry* parentRegistry = NULL);
39 
42  DtEmitterSystemEntry& orig);
43 
45  virtual ~DtEmitterSystemEntry();
46 
47  virtual DtEmitterSystemEntry* clone(
48  DtReaderWriterRegistry* parentRegistry = NULL) const;
49 
52  virtual DtU16 systemName() const;
53  virtual void setSystemName(DtU16 nameEnum);
55 
58  virtual DtU16 systemFunction() const;
59  virtual void setSystemFunction(DtU16 functionEnum);
61 
63  virtual const DtList* modeList() const;
64 
65 protected:
69 
75 
81 
85 
87 };
88 
89 #endif
90 
91 
92 

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)