VR-Forces 4.2 Class Documentation
createAreaHandler.h
Go to the documentation of this file.
1 /*******************************************************************************
2 ** Copyright (c) 2003 MAK Technologies, Inc.
3 ** All rights reserved.
4 *******************************************************************************/
5 /*******************************************************************************
6 ** $RCSfile: createAreaHandler.h,v $ $Revision: 1.7 $ $State: Exp $
7 *******************************************************************************/
8 
11 
12 #ifndef CREATEAREAHANDLER_H_
13 #define CREATEAREAHANDLER_H_
14 
16 #include "tmqt/eventSignaller.h"
17 
18 class DtAreaConfigWidget;
19 class DtObstacleConfigWidget;
20 
24 {
25  Q_OBJECT
26 
27 public:
28 
31 
33  virtual ~DtCreateAreaHandler();
34 
35 public:
37  static DtEventHandler* create(DtEventController* owner, void* usr);
38 
40  virtual QString workingTitle() const;
41 
42 protected:
43  virtual void setWorkingName();
44  virtual const char* eventSignalName() { return DtCreateAreaWidgetEvent; };
45 
46 };
47 
48 #endif //CREATEAREAHANDLER_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)