#include <qtextobject.h>
Definition at line 199 of file qtextobject.h.
Classes | |
class | iterator |
Public Types | |
typedef iterator | Iterator |
Friends | |
class | QSyntaxHighlighter |
class | QTextDocumentPrivate |
class | QTextLayout |
Definition at line 275 of file qtextobject.h.
|
inline |
Definition at line 203 of file qtextobject.h.
|
inline |
Definition at line 204 of file qtextobject.h.
|
inline |
Definition at line 205 of file qtextobject.h.
|
inline |
Definition at line 206 of file qtextobject.h.
|
inline |
Definition at line 208 of file qtextobject.h.
|
inline |
Definition at line 210 of file qtextobject.h.
|
inline |
Definition at line 211 of file qtextobject.h.
|
inline |
Definition at line 212 of file qtextobject.h.
int position | ( | ) | const |
bool contains | ( | int | position | ) | const |
QTextLayout* layout | ( | ) | const |
void clearLayout | ( | ) |
QTextBlockFormat blockFormat | ( | ) | const |
int blockFormatIndex | ( | ) | const |
QTextCharFormat charFormat | ( | ) | const |
int charFormatIndex | ( | ) | const |
Qt::LayoutDirection textDirection | ( | ) | const |
QString text | ( | ) | const |
const QTextDocument* document | ( | ) | const |
QTextList* textList | ( | ) | const |
QTextBlockUserData* userData | ( | ) | const |
void setUserData | ( | QTextBlockUserData * | data | ) |
int userState | ( | ) | const |
int revision | ( | ) | const |
bool isVisible | ( | ) | const |
void setVisible | ( | bool | visible | ) |
int blockNumber | ( | ) | const |
int firstLineNumber | ( | ) | const |
int lineCount | ( | ) | const |
iterator begin | ( | ) | const |
QTextBlock next | ( | ) | const |
QTextBlock previous | ( | ) | const |
|
inline |
Definition at line 283 of file qtextobject.h.
|
inline |
Definition at line 284 of file qtextobject.h.
|
friend |
Definition at line 201 of file qtextobject.h.
|
friend |
Definition at line 289 of file qtextobject.h.
|
friend |
Definition at line 290 of file qtextobject.h.