VR-Forces 4.2 Class Documentation
terrainDatabaseInformationHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2005 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainDatabaseInformationHandler.h,v $ $Revision: 1.2 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef TERRAINDATABASEINFORMATIONHANDLER_H_
13 #define TERRAINDATABASEINFORMATIONHANDLER_H_
14 
15 #include "tmqt/eventHandler.h"
16 
19 {
20  Q_OBJECT
21 
22 public:
23 
26 
29 
30 public:
32  static DtEventHandler* create(DtEventController* owner, void* usr);
33 
34  virtual QWidget* createDialog(QWidget* parent);
35 
36 protected:
37 
39  virtual void initAppConnections();
40  virtual void initDialog();
41 };
42 
43 #endif //TERRAINDATABASEINFORMATIONHANDLER_H_
44 
45 

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)