|
| | QTextDocumentProto (QObject *parent) |
| |
| Q_INVOKABLE void | addResource (int type, const QUrl &name, const QVariant &resource) |
| |
| Q_INVOKABLE void | adjustSize () |
| |
| Q_INVOKABLE QVector< QTextFormat > | allFormats () const |
| |
| QScriptValue | argument (int index) const |
| |
| int | argumentCount () const |
| |
| Q_INVOKABLE QTextBlock | begin () const |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE QChar | characterAt (int pos) const |
| |
| Q_INVOKABLE int | characterCount () const |
| |
| QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
| |
| const QObjectList & | children () const |
| |
| const char * | className () const |
| |
| Q_INVOKABLE void | clear () |
| |
| Q_INVOKABLE QTextDocument * | clone (QObject *parent=0) const |
| |
| bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| QScriptContext * | context () 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) |
| |
Q_INVOKABLE
QAbstractTextDocumentLayout * | documentLayout () const |
| |
| Q_INVOKABLE void | drawContents (QPainter *p, const QRectF &rect=QRectF()) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE QTextBlock | end () const |
| |
| QScriptEngine * | engine () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| Q_INVOKABLE QTextCursor | find (const QString &subString, const QTextCursor &cursor, int options=0) const |
| |
| Q_INVOKABLE QTextCursor | find (const QRegExp &expr, const QTextCursor &cursor, int options=0) const |
| |
| Q_INVOKABLE QTextCursor | find (const QString &subString, int position=0, int options=0) const |
| |
| Q_INVOKABLE QTextCursor | find (const QRegExp &expr, int position=0, int options=0) const |
| |
| Q_INVOKABLE QTextBlock | findBlock (int pos) const |
| |
| Q_INVOKABLE QTextBlock | findBlockByLineNumber (int lineNumber) const |
| |
| Q_INVOKABLE QTextBlock | findBlockByNumber (int blockNumber) const |
| |
| T | findChild (const QString &name) const |
| |
| QList< T > | findChildren (const QString &name) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp) const |
| |
| Q_INVOKABLE QTextBlock | firstBlock () const |
| |
| Q_INVOKABLE qreal | idealWidth () const |
| |
| bool | inherits (const char *className) const |
| |
| void | insertChild (QObject *object) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isA (const char *className) const |
| |
| Q_INVOKABLE bool | isEmpty () const |
| |
| Q_INVOKABLE bool | isRedoAvailable () const |
| |
| Q_INVOKABLE bool | isUndoAvailable () const |
| |
| bool | isWidgetType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QTextBlock | lastBlock () const |
| |
| Q_INVOKABLE int | lineCount () const |
| |
| Q_INVOKABLE void | markContentsDirty (int position, int length) |
| |
| Q_INVOKABLE QString | metaInformation (int info) const |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| const char * | name (const char *defaultName) const |
| |
| const char * | name () const |
| |
| Q_INVOKABLE QTextObject * | object (int objectIndex) const |
| |
| Q_INVOKABLE QTextObject * | objectForFormat (const QTextFormat &f) const |
| |
| QString | objectName () const |
| |
| Q_INVOKABLE int | pageCount () const |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE void | print (QPrinter *printer) const |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE void | redo (QTextCursor *cursor) |
| |
| void | removeChild (QObject *object) |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE QVariant | resource (int type, const QUrl &name) const |
| |
| Q_INVOKABLE int | revision () const |
| |
| Q_INVOKABLE QTextFrame * | rootFrame () const |
| |
| Q_INVOKABLE void | setDefaultFont (const QFont &font) |
| |
| Q_INVOKABLE void | setDocumentLayout (QAbstractTextDocumentLayout *layout) |
| |
| Q_INVOKABLE void | setHtml (const QString &html) |
| |
| Q_INVOKABLE void | setMetaInformation (int info, const QString &string) |
| |
| void | setName (const char *name) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| Q_INVOKABLE void | setPlainText (const QString &text) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval) |
| |
| QScriptValue | thisObject () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | toHtml (const QByteArray &encoding=QByteArray()) const |
| |
| Q_INVOKABLE QString | toPlainText () const |
| |
| Q_INVOKABLE QString | toString () const |
| |
| Q_INVOKABLE void | undo (QTextCursor *cursor) |
| |
|
| 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) |
| |