VR-Forces 4.2 Class Documentation
createPointHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: createPointHandler.h,v $ $Revision: 1.13 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef CREATEPOINTHANDLER_H_
13 #define CREATEPOINTHANDLER_H_
14 
16 #include "tmqt/eventSignaller.h"
17 
21 {
22  Q_OBJECT
23 
24 public:
25 
28 
30  virtual ~DtCreatePointHandler();
31 
32 public:
34  static DtEventHandler* create(DtEventController* owner, void* usr);
35 
36 protected:
37  virtual void initDialog(QWidget* w);
38  virtual void initDialogConnections();
39 
40  virtual void setWorkingName();
41 
42  virtual DtSymbol* createSymbol(DtTMMapArea* area);
43 
46  virtual void pointSelected(const DtPoint& p);
47 
51  virtual void sendUserComplete(bool finish = false);
52 
54  virtual QString workingTitle() const;
55  virtual const char* eventSignalName() { return DtCreatePointWidgetEvent; };
56  virtual void setEmitCreateSignal(bool b);
57 
58 };
59 
60 #endif //CREATEPOINTHANDLER_H_

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)