VR-Forces 4.1 Class Documentation
globalEnvironmentParams.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2008 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: globalEnvironmentParams.h,v $ $Revision: 1.1 $ $State: Exp $
7 *******************************************************************************/
8 
11 
13 
14 #ifndef globalEnvironmentalParams_h
15 #define globalEnvironmentalParams_h
16 
19 
21 {
22 public:
24  DtGlobalEnvironmentParameters(const DtString& name = DtString::nullString(),
25  DtReaderWriterRegistry* parentRegistry = NULL);
26 
28  DtReaderWriterRegistry* parentRegistry = NULL);
29 
32 
33 protected:
36  const DtString& name = DtString::nullString(),
37  DtReaderWriterRegistry* parentRegistry = NULL);
38 
40  const DtSymbolString& name,
41  DtReaderWriterRegistry* parentRegistry = NULL);
42 
43 public:
45  const DtGlobalEnvironmentParameters& operator=
46  (const DtGlobalEnvironmentParameters& orig);
47 
49  (const DtString& name = DtString::nullString(),
50  DtReaderWriterRegistry* parentRegistry = NULL) const;
51 
53  (const DtSymbolString& name,
54  DtReaderWriterRegistry* parentRegistry = NULL) const;
55 
58  virtual DtString type() const;
59 
61  static DtVrfObjectParameters * creator();
62 
63 protected:
64 
69 };
70 
71 
72 #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)