VR-Forces 4.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
entityEditorImpl
formationHierarchy.h
Go to the documentation of this file.
1
/*********************************************************************
2
** Copyright (c) 2008 MaK Technologies, Inc.
3
** All rights reserved.
4
*********************************************************************/
5
/*********************************************************************
6
** $RCSfile: formationHierarchy.h,v $ $Revision: 1.3 $ $State: Exp $
7
*********************************************************************/
8
11
12
#ifndef DTFORMATIONHIERARCHY_H_
13
#define DTFORMATIONHIERARCHY_H_
14
15
#include "
tmqt/echHierarchy.h
"
16
#include "
entityEditorImpl/entityEditorImplDefines.h
"
17
18
class
DtFormationModelData
;
19
class
DtFormation
;
20
class
DtVrfSubObjectParameterEntry
;
21
class
DtFormationEntry
;
22
class
DtString
;
23
26
class
DT_DLL_entityeditorimpl
DtFormationHierarchy
:
public
DtEchelonHierarchy
27
{
28
public
:
29
DtFormationHierarchy
(
QObject
*parent = NULL);
30
32
virtual
void
setupFormation(
DtFormation
*,
const
DtString
& formationName);
33
34
protected
:
35
virtual
void
connectNode
(
DtEchelonHierarchyNode
* n);
36
virtual
void
setupFormation(
DtFormationModelData
*,
DtFormation
*,
const
DtString
& formationName);
37
};
38
39
#endif
40
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
)