QTextList Class Reference
#include <qtextlist.h>
Definition at line 57 of file qtextlist.h.
|
void | deleteLater () |
|
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 () |
|
| QTextBlockGroup (QTextDocument *doc) |
|
| ~QTextBlockGroup () |
|
virtual void | blockInserted (const QTextBlock &block) |
|
virtual void | blockRemoved (const QTextBlock &block) |
|
virtual void | blockFormatChanged (const QTextBlock &block) |
|
QList< QTextBlock > | blockList () const |
|
| QTextBlockGroup (QTextBlockGroupPrivate &p, QTextDocument *doc) |
|
| QTextObject (QTextDocument *doc) |
|
| ~QTextObject () |
|
void | setFormat (const QTextFormat &format) |
|
| QTextObject (QTextObjectPrivate &p, QTextDocument *doc) |
|
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) |
|
QScopedPointer< QObjectData > | d_ptr |
|
static const QMetaObject | staticQtMetaObject |
|
QString | objectName |
|
Definition at line 87 of file qtextlist.h.
void setFormat(const QTextFormat &format)
Definition at line 80 of file qtextlist.h.
QTextFormat format() const
QTextListFormat toListFormat() const
The documentation for this class was generated from the following file: