VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
emitterSystemEntry.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 emitterSystemEntry_H_
13 #define emitterSystemEntry_H_
14 
15 #include "vrfutil/readerWriter.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 
33  DtEmitterSystemEntry(const DtString& name,
34  DtReaderWriterRegistry* parentRegistry = NULL);
35  DtEmitterSystemEntry(const DtSymbolString& name,
36  DtReaderWriterRegistry* parentRegistry = NULL);
37 
40  DtReaderWriterRegistry* parentRegistry = NULL);
41 
44  DtEmitterSystemEntry& orig);
45 
47  virtual ~DtEmitterSystemEntry();
48 
49  virtual DtEmitterSystemEntry* clone(
50  DtReaderWriterRegistry* parentRegistry = NULL) const;
51 
54  virtual DtU16 systemName() const;
55  virtual void setSystemName(DtU16 nameEnum);
57 
60  virtual DtU16 systemFunction() const;
61  virtual void setSystemFunction(DtU16 functionEnum);
63 
65  virtual const DtList* modeList() const;
66 
67 protected:
71 
77 
83 
87 
89 };
90 
91 #endif
92 
93 
94 

Document ID: Generated on Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (www.mak.com)