|
| 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 |
|
|
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) |
|