VR-Forces 4.2 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
scriptEnableControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2011 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: limitExistenceCtlrDesc.h,v $ $Revision: 1.1 $ $State: Exp $
7
** Created: 4/21/11 MEM
8
*******************************************************************************/
9
12
13
#pragma once
14
#include "
vrfobjparam/compDesc.h
"
15
#include "
vrfobjparam/vrfobjparamDefines.h
"
16
#include "
vrfutil/rwNLengthStringVector.h
"
17
22
23
24
class
DT_DLL_vrfobjparam
DtScriptEnableControllerDescriptor
:
public
DtComponentDescriptor
25
{
26
public
:
28
DtScriptEnableControllerDescriptor
(
const
DtString
& name,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtScriptEnableControllerDescriptor
(
const
DtScriptEnableControllerDescriptor
&
33
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtScriptEnableControllerDescriptor
&
operator=
(
const
37
DtScriptEnableControllerDescriptor
& orig);
38
40
virtual
~
DtScriptEnableControllerDescriptor
();
41
43
virtual
DtString
type
()
const
;
44
45
virtual
DtComponentDescriptor
*
clone
(
DtReaderWriterRegistry
* parentRegistry
46
= 0)
const
;
47
50
virtual
const
DtRwNLengthStringVector
& scriptIds()
const
;
51
virtual
DtRwNLengthStringVector
& scriptIds();
53
55
static
DtComponentDescriptor
*
creator
();
56
57
protected
:
59
DtScriptEnableControllerDescriptor
();
60
61
protected
:
62
66
70
DtRwNLengthStringVector
myScriptIds
;
71
73
};
74
Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)