|
| | QTextEditProto (QObject *parent) |
| |
| Q_INVOKABLE int | alignment () const |
| |
| Q_INVOKABLE QString | anchorAt (const QPoint &pos) const |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE bool | canPaste () const |
| |
| const QObjectList & | children () const |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| Q_INVOKABLE QMenu * | createStandardContextMenu () |
| |
| Q_INVOKABLE QMenu * | createStandardContextMenu (const QPoint &position) |
| |
| Q_INVOKABLE QTextCharFormat | currentCharFormat () const |
| |
| Q_INVOKABLE QFont | currentFont () const |
| |
| Q_INVOKABLE QTextCursor | cursorForPosition (const QPoint &pos) const |
| |
| Q_INVOKABLE QRect | cursorRect (const QTextCursor &cursor) const |
| |
| Q_INVOKABLE QRect | cursorRect () 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 QTextDocument * | document () const |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE void | ensureCursorVisible () |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| Q_INVOKABLE bool | find (const QString &exp, int options=0) |
| |
| T | findChild (const QString &name, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
| |
| Q_INVOKABLE QString | fontFamily () const |
| |
| Q_INVOKABLE bool | fontItalic () const |
| |
| Q_INVOKABLE qreal | fontPointSize () const |
| |
| Q_INVOKABLE bool | fontUnderline () const |
| |
| Q_INVOKABLE int | fontWeight () const |
| |
| bool | inherits (const char *className) const |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| bool | isWidgetType () const |
| |
| bool | isWindowType () const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QVariant | loadResource (int type, const QUrl &name) |
| |
| Q_INVOKABLE void | mergeCurrentCharFormat (const QTextCharFormat &modifier) |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| Q_INVOKABLE void | moveCursor (int operation, int mode=QTextCursor::MoveAnchor) |
| |
| void | moveToThread (QThread *targetThread) |
| |
| QString | objectName () const |
| |
| void | objectNameChanged (const QString &objectName) |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE void | print (QPrinter *printer) const |
| |
| QVariant | property (const char *name) const |
| |
| void | removeEventFilter (QObject *obj) |
| |
| Q_INVOKABLE void | setCurrentCharFormat (const QTextCharFormat &format) |
| |
| Q_INVOKABLE void | setDocument (QTextDocument *document) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setParent (QObject *parent) |
| |
| bool | setProperty (const char *name, const QVariant &value) |
| |
| Q_INVOKABLE void | setTextCursor (const QTextCursor &cursor) |
| |
| bool | signalsBlocked () const |
| |
| int | startTimer (int interval, Qt::TimerType timerType) |
| |
| Q_INVOKABLE QColor | textBackgroundColor () const |
| |
| Q_INVOKABLE QColor | textColor () const |
| |
| Q_INVOKABLE QTextCursor | textCursor () const |
| |
| QThread * | thread () const |
| |
| Q_INVOKABLE QString | toString () 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) |
| |