#include <qfontproto.h>
Public Member Functions | |
| QFontProto (QObject *parent) | |
| Q_INVOKABLE bool | bold () const |
| Q_INVOKABLE int | capitalization () const |
| Q_INVOKABLE QString | defaultFamily () const |
| Q_INVOKABLE bool | exactMatch () const |
| Q_INVOKABLE QString | family () const |
| Q_INVOKABLE bool | fixedPitch () const |
| Q_INVOKABLE bool | fromString (const QString &descrip) |
| Q_INVOKABLE bool | isCopyOf (const QFont &f) const |
| Q_INVOKABLE bool | italic () const |
| Q_INVOKABLE bool | kerning () const |
| Q_INVOKABLE QString | key () const |
| Q_INVOKABLE QString | lastResortFamily () const |
| Q_INVOKABLE QString | lastResortFont () const |
| Q_INVOKABLE qreal | letterSpacing () const |
| Q_INVOKABLE int | letterSpacingType () const |
| Q_INVOKABLE bool | overline () const |
| Q_INVOKABLE int | pixelSize () const |
| Q_INVOKABLE int | pointSize () const |
| Q_INVOKABLE qreal | pointSizeF () const |
| Q_INVOKABLE bool | rawMode () const |
| Q_INVOKABLE QString | rawName () const |
| Q_INVOKABLE QFont | resolve (const QFont &other) const |
| Q_INVOKABLE void | setBold (bool enable) |
| Q_INVOKABLE void | setCapitalization (int caps) |
| Q_INVOKABLE void | setFamily (const QString &family) |
| Q_INVOKABLE void | setFixedPitch (bool enable) |
| Q_INVOKABLE void | setItalic (bool enable) |
| Q_INVOKABLE void | setKerning (bool enable) |
| Q_INVOKABLE void | setLetterSpacing (int type, qreal spacing) |
| Q_INVOKABLE void | setOverline (bool enable) |
| Q_INVOKABLE void | setPixelSize (int pixelSize) |
| Q_INVOKABLE void | setPointSize (int pointSize) |
| Q_INVOKABLE void | setPointSizeF (qreal pointSize) |
| Q_INVOKABLE void | setRawMode (bool enable) |
| Q_INVOKABLE void | setRawName (const QString &name) |
| Q_INVOKABLE void | setStretch (int factor) |
| Q_INVOKABLE void | setStrikeOut (bool enable) |
| Q_INVOKABLE void | setStyle (int style) |
| Q_INVOKABLE void | setStyleHint (int hint, int strategy=0) |
| Q_INVOKABLE void | setStyleStrategy (int s) |
| Q_INVOKABLE void | setUnderline (bool enable) |
| Q_INVOKABLE void | setWeight (int weight) |
| Q_INVOKABLE void | setWordSpacing (qreal spacing) |
| Q_INVOKABLE int | stretch () const |
| Q_INVOKABLE bool | strikeOut () const |
| Q_INVOKABLE int | style () const |
| Q_INVOKABLE int | styleHint () const |
| Q_INVOKABLE int | styleStrategy () const |
| Q_INVOKABLE QString | toString () const |
| Q_INVOKABLE bool | underline () const |
| Q_INVOKABLE int | weight () const |
| Q_INVOKABLE qreal | wordSpacing () const |
| QFontProto::QFontProto | ( | QObject * | parent | ) |
| bool QFontProto::bold | ( | ) | const |
| int QFontProto::capitalization | ( | ) | const |
| QString QFontProto::defaultFamily | ( | ) | const |
| bool QFontProto::exactMatch | ( | ) | const |
| QString QFontProto::family | ( | ) | const |
| bool QFontProto::fixedPitch | ( | ) | const |
| bool QFontProto::fromString | ( | const QString & | descrip | ) |
| bool QFontProto::isCopyOf | ( | const QFont & | f | ) | const |
| bool QFontProto::italic | ( | ) | const |
| bool QFontProto::kerning | ( | ) | const |
| QString QFontProto::key | ( | ) | const |
| QString QFontProto::lastResortFamily | ( | ) | const |
| QString QFontProto::lastResortFont | ( | ) | const |
| qreal QFontProto::letterSpacing | ( | ) | const |
| int QFontProto::letterSpacingType | ( | ) | const |
| bool QFontProto::overline | ( | ) | const |
| int QFontProto::pixelSize | ( | ) | const |
| int QFontProto::pointSize | ( | ) | const |
| qreal QFontProto::pointSizeF | ( | ) | const |
| bool QFontProto::rawMode | ( | ) | const |
| QString QFontProto::rawName | ( | ) | const |
| QFont QFontProto::resolve | ( | const QFont & | other | ) | const |
| void QFontProto::setBold | ( | bool | enable | ) |
| void QFontProto::setCapitalization | ( | int | caps | ) |
| void QFontProto::setFamily | ( | const QString & | family | ) |
| void QFontProto::setFixedPitch | ( | bool | enable | ) |
| void QFontProto::setItalic | ( | bool | enable | ) |
| void QFontProto::setKerning | ( | bool | enable | ) |
| void QFontProto::setLetterSpacing | ( | int | type, |
| qreal | spacing | ||
| ) |
| void QFontProto::setOverline | ( | bool | enable | ) |
| void QFontProto::setPixelSize | ( | int | pixelSize | ) |
| void QFontProto::setPointSize | ( | int | pointSize | ) |
| void QFontProto::setPointSizeF | ( | qreal | pointSize | ) |
| void QFontProto::setRawMode | ( | bool | enable | ) |
| void QFontProto::setRawName | ( | const QString & | name | ) |
| void QFontProto::setStretch | ( | int | factor | ) |
| void QFontProto::setStrikeOut | ( | bool | enable | ) |
| void QFontProto::setStyle | ( | int | style | ) |
| void QFontProto::setStyleHint | ( | int | hint, |
| int | strategy = 0 |
||
| ) |
| void QFontProto::setStyleStrategy | ( | int | s | ) |
| void QFontProto::setUnderline | ( | bool | enable | ) |
| void QFontProto::setWeight | ( | int | weight | ) |
| void QFontProto::setWordSpacing | ( | qreal | spacing | ) |
| int QFontProto::stretch | ( | ) | const |
| bool QFontProto::strikeOut | ( | ) | const |
| int QFontProto::style | ( | ) | const |
| int QFontProto::styleHint | ( | ) | const |
| int QFontProto::styleStrategy | ( | ) | const |
| QString QFontProto::toString | ( | ) | const |
| bool QFontProto::underline | ( | ) | const |
| int QFontProto::weight | ( | ) | const |
| qreal QFontProto::wordSpacing | ( | ) | const |
| Generated on Mon Jan 23 2012 12:22:36 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|