VR-Forces 4.2 Class Documentation
terrainSelectionModeWidget.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2004 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: terrainSelectionModeWidget.h,v $ $Revision: 1.3 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef TERRAINSELECTIONMODEWIDGET_H
13 #define TERRAINSELECTIONMODEWIDGET_H
14 
15 #include <QtGui/QWidget>
16 #include <QtGui/QAction>
17 
18 #include "vrfGuiCore/menuItems.h"
19 
20 class DtPopupMenu;
21 class QComboBox;
22 
34 
37 {
38 
39  Q_OBJECT
40 
41 public:
42 
44  DtTerrainSelectionModeWidget(QWidget* parent = NULL, const Qt::WindowFlags& flags = 0);
45 
48 
49  virtual bool init(DtPopupMenu* sourceMenu);
50 
51 public:
52 
54  static DtTerrainSelectionModeWidget* create(QWidget* parent, const Qt::WindowFlags& flags);
55 
56 public slots:
57  virtual void updateSelectionMode(bool);
58  virtual void selectionModeChanged(int);
59 
60 protected:
61  virtual bool initSelectionModes();
62  virtual bool initConnections();
63 
64 private:
67 
70 
71 protected:
75 };
76 
77 #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)