VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties 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 <readerWriter/rwBoolean.h>
20 
30 {
31 public:
34  parentRegistry = 0);
35 
38  DtReaderWriterRegistry * parentRegistry = 0);
39 
43 
45  virtual ~DtAggregateEmbarkationDescriptor() override;
46 
50  virtual DtString type() const override;
51 
53  virtual DtComponentDescriptor * clone(DtReaderWriterRegistry* parentRegistry = 0) const override;
54 
56  static DtComponentDescriptor * creator();
57 
60  virtual bool embarkAggregate() const;
61  virtual void setEmbarkAggregate(bool);
63 
64 private:
67 
68 protected:
72 
79 
81 };
82 
83 #endif
84 
85 
86 
#define DT_DLL_vrfobjparam
This file is used to determine how to build.
Definition: vrfobjparamDefines.h:28
DtEmbarkationDescriptor & operator=(const DtEmbarkationDescriptor &orig)
assignment
A readable, writable type whose name is the name of a component and that has a list of component name...
Definition: componentDescriptor.h:49
Definition: readerWriterRegistry.h:39
DtAggregateEmbarkationDescriptor; descriptor for a DtAggregateEmbarkation component.
Definition: aggregateEmbarkationDescriptor.h:29
static DtComponentDescriptor * creator()
Instances of DtEmbarkationDescriptor are used to specify the parameters for a DtEmbarkationController...
Definition: embarkationDescriptor.h:24
Description: Readable, Writable bool.
Definition: rwBoolean.h:26
virtual DtString type() const override
Returns the type of component this descriptor describes. Used to create the descriptor on read from a...
DtRwBoolean myEmbarkAggregate
Parameter Name: embark-aggregate Parameter Description: Sets whether or not to embark the aggregate a...
Definition: aggregateEmbarkationDescriptor.h:78
virtual DtComponentDescriptor * clone(DtReaderWriterRegistry *parentRegistry=0) const override

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)