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
formationControllerDescriptor.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2003 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
/*******************************************************************************
6
** $RCSfile: formCtlDesc.h,v $ $Revision: 1.17 $ $State: Exp $
7
*******************************************************************************/
8
11
14
15
#ifndef DtFormationControllerDescriptor_H_
16
#define DtFormationControllerDescriptor_H_
17
18
#include "
vrfobjparam/componentDescriptor.h
"
19
#include "
vrfutil/rwBoolean.h
"
20
#include "
vrfobjparam/vrfobjparamDefines.h
"
21
24
class
DT_DLL_vrfobjparam
DtFormationControllerDescriptor
:
public
DtComponentDescriptor
25
{
26
public
:
28
DtFormationControllerDescriptor
(
const
DtString
& name,
29
DtReaderWriterRegistry
* parentRegistry = 0);
30
32
DtFormationControllerDescriptor
(
const
DtFormationControllerDescriptor
&
33
orig,
DtReaderWriterRegistry
* parentRegistry = 0);
34
36
DtFormationControllerDescriptor
&
operator=
(
const
37
DtFormationControllerDescriptor
& orig);
38
40
virtual
~
DtFormationControllerDescriptor
();
41
44
virtual
bool
init
();
45
48
virtual
DtString
type
()
const
;
49
50
virtual
void
setAutoPromoteInFormation(
bool
value);
51
virtual
bool
autoPromoteInFormation()
const
;
52
53
virtual
DtComponentDescriptor
*
clone
(
54
DtReaderWriterRegistry
* parentRegistry = 0)
const
;
55
57
static
DtComponentDescriptor
*
creator
();
58
59
protected
:
61
DtFormationControllerDescriptor
();
62
63
protected
:
64
68
76
DtRwBoolean
myAutoPromoteInFormation
;
77
79
};
80
81
#endif
82
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
)