QPlainTextDocumentLayout Class Reference
#include <qplaintextedit.h>
Definition at line 280 of file qplaintextedit.h.
|
| QPlainTextDocumentLayout (QTextDocument *document) |
|
| ~QPlainTextDocumentLayout () |
|
void | draw (QPainter *, const PaintContext &) |
|
int | hitTest (const QPointF &, Qt::HitTestAccuracy) const |
|
int | pageCount () const |
|
QSizeF | documentSize () const |
|
QRectF | frameBoundingRect (QTextFrame *) const |
|
QRectF | blockBoundingRect (const QTextBlock &block) const |
|
void | ensureBlockLayout (const QTextBlock &block) const |
|
void | setCursorWidth (int width) |
|
int | cursorWidth () const |
|
void | requestUpdate () |
|
| QAbstractTextDocumentLayout (QTextDocument *doc) |
|
| ~QAbstractTextDocumentLayout () |
|
QString | anchorAt (const QPointF &pos) const |
|
void | setPaintDevice (QPaintDevice *device) |
|
QPaintDevice * | paintDevice () const |
|
QTextDocument * | document () const |
|
void | registerHandler (int objectType, QObject *component) |
|
QTextObjectInterface * | handlerForObject (int objectType) const |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | event (QEvent *) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
void | documentChanged (int from, int, int charsAdded) |
|
| QAbstractTextDocumentLayout (QAbstractTextDocumentLayoutPrivate &, QTextDocument *) |
|
virtual void | resizeInlineObject (QTextInlineObject item, int posInDocument, const QTextFormat &format) |
|
virtual void | positionInlineObject (QTextInlineObject item, int posInDocument, const QTextFormat &format) |
|
virtual void | drawInlineObject (QPainter *painter, const QRectF &rect, QTextInlineObject object, int posInDocument, const QTextFormat &format) |
|
int | formatIndex (int pos) |
|
QTextCharFormat | format (int pos) |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|
|
void | deleteLater () |
|
void | update (const QRectF &=QRectF(0., 0., 1000000000., 1000000000.)) |
|
void | updateBlock (const QTextBlock &block) |
|
void | documentSizeChanged (const QSizeF &newSize) |
|
void | pageCountChanged (int newPages) |
|
void | destroyed (QObject *=0) |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
int cursorWidth |
( |
| ) |
const |
friend class QPlainTextEditPrivate |
|
friend |
The documentation for this class was generated from the following file: