Definition at line 121 of file qtextobject.h.
#include <qtextobject.h>

Classes |
|
| class | iterator |
Public Types |
|
| typedef iterator | Iterator |
Public Member Functions |
|
| QTextFrame (QTextDocument *doc) | |
| ~QTextFrame () | |
| void | setFrameFormat (const QTextFrameFormat &format) |
| QTextFrameFormat | frameFormat () const |
| QTextCursor | firstCursorPosition () const |
| QTextCursor | lastCursorPosition () const |
| int | firstPosition () const |
| int | lastPosition () const |
| QTextFrameLayoutData * | layoutData () const |
| void | setLayoutData (QTextFrameLayoutData *data) |
| QList< QTextFrame * > | childFrames () const |
| QTextFrame * | parentFrame () const |
| iterator | begin () const |
| iterator | end () const |
Protected Member Functions |
|
| QTextFrame (QTextFramePrivate &p, QTextDocument *doc) | |
Friends |
|
| class | iterator |
| class | QTextDocumentPrivate |
Definition at line 176 of file qtextobject.h.
| QTextFrame | ( | QTextDocument * | doc | ) | [explicit] |
| ~QTextFrame | ( | ) |
| QTextFrame | ( | QTextFramePrivate & | p, |
| QTextDocument * | doc | ||
| ) | [protected] |
| void setFrameFormat | ( | const QTextFrameFormat & | format | ) | [inline] |
Definition at line 190 of file qtextobject.h.
{ QTextObject::setFormat(aformat); }
| QTextFrameFormat frameFormat | ( | ) | const [inline] |
Definition at line 130 of file qtextobject.h.
{ return QTextObject::format().toFrameFormat(); }
| QTextCursor firstCursorPosition | ( | ) | const |
| QTextCursor lastCursorPosition | ( | ) | const |
| int firstPosition | ( | ) | const |
| int lastPosition | ( | ) | const |
| QTextFrameLayoutData* layoutData | ( | ) | const |
| void setLayoutData | ( | QTextFrameLayoutData * | data | ) |
| QList<QTextFrame *> childFrames | ( | ) | const |
| QTextFrame* parentFrame | ( | ) | const |
| iterator begin | ( | ) | const |
| iterator end | ( | ) | const |
friend class iterator
[friend] |
Definition at line 174 of file qtextobject.h.
friend class QTextDocumentPrivate
[friend] |
Reimplemented from QTextObject.
Definition at line 184 of file qtextobject.h.