VR-Forces Development_Version 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
tacticalGraphicCreatePalette.h
Go to the documentation of this file.
1
/******************************************************************************
2
** Copyright (c) 2012 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
{
17
class
DtTacticalGraphicCreatePaletteLogic;
18
20
class
DT_DLL_VRFGUICOREQT
DtTacticalGraphicCreatePalette
:
public
DtEntityCreatePalette
21
{
22
Q_OBJECT
23
24
public
:
26
DtTacticalGraphicCreatePalette
(
makVrv::DtDe
& de,
QWidget
* parent = 0, Qt::WindowFlags flags = 0);
27
29
virtual
~
DtTacticalGraphicCreatePalette
();
30
32
virtual
QIcon icon();
33
35
virtual
QString title();
36
38
virtual
const
std::string& pageClassName()
const
;
39
41
static
const
std::string& thePageClassName();
42
43
virtual
bool
hasDeployedCountries
()
const
{
return
false
; };
44
};
45
46
typedef
makVrv::DtPageCreatorTemplate<DtTacticalGraphicCreatePalette>
47
DtTacticalGraphicsPalettePageCreator
;
48
}
Document ID: Generated on Mon Jul 4 01:00:18 EDT 2016 from SVN revision 166489
Copyright © 2005-2015 VT MÄK. All Rights Reserved (
www.mak.com
)