#include <qtextobject.h>
Definition at line 64 of file qtextobject.h.
Protected Member Functions | |
QTextObject (QTextDocument *doc) | |
~QTextObject () | |
void | setFormat (const QTextFormat &format) |
QTextObject (QTextObjectPrivate &p, QTextDocument *doc) | |
Protected Member Functions inherited from QObject | |
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) | |
Friends | |
class | QTextDocumentPrivate |
Additional Inherited Members | |
Public Slots inherited from QObject | |
void | deleteLater () |
Signals inherited from QObject | |
void | destroyed (QObject *=0) |
Static Public Member Functions inherited from QObject | |
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 () |
Protected Attributes inherited from QObject | |
QScopedPointer< QObjectData > | d_ptr |
Static Protected Attributes inherited from QObject | |
static const QMetaObject | staticQtMetaObject |
Properties inherited from QObject | |
QString | objectName |
|
explicitprotected |
|
protected |
|
protected |
|
protected |
QTextFormat format | ( | ) | const |
int formatIndex | ( | ) | const |
QTextDocument* document | ( | ) | const |
int objectIndex | ( | ) | const |
QTextDocumentPrivate* docHandle | ( | ) | const |
|
friend |
Definition at line 90 of file qtextobject.h.