VR-Forces 4.5 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
saveTerrainMtdItem.h
Go to the documentation of this file.
1 /******************************************************************************
2 ** Copyright (c) 2010 MAK Technologies, Inc.
3 ** All rights reserved.
4 ******************************************************************************/
5 
8 
9 #pragma once
10 
13 #include <vrvCore/DtDe.h>
14 
15 namespace makVrf
16 {
18  {
19  Q_OBJECT;
20 
21  public:
23 
24  virtual ~DtSaveTerrainMtdItem();
25 
26  protected:
27 
29  virtual void on_triggered();
30  };
31 
33  {
34  Q_OBJECT;
35 
36  public:
38 
39  virtual ~DtSaveTerrainAsMtdItem();
40 
41  protected:
42 
44  virtual void on_triggered();
45  };
46 
47 
49  {
50  public:
52 
53  virtual ~DtVrfCloseTerrainItem();
54 
55  protected:
56 
58  virtual void on_triggered();
59  };
60 
62  {
63  public:
65 
66  virtual ~DtSaveOverlayAsShapeFiles();
67 
68  protected:
69  virtual QAction* createAction(makVrv::DtDe&, QWidget*);
70 
72  virtual void on_aboutToShow();
73 
75  virtual void on_triggered();
76 
77  protected:
80  };
81 
83  {
84  public:
86 
88 
89  protected:
90  virtual QAction* createAction(makVrv::DtDe&, QWidget*);
91 
93  virtual void on_aboutToShow();
94 
96  virtual void on_triggered();
97 
98  protected:
101  };
102 
103 } //namespace makVrf
104 

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)