VR-Forces 4.1.1 Class Documentation
Home
Modules
Namespaces
Classes
Files
Examples
Behavior Models
File List
File Members
include
vrfGuiCoreQt
DtTacticalGraphicCreatePaletteLogic.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/DtEntityCreatePaletteLogic.h
>
14
15
namespace
makVrf
16
{
17
class
DT_DLL_VRFGUICOREQT
DtTacticalGraphicCreatePaletteLogic
:
public
DtEntityCreatePaletteLogic
18
{
19
20
public
:
21
23
static
DtTacticalGraphicCreatePaletteLogic
* create(
makVrv::DtDe
& de,
24
DtEntityCreatePaletteInterface
* iFace );
25
27
virtual
~
DtTacticalGraphicCreatePaletteLogic
();
28
29
protected
:
31
DtTacticalGraphicCreatePaletteLogic
(
makVrv::DtDe
& de,
DtEntityCreatePaletteInterface
* iFace );
32
33
virtual
void
enablePalette(
int
terrainPatchOffset);
34
};
35
}
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
)