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

Public Member Functions | |
| DtBoxSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtBoxSymbolDescriptor () |
| destructor | |
| DtBoxSymbolDescriptor (const DtBoxSymbolDescriptor &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 DtSymbolDescriptor * | clone () |
Public Member Functions inherited from DtPolygonSymbolDescriptor | |
| DtPolygonSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtPolygonSymbolDescriptor () |
| destructor | |
| DtPolygonSymbolDescriptor (const DtPolygonSymbolDescriptor &orig) | |
| copy constructor | |
| 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 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. | |
Additional Inherited Members | |
Protected Member Functions inherited from DtSymbolDescriptor | |
| virtual void | setupOptionSymbolInformation (DtSymbol *mainSymbol) const |
Protected Attributes inherited from DtPolygonSymbolDescriptor | |
| QString | myPolygonStyle |
| QString | myPolygonPattern |
| DtBoxSymbolDescriptor::DtBoxSymbolDescriptor | ( | ) |
default constructor
|
virtual |
destructor
| DtBoxSymbolDescriptor::DtBoxSymbolDescriptor | ( | const DtBoxSymbolDescriptor & | orig | ) |
copy constructor
|
virtual |
assignment operator
Reimplemented from DtPolygonSymbolDescriptor.
|
virtual |
equality operators
Reimplemented from DtPolygonSymbolDescriptor.
|
virtual |
Reimplemented from DtPolygonSymbolDescriptor.
|
virtual |
Reimplemented from DtPolygonSymbolDescriptor.
|
virtual |
Reimplemented from DtPolygonSymbolDescriptor.
|
virtual |
Reimplemented from DtPolygonSymbolDescriptor.