VR-Forces 4.6 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrfobjparam
destroyEngineeringObjectControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2014 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
8
9
#pragma once
10
11
#include "
vrfobjparam/scriptEnableControllerDescriptor.h
"
12
#include "
vrfobjparam/vrfobjparamDefines.h
"
13
#include "
vrfutil/rwAffectableEngineeringObject.h
"
14
18
19
class
DT_DLL_vrfobjparam
DtDestroyEngineeringObjectControllerDescriptor
:
public
DtScriptEnableControllerDescriptor
20
{
21
public
:
23
DtDestroyEngineeringObjectControllerDescriptor
(
const
DtString
& name,
24
DtReaderWriterRegistry
* parentRegistry = 0);
25
27
DtDestroyEngineeringObjectControllerDescriptor
(
const
DtDestroyEngineeringObjectControllerDescriptor
&
28
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
29
31
DtDestroyEngineeringObjectControllerDescriptor
&
operator=
(
const
32
DtDestroyEngineeringObjectControllerDescriptor
& orig);
33
35
virtual
~
DtDestroyEngineeringObjectControllerDescriptor
();
36
38
virtual
DtString
type
()
const
;
39
40
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
41
= 0)
const
;
42
45
virtual
const
DtRwAffectableEngineeringObjectList
& destructibleEngineeringObjects()
const
;
46
virtual
void
setDestructibleEngineeringObjects(
const
DtRwAffectableEngineeringObjectList
&);
48
50
static
DtComponentDescriptor
*
creator
();
51
52
protected
:
54
DtDestroyEngineeringObjectControllerDescriptor
();
55
56
protected
:
57
61
67
DtRwAffectableEngineeringObjectList
myDestructibleObjects
;
68
70
};
71
Document ID: Generated on Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)