VR-Forces 4.1 Class Documentation
terrainCreateLineHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2004 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: terrainCreateLineHandler.h,v $ $Revision: 1.6 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef DTTERRAINCREATELINEHANDLER_H_
13 #define DTTERRAINCREATELINEHANDLER_H_
14 
17 
19 #include "symbology/symbolList.h"
21 
23 {
24  Q_OBJECT
25 
26 public:
27 
30 
32  virtual ~DtTerrainCreateLineHandler();
33 
34 public:
36  static DtEventHandler* create(DtEventController* owner, void* usr);
37 
38 public slots:
39  virtual void clearHideSymbol(const DtSymbol* s);
40 
41 protected:
42  virtual void initDialog(QWidget* w);
43 
45  virtual QWidget* createWidgetFor(const DtEntityMapperKey& key, QWidget* parent);
46 
48  virtual void done();
49 
51  virtual DtSymbol* createTempSymbol(DtTMMapArea* area);
52 
53 protected:
57 };
58 
59 #endif //DTTERRAINCREATELINEHANDLER_H_

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)