VR-Forces 4.3 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 
32 
34  {
35  Q_OBJECT;
36 
37  public:
39 
40  virtual ~DtSaveTerrainAsMtdItem();
41 
42  protected:
43 
45  virtual void on_triggered();
46  };
47 
48 
49 
50 } //namespace makVrf
51 

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)