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

Public Member Functions | |
| DtUnicodeTTFSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtUnicodeTTFSymbolDescriptor () |
| destructor | |
| DtUnicodeTTFSymbolDescriptor (const DtUnicodeTTFSymbolDescriptor &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 unsigned short | echelonUnicodeChar () const |
| virtual void | setEchelonUnicodeChar (const unsigned short echelon) |
| virtual void | setEchelonUnicodeChar (const QString &hexString) |
| virtual unsigned short | outlineUnicodeChar (int force=-1) const |
| If force != -1, returns modified outline character if extended format. | |
| unsigned short | outlineUnicodeCharRawValue () const |
| virtual void | setOutlineUnicodeChar (const unsigned short outline) |
| virtual void | setOutlineUnicodeChar (const QString &hexString) |
| virtual unsigned short | fillUnicodeChar () const |
| virtual unsigned short | fillUnicodeChar (const DtEntityMapperKey &entType, const int forceType) const |
| Calls down to decoder factory to get fill char. | |
| virtual void | setFillUnicodeChar (const unsigned short fill) |
| virtual void | setFillUnicodeChar (const QString &hexString) |
| virtual DtSymbol * | createSymbol (DtSymbolDrawer &drawer, const DtEntityMapperKey &key) const |
| void | setOptional (const QString &optional) |
| const QString & | optional () const |
| virtual DtSymbolDescriptor * | clone () |
| virtual QString | descriptorInformation () const |
| Called from toFileString(). Fills in specific information for descriptor. | |
| void | setModifyFillByForce (bool) |
| bool | modifyFillByForce () const |
| void | setComment (const QString &) |
| const QString & | comment () const |
| void | setIsExtendedFormat (bool) |
| bool | isExtendedFormat () const |
Public Member Functions inherited from DtTtfSymbolDescriptor | |
| DtTtfSymbolDescriptor () | |
| default constructor | |
| virtual | ~DtTtfSymbolDescriptor () |
| destructor | |
| DtTtfSymbolDescriptor (const DtTtfSymbolDescriptor &orig) | |
| copy constructor | |
| 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 |
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. | |
Static Public Member Functions | |
| static unsigned short | convertHexStringToMultibyteCharacter (const QString &hexChar) |
| static void | setDecoderCreator (DtUTTFDecoderCreatorFcn) |
| static DtUTTFDecoderCreatorFcn | decoderCreator () |
Protected Attributes | |
| unsigned short | myEchelonUnicodeChar |
| unsigned short | myOutlineUnicodeChar |
| unsigned short | myFillUnicodeChar |
| QString | myOptional |
| QString | myComment |
| bool | myModifyFillByForce |
| bool | myIsExtendedFormat |
Protected Attributes inherited from DtTtfSymbolDescriptor | |
| QString | myFontname |
| QString | myValue |
| double | myFontScalingFactor |
Protected Attributes inherited from DtSymbolDescriptor | |
| QColor | myColor |
| int | myTransparencyLevel |
| int | myOptionalColorParameter |
| bool | myOptionalData |
| bool | myWriteOut |
Protected Attributes inherited from DtDescriptor | |
| QString | myKey |
| QString | myKeyword |
Static Protected Attributes | |
| static DtUTTFDecoderCreatorFcn | theDecoderCreator |
Additional Inherited Members | |
Protected Member Functions inherited from DtSymbolDescriptor | |
| virtual void | setupOptionSymbolInformation (DtSymbol *mainSymbol) const |
| DtUnicodeTTFSymbolDescriptor::DtUnicodeTTFSymbolDescriptor | ( | ) |
default constructor
|
virtual |
destructor
| DtUnicodeTTFSymbolDescriptor::DtUnicodeTTFSymbolDescriptor | ( | const DtUnicodeTTFSymbolDescriptor & | orig | ) |
copy constructor
|
virtual |
assignment operator
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
equality operators
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
If force != -1, returns modified outline character if extended format.
|
inline |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Calls down to decoder factory to get fill char.
|
virtual |
|
virtual |
|
static |
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
inline |
References myOptional.
|
inline |
References myOptional.
|
virtual |
Reimplemented from DtTtfSymbolDescriptor.
|
virtual |
Called from toFileString(). Fills in specific information for descriptor.
Reimplemented from DtTtfSymbolDescriptor.
|
inline |
References myModifyFillByForce.
|
inline |
References myModifyFillByForce.
|
inline |
References myComment.
|
inline |
References myComment.
|
inline |
References myIsExtendedFormat.
|
inline |
References myIsExtendedFormat.
|
static |
|
static |
|
protected |
|
protected |
|
protected |
|
protected |
Referenced by optional(), and setOptional().
|
protected |
Referenced by comment(), and setComment().
|
protected |
Referenced by modifyFillByForce(), and setModifyFillByForce().
|
protected |
Referenced by isExtendedFormat(), and setIsExtendedFormat().
|
staticprotected |