VR-Forces 4.0.4 Class Documentation
include/symbolMapper/polygonSymbolDesc.h
Go to the documentation of this file.
00001 /*********************************************************************
00002 ** Copyright (c) 2003 MaK Technologies, Inc.
00003 ** All rights reserved.
00004 *********************************************************************/
00005 /*********************************************************************
00006 ** $RCSfile: polygonSymbolDesc.h,v $ $Revision: 1.7 $ $State: Exp $
00007 *********************************************************************/
00008 
00011 
00012 #ifndef DTPOLYGONSYMBOLDESC_H
00013 #define DTPOLYGONSYMBOLDESC_H
00014 
00015 #include "symbolMapper/symbolDesc.h"
00016 #include "symbology/polygonSymbol.h"
00017 #include "symbolMapper/symbolMapperDefines.h"
00018 class DT_DLL_symbolMapper DtPolygonSymbolDescriptor : public DtSymbolDescriptor
00019 {
00020 public:
00021 
00023    DtPolygonSymbolDescriptor();
00024 
00026    virtual ~DtPolygonSymbolDescriptor();
00027 
00029    DtPolygonSymbolDescriptor(const DtPolygonSymbolDescriptor& orig);
00030 
00032    virtual DtSymbolDescriptor& operator=(const DtSymbolDescriptor& rhs);
00033    virtual bool operator==(const DtSymbolDescriptor&) const;
00034 
00035    virtual QString type() const;
00036    virtual QString info() const;
00037    virtual DtSymbol* createSymbol(DtSymbolDrawer& drawer, const DtEntityMapperKey& key) const;
00038 
00039    virtual void setPolygonStyle(QString style);
00040    virtual QString polygonStyle() const;
00041    virtual DtPolygonSymbol::DtPolygonStyle polygonStyleFromVar() const;
00042 
00043    virtual void setPolygonPattern(QString pattern);
00044    virtual QString polygonPattern() const;
00045    virtual Qt::BrushStyle polygonPatternFromVar() const;
00046 
00047    virtual DtSymbolDescriptor* clone();
00048 
00049    virtual QString descriptorInformation() const;
00050 
00051 protected:
00052    QString myPolygonStyle;
00053    QString myPolygonPattern;
00054 };
00055 
00056 #endif

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)