#include <qtexteditproto.h>
Properties | |
objectName | |
Public Member Functions | |
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 |
Static Public Member Functions | |
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) |
Protected Member Functions | |
virtual void | childEvent (QChildEvent *event) |
virtual void | connectNotify (const QMetaMethod &signal) |
virtual void | customEvent (QEvent *event) |
virtual void | disconnectNotify (const QMetaMethod &signal) |
bool | isSignalConnected (const QMetaMethod &signal) const |
int | receivers (const char *signal) const |
QObject * | sender () const |
int | senderSignalIndex () const |
virtual void | timerEvent (QTimerEvent *event) |
QTextEditProto::QTextEditProto | ( | QObject * | parent | ) |
int QTextEditProto::alignment | ( | ) | const |
bool QTextEditProto::canPaste | ( | ) | const |
QMenu * QTextEditProto::createStandardContextMenu | ( | ) |
QTextCharFormat QTextEditProto::currentCharFormat | ( | ) | const |
QFont QTextEditProto::currentFont | ( | ) | const |
QTextCursor QTextEditProto::cursorForPosition | ( | const QPoint & | pos | ) | const |
QRect QTextEditProto::cursorRect | ( | const QTextCursor & | cursor | ) | const |
QRect QTextEditProto::cursorRect | ( | ) | const |
QTextDocument * QTextEditProto::document | ( | ) | const |
void QTextEditProto::ensureCursorVisible | ( | ) |
bool QTextEditProto::find | ( | const QString & | exp, |
int | options = 0 |
||
) |
QString QTextEditProto::fontFamily | ( | ) | const |
bool QTextEditProto::fontItalic | ( | ) | const |
qreal QTextEditProto::fontPointSize | ( | ) | const |
bool QTextEditProto::fontUnderline | ( | ) | const |
int QTextEditProto::fontWeight | ( | ) | const |
void QTextEditProto::mergeCurrentCharFormat | ( | const QTextCharFormat & | modifier | ) |
void QTextEditProto::moveCursor | ( | int | operation, |
int | mode = QTextCursor::MoveAnchor |
||
) |
void QTextEditProto::print | ( | QPrinter * | printer | ) | const |
void QTextEditProto::setCurrentCharFormat | ( | const QTextCharFormat & | format | ) |
void QTextEditProto::setDocument | ( | QTextDocument * | document | ) |
void QTextEditProto::setTextCursor | ( | const QTextCursor & | cursor | ) |
QColor QTextEditProto::textBackgroundColor | ( | ) | const |
QColor QTextEditProto::textColor | ( | ) | const |
QTextCursor QTextEditProto::textCursor | ( | ) | const |
QString QTextEditProto::toString | ( | ) | const |
Generated on Fri Aug 11 2017 | xTuple ERP Programmer Reference, Version 4.11.0 |
![]() |