VR-Forces 4.2 Class Documentation
terrainViewMenu.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terrainViewMenu.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTTERRAINVIEWMENU_H
13 #define DTTERRAINVIEWMENU_H
14 
15 #include "tmqt/tmViewMenu.h"
16 
19 {
20  Q_OBJECT
21 
22 public:
23  DtTerrainViewMenu ( QWidget * parent, bool display = true );
24  virtual ~DtTerrainViewMenu();
25 
27 protected:
33  virtual bool initMenuItems();
35 
36 public:
37  static DtPopupMenu* create(QWidget* parent, bool display = true);
38 };
39 
40 #endif

Document ID: Generated on Sun Nov 24 19:49:21 EST 2013 from SVN revision 133924
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)