![]() |
VR-Forces 4.2 Class Documentation
|
Instances of DtBmpSymbolDescriptor are descriptors of the mtl files. More...

Public Member Functions | |
| DtBmpSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtBmpSymbolDescriptor () |
| destructor | |
| DtBmpSymbolDescriptor (const DtBmpSymbolDescriptor &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 const QString & | filename () const |
| virtual void | setFilename (const QString &s) |
| virtual void | setAlignment (const QString &) |
| virtual DtPointObjectSymbol::DtPointObjectAlignment | alignment () const |
| virtual const QString & | alignmentString () 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 | myFilename |
| QString | myAlignment |
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 |
Instances of DtBmpSymbolDescriptor are descriptors of the mtl files.
They store the data located in these config files for bmp objects
| DtBmpSymbolDescriptor::DtBmpSymbolDescriptor | ( | ) |
default constructor
|
virtual |
destructor
| DtBmpSymbolDescriptor::DtBmpSymbolDescriptor | ( | const DtBmpSymbolDescriptor & | orig | ) |
copy constructor
|
virtual |
assignment operator
Reimplemented from DtSymbolDescriptor.
|
virtual |
equality operators
Reimplemented from DtSymbolDescriptor.
|
virtual |
Implements DtDescriptor.
|
virtual |
Implements DtDescriptor.
|
virtual |
Implements DtSymbolDescriptor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Implements DtSymbolDescriptor.
|
virtual |
Called from toFileString(). Fills in specific information for descriptor.
Reimplemented from DtSymbolDescriptor.
|
protected |
|
protected |