|
| 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 |
|
Q_INVOKABLE QTextBlock | begin () const |
|
bool | blockSignals (bool block) |
|
Q_INVOKABLE QChar | characterAt (int pos) const |
|
Q_INVOKABLE int | characterCount () const |
|
const QObjectList & | children () const |
|
Q_INVOKABLE void | clear () |
|
Q_INVOKABLE QTextDocument * | clone (QObject *parent=0) const |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) 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 |
|
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 |
|
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, 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 QTextBlock | firstBlock () const |
|
Q_INVOKABLE qreal | idealWidth () const |
|
bool | inherits (const char *className) const |
|
void | installEventFilter (QObject *filterObj) |
|
Q_INVOKABLE bool | isEmpty () const |
|
Q_INVOKABLE bool | isRedoAvailable () const |
|
Q_INVOKABLE bool | isUndoAvailable () const |
|
bool | isWidgetType () const |
|
bool | isWindowType () 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) |
|
Q_INVOKABLE QTextObject * | object (int objectIndex) const |
|
Q_INVOKABLE QTextObject * | objectForFormat (const QTextFormat &f) const |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
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 | 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 | 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, Qt::TimerType timerType) |
|
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) |
|
|
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) |
|