VR-Forces 4.0.4 Class Documentation
include/tmEventHandler/createAreaHandler.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2003 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: createAreaHandler.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef CREATEAREAHANDLER_H_
00013 #define CREATEAREAHANDLER_H_
00014 
00015 #include "tmEventHandler/createLineHandler.h"
00016 #include "tmqt/eventSignaller.h"
00017 
00018 class DtAreaConfigWidget;
00019 class DtObstacleConfigWidget;
00020 
00022 #include "tmEventHandler/tmEventHandlerDefines.h"
00023 class DT_DLL_tmEventHandler DtCreateAreaHandler : public DtCreateLineHandler
00024 {
00025    Q_OBJECT
00026    
00027 public:
00028 
00030    DtCreateAreaHandler();
00031    
00033    virtual ~DtCreateAreaHandler();
00034    
00035 public:
00037    static DtEventHandler* create(DtEventController* owner, void* usr);
00038 
00040    virtual QString workingTitle() const;
00041 
00042 protected:
00043    virtual void setWorkingName();
00044    virtual const char* eventSignalName() { return DtCreateAreaWidgetEvent; };
00045 
00046 };
00047 
00048 #endif //CREATEAREAHANDLER_H_

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)