|
| QFontProto (QObject *parent) |
|
QScriptValue | argument (int index) const |
|
int | argumentCount () const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE bool | bold () const |
|
Q_INVOKABLE int | capitalization () const |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
QScriptContext * | context () const |
|
Q_INVOKABLE QString | defaultFamily () const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
QScriptEngine * | engine () 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) const |
|
QList< T > | findChildren (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
Q_INVOKABLE bool | fixedPitch () const |
|
Q_INVOKABLE bool | fromString (const QString &descrip) |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
Q_INVOKABLE bool | isCopyOf (const QFont &f) const |
|
bool | isWidgetType () 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) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
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 | removeChild (QObject *object) |
|
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 | setName (const char *name) |
|
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) |
|
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 |
|
QScriptValue | thisObject () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QString | toString () const |
|
Q_INVOKABLE bool | underline () const |
|
Q_INVOKABLE int | weight () const |
|
Q_INVOKABLE qreal | wordSpacing () const |
|
|
bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *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) |
|