VR-Forces 4.3 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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>
11 
12 #include <QPrinter>
13 
14 namespace makVrv
15 {
16  class DtDe;
17  class DtOsgAdapterQtWidget;
18 }
19 
20 namespace makVrf
21 {
26  {
27  public:
28 
31 
33  virtual ~DtPrintTerrainDialog();
34 
36  virtual void exec();
37 
38  protected:
39 
41  virtual void printMapArea();
42 
43  protected:
45  QPrinter myPrinter;
46  };
47 
50  {
51  public:
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)