VR-Forces 4.0.4 Class Documentation
include/terrainEventHandler/terrainCreateLineHandler.h
Go to the documentation of this file.
00001 /*******************************************************************************
00002 ** Copyright (c) 2004 MAK Technologies, Inc.
00003 ** All rights reserved.
00004 *******************************************************************************/
00005 /*******************************************************************************
00006 ** $RCSfile: terrainCreateLineHandler.h,v $ $Revision: 1.6 $ $State: Exp $
00007 *******************************************************************************/
00008 
00011 
00012 #ifndef DTTERRAINCREATELINEHANDLER_H_
00013 #define DTTERRAINCREATELINEHANDLER_H_
00014 
00017 
00018 #include "tmEventHandler/createLineHandler.h"
00019 #include "symbology/symbolList.h"
00020 #include "terrainEventHandler/terrainEventHandlerDefines.h"
00021 
00022 class DT_DLL_terrainEventHandler DtTerrainCreateLineHandler : public DtCreateLineHandler
00023 {
00024    Q_OBJECT
00025    
00026 public:
00027 
00029    DtTerrainCreateLineHandler();
00030    
00032    virtual ~DtTerrainCreateLineHandler();
00033    
00034 public:
00036    static DtEventHandler* create(DtEventController* owner, void* usr);
00037 
00038 public slots:
00039    virtual void clearHideSymbol(const DtSymbol* s);
00040 
00041 protected:
00042    virtual void initDialog(QWidget* w);
00043 
00045    virtual QWidget* createWidgetFor(const DtEntityMapperKey& key, QWidget* parent);
00046 
00048    virtual void done();
00049 
00051    virtual DtSymbol* createTempSymbol(DtTMMapArea* area);
00052 
00053 protected:
00056    DtSymbolList myHiddenSymbols;
00057 };
00058 
00059 #endif //DTTERRAINCREATELINEHANDLER_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)