VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
compSystemDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2007 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: compSystemDescriptor.h,v $ $Revision: 1.4 $ $State: Exp $
7
*******************************************************************************/
8
11
13
14
#ifndef compSystemDescriptor_h
15
#define compSystemDescriptor_h
16
17
#include "
vrfobjparam/vrfobjparamDefines.h
"
18
#include "
vrfutil/rwFileExtensible.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
21
class
DtComponentSystemDefinition
;
22
27
class
DT_DLL_vrfobjparam
DtComponentSystemDescriptor
:
public
DtReaderWriter
28
{
29
public
:
31
DtComponentSystemDescriptor
(
const
DtString
& name,
32
DtReaderWriterRegistry
* parentRegistry = NULL);
33
34
DtComponentSystemDescriptor
(
const
DtSymbolString
& name,
35
DtReaderWriterRegistry
* parentRegistry = NULL);
36
38
DtComponentSystemDescriptor
(
const
DtComponentSystemDescriptor
& orig,
39
DtReaderWriterRegistry
* parentRegistry = NULL);
40
42
DtComponentSystemDescriptor
&
operator=
(
43
const
DtComponentSystemDescriptor
& orig);
44
45
virtual
~
DtComponentSystemDescriptor
();
46
48
49
virtual
const
DtComponentSystemDefinition
* systemDefinition()
const
;
50
virtual
DtComponentSystemDefinition
* systemDefinition();
51
virtual
void
resetSystemDefinition();
53
55
56
virtual
const
DtReaderWriterFile
& systemDefinitionFile()
const
;
57
virtual
DtReaderWriterFile
& systemDefinitionFile();
58
virtual
void
setSystemDefinitionFile(
const
DtFilename&);
60
64
virtual
void
addVariableBindingsFromMetaData();
65
67
68
virtual
bool
isEnabled()
const
;
69
virtual
void
setIsEnabled(
bool
yesNo);
71
72
virtual
DtComponentSystemDescriptor
* clone()
const
;
73
74
protected
:
75
DtReaderWriterFileExtensible
mySystemDefinitionFileName
;
76
DtRwBoolean
myIsEnabled
;
77
DtComponentSystemDefinition
*
mySystemDefinition
;
78
};
79
80
#endif
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
)