VR-Forces 4.2 Class Documentation
terrainOptionsMenu.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terrainOptionsMenu.h,v $ $Revision: 1.4 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTTERRAINOPTIONSMENU_H
13 #define DTTERRAINOPTIONSMENU_H
14 
15 #include "tmqt/tmOptionsMenu.h"
16 
19 {
20  Q_OBJECT
21 
22 public:
23  DtTerrainOptionsMenu ( QWidget * parent, bool display = true );
24  virtual ~DtTerrainOptionsMenu();
25 
32  virtual bool initMenuItems();
33 
34 protected:
36  virtual void initOptionChangesMenu();
37  virtual bool initActionGroups();
39 
40  virtual void addCompletedItemsToMenu();
41 
42 public:
43  static DtPopupMenu* create(QWidget* parent, bool display = true);
44 
45 protected:
47 };
48 
49 #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)