VR-Forces 4.3 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
include
vrfobjparam
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
18
#include "
vrfobjparam/embarkationDescriptor.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 Wed Mar 11 21:20:57 EDT 2015 from SVN revision 150940
Copyright © 2005-2014 VT MÄK. All Rights Reserved (
www.mak.com
)