#include <qfontproto.h>
Properties | |
objectName | |
Public Member Functions | |
QFontProto (QObject *parent) | |
bool | blockSignals (bool block) |
Q_INVOKABLE bool | bold () const |
Q_INVOKABLE int | capitalization () const |
const QObjectList & | children () const |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
Q_INVOKABLE QString | defaultFamily () const |
void | deleteLater () |
void | destroyed (QObject *obj) |
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
bool | disconnect (const QObject *receiver, const char *method) const |
void | dumpObjectInfo () |
void | dumpObjectTree () |
QList< QByteArray > | dynamicPropertyNames () const |
virtual bool | event (QEvent *e) |
virtual bool | eventFilter (QObject *watched, QEvent *event) |
Q_INVOKABLE bool | exactMatch () const |
Q_INVOKABLE QString | family () const |
T | findChild (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
Q_INVOKABLE bool | fixedPitch () const |
Q_INVOKABLE bool | fromString (const QString &descrip) |
bool | inherits (const char *className) const |
void | installEventFilter (QObject *filterObj) |
Q_INVOKABLE bool | isCopyOf (const QFont &f) const |
bool | isWidgetType () const |
bool | isWindowType () const |
Q_INVOKABLE bool | italic () const |
Q_INVOKABLE bool | kerning () const |
Q_INVOKABLE QString | key () const |
void | killTimer (int id) |
Q_INVOKABLE QString | lastResortFamily () const |
Q_INVOKABLE QString | lastResortFont () const |
Q_INVOKABLE qreal | letterSpacing () const |
Q_INVOKABLE int | letterSpacingType () const |
virtual const QMetaObject * | metaObject () const |
void | moveToThread (QThread *targetThread) |
QString | objectName () const |
void | objectNameChanged (const QString &objectName) |
Q_INVOKABLE bool | overline () const |
QObject * | parent () const |
Q_INVOKABLE int | pixelSize () const |
Q_INVOKABLE int | pointSize () const |
Q_INVOKABLE qreal | pointSizeF () const |
QVariant | property (const char *name) const |
Q_INVOKABLE bool | rawMode () const |
Q_INVOKABLE QString | rawName () const |
void | removeEventFilter (QObject *obj) |
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) |
void | setObjectName (const QString &name) |
Q_INVOKABLE void | setOverline (bool enable) |
void | setParent (QObject *parent) |
Q_INVOKABLE void | setPixelSize (int pixelSize) |
Q_INVOKABLE void | setPointSize (int pointSize) |
Q_INVOKABLE void | setPointSizeF (qreal pointSize) |
bool | setProperty (const char *name, const QVariant &value) |
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) |
bool | signalsBlocked () const |
int | startTimer (int interval, Qt::TimerType timerType) |
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 |
QThread * | thread () const |
Q_INVOKABLE QString | toString () const |
Q_INVOKABLE bool | underline () const |
Q_INVOKABLE int | weight () const |
Q_INVOKABLE qreal | wordSpacing () const |
Static Public Member Functions | |
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
bool | disconnect (const QMetaObject::Connection &connection) |
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
QString | tr (const char *sourceText, const char *disambiguation, int n) |
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
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 |
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 Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |