![]() |
VR-Forces 4.1 Class Documentation
|

Public Member Functions | |
| DtPolygonSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtPolygonSymbolDescriptor () |
| destructor | |
| DtPolygonSymbolDescriptor (const DtPolygonSymbolDescriptor &orig) | |
| copy constructor | |
| virtual DtSymbolDescriptor & | operator= (const DtSymbolDescriptor &rhs) |
| assignment operator | |
| virtual bool | operator== (const DtSymbolDescriptor &) const |
| equality operators | |
| virtual QString | type () const |
| virtual QString | info () const |
| virtual DtSymbol * | createSymbol (DtSymbolDrawer &drawer, const DtEntityMapperKey &key) const |
| virtual void | setPolygonStyle (QString style) |
| virtual QString | polygonStyle () const |
| virtual DtPolygonSymbol::DtPolygonStyle | polygonStyleFromVar () const |
| virtual void | setPolygonPattern (QString pattern) |
| virtual QString | polygonPattern () const |
| virtual Qt::BrushStyle | polygonPatternFromVar () const |
| virtual DtSymbolDescriptor * | clone () |
| virtual QString | descriptorInformation () const |
| Called from toFileString(). Fills in specific information for descriptor. | |
Public Member Functions inherited from DtSymbolDescriptor | |
| DtSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtSymbolDescriptor () |
| destructor | |
| DtSymbolDescriptor (const DtSymbolDescriptor &orig) | |
| copy constructor | |
| virtual bool | operator!= (const DtSymbolDescriptor &rhs) const |
| virtual QString | secondaryInfo () const |
| Used for drawer keys that need a second key, such as fontname for text items. | |
| void | setColor (const QColor &color) |
| const QColor & | color () const |
| void | setTransparencyLevel (int) |
| int | transparencyLevel () const |
| void | setOptionalColorParameter (int) |
| int | optionalColorParameter () const |
| void | setWriteOut (bool) |
| bool | writeOut () const |
Public Member Functions inherited from DtDescriptor | |
| DtDescriptor () | |
| default constructor | |
| virtual | ~DtDescriptor () |
| destructor | |
| DtDescriptor (const DtDescriptor &orig) | |
| copy constructor | |
| virtual DtDescriptor & | operator= (const DtDescriptor &rhs) |
| assignment operator | |
| virtual bool | operator== (const DtDescriptor &) const |
| equality operators | |
| virtual bool | operator!= (const DtDescriptor &) const |
| virtual const QString & | key () const |
| virtual void | setKey (const QString &s) |
| virtual const QString & | keyword () const |
| virtual void | setKeyword (const QString &s) |
| virtual QString | descriptorString () const |
| Returns a string that can be written to file. Returns an mtl representation. | |
Protected Attributes | |
| QString | myPolygonStyle |
| QString | myPolygonPattern |
Protected Attributes inherited from DtSymbolDescriptor | |
| QColor | myColor |
| int | myTransparencyLevel |
| int | myOptionalColorParameter |
| bool | myOptionalData |
| bool | myWriteOut |
Protected Attributes inherited from DtDescriptor | |
| QString | myKey |
| QString | myKeyword |
Additional Inherited Members | |
Protected Member Functions inherited from DtSymbolDescriptor | |
| virtual void | setupOptionSymbolInformation (DtSymbol *mainSymbol) const |
| DtPolygonSymbolDescriptor::DtPolygonSymbolDescriptor | ( | ) |
default constructor
|
virtual |
destructor
| DtPolygonSymbolDescriptor::DtPolygonSymbolDescriptor | ( | const DtPolygonSymbolDescriptor & | orig | ) |
copy constructor
|
virtual |
|
virtual |
|
virtual |
Implements DtDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
|
virtual |
Implements DtDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
|
virtual |
Implements DtSymbolDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements DtSymbolDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
|
virtual |
Called from toFileString(). Fills in specific information for descriptor.
Reimplemented from DtSymbolDescriptor.
|
protected |
|
protected |