![]() |
VR-Forces 4.1 Class Documentation
|
Instances of DtTtsSymbolDescriptor are descriptors specifically for ttf objects. More...

Public Member Functions | |
| DtTtsSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtTtsSymbolDescriptor () |
| destructor | |
| 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 DtTtfSymbolDescriptor | |
| DtTtfSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtTtfSymbolDescriptor () |
| destructor | |
| DtTtfSymbolDescriptor (const DtTtfSymbolDescriptor &orig) | |
| copy constructor | |
| virtual DtSymbolDescriptor & | operator= (const DtSymbolDescriptor &rhs) |
| assignment operator | |
| virtual bool | operator== (const DtSymbolDescriptor &) const |
| equality operators | |
| virtual const QString & | fontname () const |
| virtual void | setFontname (const QString &s) |
| virtual const QString & | value () const |
| virtual void | setValue (const QString &s) |
| virtual QString | secondaryInfo () const |
| Used for drawer keys that need a second key, such as fontname for text items. | |
| virtual void | setFontScalingFactor (double scale) |
| Scale is between 0 and 1, and is multiplied against the current font size to get a new font size. | |
| virtual double | fontScalingFactor () 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 |
| 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 DtTtfSymbolDescriptor | |
| QString | myFontname |
| QString | myValue |
| double | myFontScalingFactor |
Instances of DtTtsSymbolDescriptor are descriptors specifically for ttf objects.
The difference between this class and a ttf class is that this class will assume the name is the main body of the text field and allow for resizing
| DtTtsSymbolDescriptor::DtTtsSymbolDescriptor | ( | ) |
default constructor
|
virtual |
destructor
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.