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
printTerrainDialog.h
Go to the documentation of this file.
1
/*******************************************************************************
2
** Copyright (c) 2013 MAK Technologies, Inc.
3
** All rights reserved.
4
*******************************************************************************/
5
6
#pragma once
7
8
#include <
vrvUtil/signalslib.h
>
9
#include <
vrfGuiCoreQt/vrfGuiCoreQt.h
>
10
#include <
vrvUtil/DtVirtualBaseClass.h
>
11
12
#include <QPrinter>
13
14
namespace
makVrv
15
{
16
class
DtDe;
17
class
DtOsgAdapterQtWidget;
18
}
19
20
namespace
makVrf
21
{
25
class
DT_DLL_VRFGUICOREQT
DtPrintTerrainDialog
26
{
27
public
:
28
30
DtPrintTerrainDialog
(
makVrv::DtDe
& de);
31
33
virtual
~
DtPrintTerrainDialog
();
34
36
virtual
void
exec();
37
38
protected
:
39
41
virtual
void
printMapArea();
42
43
protected
:
44
makVrv::DtDe
&
myDe
;
45
QPrinter
myPrinter
;
46
};
47
49
class
DT_DLL_VRFGUICOREQT
DtPrintTerrainDialogCreator
:
public
makVrv::DtVirtualBaseClass
50
{
51
public
:
53
DtPrintTerrainDialogCreator
();
54
56
virtual
~
DtPrintTerrainDialogCreator
();
57
58
static
DtPrintTerrainDialogCreator
& instance(
makVrv::DtDe
&);
59
static
void
registerInstance(
makVrv::DtDe
&,
DtPrintTerrainDialogCreator
*);
60
62
virtual
DtPrintTerrainDialog
* create(
makVrv::DtDe
&);
63
};
64
}
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
)