VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfobjparam
cmpDescFact.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 1999 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: cmpDescFact.h,v $ $Revision: 1.9 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtComponentDescriptorFactory_H_
16
#define DtComponentDescriptorFactory_H_
17
18
#include <vlutil/vlHashlist.h>
19
20
class
DtComponentDescriptorFactoryEntry
;
21
class
DtReaderWriterRegistry
;
22
class
DtComponentDescriptor
;
23
24
typedef
DtComponentDescriptor
* (*DtComponentDescriptorCreatorFcn)();
25
31
#include "
vrfobjparam/vrfobjparamDefines.h
"
32
class
DT_DLL_vrfobjparam
DtComponentDescriptorFactory
:
public
DtHashlist
33
{
34
public
:
36
DtComponentDescriptorFactory
();
37
39
DtComponentDescriptorFactory
(
const
DtComponentDescriptorFactory
& orig);
40
42
const
DtComponentDescriptorFactory
& operator=(
const
43
DtComponentDescriptorFactory
& orig);
44
46
virtual
~
DtComponentDescriptorFactory
();
47
49
virtual
void
addCreatorFcn(
const
DtString
& type,
50
DtComponentDescriptorCreatorFcn
fcn);
51
52
virtual
DtComponentDescriptor
* createComponentDescriptor(
53
const
DtString
& type);
54
55
static
DtComponentDescriptorFactory
* create();
56
57
protected
:
58
59
};
60
61
#endif
62
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
)