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
vrfGuiCoreQt
hazardAreaCreatePalette.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2015 MAK Technologies, Inc.
3
** All rights reserved.
4
******************************************************************************/
5
8
10
11
#pragma once
12
13
#include <
vrfGuiCoreQt/entityCreatePalette.h
>
14
15
namespace
makVrf
16
{
18
class
DT_DLL_VRFGUICOREQT
DtHazardAreaCreatePalette
:
public
DtEntityCreatePalette
19
{
20
Q_OBJECT
21
22
public
:
24
DtHazardAreaCreatePalette
(
makVrv::DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
25
27
virtual
~
DtHazardAreaCreatePalette
();
28
30
virtual
QIcon icon();
31
33
virtual
QString title();
34
36
virtual
const
std::string& pageClassName()
const
;
37
39
static
const
std::string& thePageClassName();
40
41
virtual
bool
hasDeployedCountries
()
const
{
return
false
; };
42
};
43
44
typedef
makVrv::DtPageCreatorTemplate<DtHazardAreaCreatePalette>
45
DtHazardAreaPalettePageCreator
;
46
}
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
)