![]() |
VR-Forces 4.0.4 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. | |
Protected Attributes | |
| QString | myPolygonStyle |
| QString | myPolygonPattern |
default constructor
| virtual DtPolygonSymbolDescriptor::~DtPolygonSymbolDescriptor | ( | ) | [virtual] |
destructor
copy constructor
| virtual DtSymbolDescriptor& DtPolygonSymbolDescriptor::operator= | ( | const DtSymbolDescriptor & | rhs | ) | [virtual] |
| virtual bool DtPolygonSymbolDescriptor::operator== | ( | const DtSymbolDescriptor & | rhs | ) | const [virtual] |
| virtual QString DtPolygonSymbolDescriptor::type | ( | ) | const [virtual] |
Implements DtDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
| virtual QString DtPolygonSymbolDescriptor::info | ( | ) | const [virtual] |
Implements DtDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
| virtual DtSymbol* DtPolygonSymbolDescriptor::createSymbol | ( | DtSymbolDrawer & | drawer, |
| const DtEntityMapperKey & | key | ||
| ) | const [virtual] |
Implements DtSymbolDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
| virtual void DtPolygonSymbolDescriptor::setPolygonStyle | ( | QString | style | ) | [virtual] |
| virtual QString DtPolygonSymbolDescriptor::polygonStyle | ( | ) | const [virtual] |
| virtual DtPolygonSymbol::DtPolygonStyle DtPolygonSymbolDescriptor::polygonStyleFromVar | ( | ) | const [virtual] |
| virtual void DtPolygonSymbolDescriptor::setPolygonPattern | ( | QString | pattern | ) | [virtual] |
| virtual QString DtPolygonSymbolDescriptor::polygonPattern | ( | ) | const [virtual] |
| virtual Qt::BrushStyle DtPolygonSymbolDescriptor::polygonPatternFromVar | ( | ) | const [virtual] |
| virtual DtSymbolDescriptor* DtPolygonSymbolDescriptor::clone | ( | ) | [virtual] |
Implements DtSymbolDescriptor.
Reimplemented in DtBoxSymbolDescriptor.
| virtual QString DtPolygonSymbolDescriptor::descriptorInformation | ( | ) | const [virtual] |
Called from toFileString(). Fills in specific information for descriptor.
Reimplemented from DtSymbolDescriptor.
QString DtPolygonSymbolDescriptor::myPolygonStyle [protected] |
QString DtPolygonSymbolDescriptor::myPolygonPattern [protected] |