VR-Forces 4.1 Class Documentation
polygonSymbolDesc.h
Go to the documentation of this file.
1 /*********************************************************************
2 ** Copyright (c) 2003 MaK Technologies, Inc.
3 ** All rights reserved.
4 *********************************************************************/
5 /*********************************************************************
6 ** $RCSfile: polygonSymbolDesc.h,v $ $Revision: 1.7 $ $State: Exp $
7 *********************************************************************/
8 
11 
12 #ifndef DTPOLYGONSYMBOLDESC_H
13 #define DTPOLYGONSYMBOLDESC_H
14 
19 {
20 public:
21 
24 
26  virtual ~DtPolygonSymbolDescriptor();
27 
30 
32  virtual DtSymbolDescriptor& operator=(const DtSymbolDescriptor& rhs);
33  virtual bool operator==(const DtSymbolDescriptor&) const;
34 
35  virtual QString type() const;
36  virtual QString info() const;
37  virtual DtSymbol* createSymbol(DtSymbolDrawer& drawer, const DtEntityMapperKey& key) const;
38 
39  virtual void setPolygonStyle(QString style);
40  virtual QString polygonStyle() const;
41  virtual DtPolygonSymbol::DtPolygonStyle polygonStyleFromVar() const;
42 
43  virtual void setPolygonPattern(QString pattern);
44  virtual QString polygonPattern() const;
45  virtual Qt::BrushStyle polygonPatternFromVar() const;
46 
47  virtual DtSymbolDescriptor* clone();
48 
49  virtual QString descriptorInformation() const;
50 
51 protected:
52  QString myPolygonStyle;
54 };
55 
56 #endif

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)