VR-Forces 4.1.1 Class Documentation
terrainInfoHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainInfoHandler.h,v $ $Revision: 1.4 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DTTERRAININFOHANDLER_H_
13 #define DTTERRAININFOHANDLER_H_
14 
16 
19 {
20  Q_OBJECT
21 
22 public:
25 
27  virtual ~DtTerrainInfoHandler();
28 
29 public:
31  static DtEventHandler* create(DtEventController* owner, void* usr);
32 
33 protected:
34  virtual QWidget* createDialog(QWidget* parent, const DtModelData& d);
35  virtual void initDialog(QWidget* info, const DtModelData&);
36  virtual void initConnections(QWidget* info);
37  virtual void disconnectConnections(QWidget* info);
38 
40  virtual QString keyFor(const DtModelData& d) const;
41  virtual const char* eventSignalName() { return DtTerrainFeatureInfoDialogEvent; };
42 };
43 
44 #endif //DTTERRAININFOHANDLER_H_
45 

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)