VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtCreateTacticalGraphicConfigurationLogic.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2009 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtCreateTacticalGraphicConfigurationLogic.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
11
13
14
#pragma once
15
16
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
17
18
#include <string>
19
20
namespace
makVrv
21
{
22
class
DtDe;
23
class
DtObjectFacadeInterface;
24
}
25
26
class
DtSimCommand
;
27
class
DtEntityType;
28
29
namespace
makVrf
30
{
31
class
DtVrfBackendState;
32
class
DtCreateTacticalGraphicConfigurationDialogInterface;
33
class
DtEditGlobalPlanWidget;
34
35
class
DT_DLL_VRFGUICOREQT
DtCreateTacticalGraphicConfigurationLogic
36
{
37
public
:
38
40
DtCreateTacticalGraphicConfigurationLogic
(
makVrv::DtDe
& de,
DtCreateTacticalGraphicConfigurationDialogInterface
* iface);
41
43
virtual
~
DtCreateTacticalGraphicConfigurationLogic
();
44
45
virtual
DtSimCommand
* createCommandObject()
const
;
46
47
virtual
bool
createObjectImage();
48
49
virtual
void
attachToObject();
50
51
protected
:
52
virtual
std::string mapTacticalGraphicModelDefinition(
const
DtEntityType&);
53
54
protected
:
55
makVrv::DtDe
&
myDe
;
56
makVrv::DtObjectFacadeInterface
*
myObjectImage
;
57
DtCreateTacticalGraphicConfigurationDialogInterface
*
myInterface
;
58
};
59
}
Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (
www.mak.com
)