VR-Forces 4.7 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
vrfGuiObjectInformationQt
indirectArtilleryStatePage.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2008 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
/******************************************************************************
6
** $RCSfile: DtIndirectArtilleryStatePage.h,v $ $Revision: 1.1 $ $State: Exp $
7
******************************************************************************/
8
12
13
#pragma once
14
15
#include <
vrfGuiObjectInformationQt/vrfGuiObjectInformationQt.h
>
16
#include <
vrfGuiObjectInformationQt/informationDialogPage.h
>
17
18
class
QComboBox
;
19
20
namespace
makVrf
21
{
22
namespace
makVrfGuiObjectInformationQt
23
{
24
class
DT_DLL_VRFGUIOBJECTINFORMATIONQT
DtIndirectArtilleryStatePage
:
public
DtInformationDialogPage
25
{
26
Q_OBJECT
27
public
:
28
30
DtIndirectArtilleryStatePage
(
makVrv::DtDe
& de, QWidget* parent, Qt::WindowFlags f = Qt::SubWindow);
31
33
virtual
~
DtIndirectArtilleryStatePage
();
34
36
virtual
QIcon icon();
37
39
virtual
QString title();
40
42
virtual
const
std::string& pageClassName()
const
;
43
45
static
const
std::string& thePageClassName();
46
47
virtual
DtInformationDialogPageLogic
* createLogic();
48
49
protected
:
50
virtual
void
activate();
51
};
52
53
typedef
makVrv::DtPageCreatorTemplate<DtIndirectArtilleryStatePage>
54
DtIndirectArtilleryStatePageCreator
;
55
}
56
}
Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (
www.mak.com
)