#include <qtextobject.h>
Definition at line 144 of file qtextobject.h.
Public Member Functions | |
iterator () | |
iterator (const iterator &o) | |
iterator & | operator= (const iterator &o) |
QTextFrame * | parentFrame () const |
QTextFrame * | currentFrame () const |
QTextBlock | currentBlock () const |
bool | atEnd () const |
bool | operator== (const iterator &o) const |
bool | operator!= (const iterator &o) const |
iterator & | operator++ () |
iterator | operator++ (int) |
iterator & | operator-- () |
iterator | operator-- (int) |
Friends | |
class | QTextFrame |
class | QTextTableCell |
class | QTextDocumentLayoutPrivate |
iterator | ( | ) |
|
inline |
Definition at line 160 of file qtextobject.h.
QTextFrame* currentFrame | ( | ) | const |
QTextBlock currentBlock | ( | ) | const |
|
inline |
Definition at line 165 of file qtextobject.h.
|
inline |
Definition at line 167 of file qtextobject.h.
|
inline |
Definition at line 168 of file qtextobject.h.
iterator& operator++ | ( | ) |
Definition at line 170 of file qtextobject.h.
iterator& operator-- | ( | ) |
Definition at line 172 of file qtextobject.h.
|
friend |
Definition at line 151 of file qtextobject.h.
|
friend |
Definition at line 152 of file qtextobject.h.
|
friend |
Definition at line 153 of file qtextobject.h.