#include <qtextobject.h>
Definition at line 251 of file qtextobject.h.
Public Member Functions | |
iterator () | |
iterator (const iterator &o) | |
QTextFragment | fragment () 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 | QTextBlock |
|
inline |
Definition at line 259 of file qtextobject.h.
Definition at line 260 of file qtextobject.h.
QTextFragment fragment | ( | ) | const |
|
inline |
Definition at line 264 of file qtextobject.h.
|
inline |
Definition at line 266 of file qtextobject.h.
|
inline |
Definition at line 267 of file qtextobject.h.
iterator& operator++ | ( | ) |
Definition at line 269 of file qtextobject.h.
iterator& operator-- | ( | ) |
Definition at line 271 of file qtextobject.h.
|
friend |
Definition at line 256 of file qtextobject.h.