VR-Forces 4.1 Class Documentation
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 Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)