VR-Forces 4.6.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Groups
Pages
include
vrvVrlQt
DtTacticalSmokeMappingPage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
9
10
#pragma once
11
12
#include <
vrvVrlQt/vrvVrlQt.h
>
13
#include <
vrvCoreQt/DtPage.h
>
14
15
namespace
makVrv
16
{
17
class
DtEntityMappingEditorWidget;
18
21
class
DT_DLL_VRVVRLQT
DtTacticalSmokeMappingPage
:
public
DtPage
22
{
23
Q_OBJECT;
24
public
:
26
DtTacticalSmokeMappingPage
(
DtDe
& de,QWidget* parent,
27
Qt::WindowFlags f = 0);
28
30
virtual
~
DtTacticalSmokeMappingPage
();
31
33
virtual
QIcon icon();
34
36
virtual
QString title();
37
39
virtual
const
std::string& pageClassName()
const
;
40
42
static
const
std::string& thePageClassName();
43
44
protected
:
45
46
void
setupGui();
47
49
virtual
void
activate();
50
52
virtual
void
deactivate();
53
56
virtual
void
askBeforeAction();
57
59
virtual
void
onCloseEvent();
60
62
virtual
void
onSwitchEvent();
63
64
DtEntityMappingEditorWidget
*
myMapWidget
;
65
bool
myShowRememberToSaveDialog
;
66
};
67
70
typedef
DtPageCreatorTemplate<DtTacticalSmokeMappingPage>
71
DtTacticalSmokeMappingPageCreator
;
72
}
Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (
www.mak.com
)