VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
aggregateEmbarkationDescriptor.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: aggregateEmbarkationDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
9 #ifndef DtAggregateEmbarkationDescriptor_H_
10 #define DtAggregateEmbarkationDescriptor_H_
11 
14 
17 
19 #include "vrfutil/rwBoolean.h"
20 
30 {
31 public:
34  parentRegistry = 0);
35 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
46 
50  virtual DtString type() const;
51 
53  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry * parentRegistry
54  = 0) const;
55 
57  static DtComponentDescriptor * creator();
58 
61  virtual bool embarkAggregate() const;
62  virtual void setEmbarkAggregate(bool);
64 
65 private:
68 
69 protected:
73 
80 
82 };
83 
84 #endif
85 
86 
87 

Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)