VR-Forces 4.1.1 Class Documentation
terrainFeaturesHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainFeaturesHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef TERRAINFEATURESHANDLER_H_
13 #define TERRAINFEATURESHANDLER_H_
14 
15 #include "tmqt/eventHandler.h"
16 
17 class DtTMArea;
18 class DtBaseWindow;
19 
22 {
23  Q_OBJECT
24 
25 public:
26 
29 
31  virtual ~DtTerrainFeaturesHandler();
32 
33 public:
35  static DtEventHandler* create(DtEventController* owner, void* usr);
36 
37  virtual QWidget* createDialog(QWidget* parent);
38 
39 public slots:
40  virtual void initConnections(DtTMArea*);
41 
42 protected:
43 
44  virtual void initDialog(DtBaseWindow* parent);
45 
47  virtual void initAppConnections();
48 
51  virtual void setBaseWindow(DtBaseWindow* w);
52 };
53 
54 #endif //TERRAINFEATURESHANDLER_H_
55 
56 

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)