VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
aggregateEmbarkationDesc.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
18
#include "
vrfobjparam/embarkationDesc.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
28
#include "
vrfobjparam/vrfobjparamDefines.h
"
29
class
DT_DLL_vrfobjparam
DtAggregateEmbarkationDescriptor
:
public
DtEmbarkationDescriptor
30
{
31
public
:
33
DtAggregateEmbarkationDescriptor
(
const
DtString
& name,
DtReaderWriterRegistry
*
34
parentRegistry = 0);
35
37
DtAggregateEmbarkationDescriptor
(
const
DtAggregateEmbarkationDescriptor
& orig,
38
DtReaderWriterRegistry
* parentRegistry = 0);
39
41
DtAggregateEmbarkationDescriptor
&
operator=
(
const
42
DtAggregateEmbarkationDescriptor
& orig);
43
45
virtual
~
DtAggregateEmbarkationDescriptor
();
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
:
67
DtAggregateEmbarkationDescriptor
();
68
69
protected
:
73
79
DtRwBoolean
myEmbarkAggregate
;
80
82
};
83
84
#endif
85
86
87
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
)