VR-Forces 4.1.1 Class Documentation
terrainViewOptionsHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainViewOptionsHandler.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef terrainViewOptionsHandler_H_
13 #define terrainViewOptionsHandler_H_
14 
15 #include "tmqt/eventHandler.h"
16 
17 class DtTMArea;
18 class DtTMMapArea;
19 
22 {
23  Q_OBJECT
24 
25 public:
26 
29 
31  virtual ~DtTerrainViewOptionsHandler();
32 
33 public:
34  virtual QWidget* createDialog(QWidget* parent);
35 
36 public slots:
37  virtual void initConnections(DtTMArea* area);
38 
40  virtual void initNewMapArea(DtTMMapArea* area);
41 
42  virtual void dlgDestroyed();
43 
44 public:
46  static DtEventHandler* create(DtEventController* owner, void* usr);
47 
48 protected:
50  virtual void initDialog();
51 
53  virtual void initAppConnections();
54 
57  virtual void setBaseWindow(DtBaseWindow* w);
58 
61  virtual void showDialog(bool b);
62 
63 protected:
65 };
66 
67 #endif //TERRAINVIEWOPTIONSHANDLER_H_
68 
69 

Document ID: Generated on Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)