Qt 4.8
|
#include <QtCore/qobject.h>
#include <QtGui/qtextformat.h>
#include <QtGui/qglyphrun.h>
Go to the source code of this file.
Classes | |
class | QTextBlock |
The QTextBlock class provides a container for text fragments in a QTextDocument. More... | |
class | QTextBlock::iterator |
The QTextBlock::iterator class provides an iterator for reading the contents of a QTextBlock. More... | |
class | QTextBlockGroup |
The QTextBlockGroup class provides a container for text blocks within a QTextDocument. More... | |
class | QTextBlockUserData |
The QTextBlockUserData class is used to associate custom data with blocks of text. More... | |
class | QTextFragment |
The QTextFragment class holds a piece of text in a QTextDocument with a single QTextCharFormat. More... | |
class | QTextFrame |
The QTextFrame class represents a frame in a QTextDocument. More... | |
class | QTextFrame::iterator |
The iterator class provides an iterator for reading the contents of a QTextFrame. More... | |
class | QTextFrameLayoutData |
class | QTextObject |
The QTextObject class is a base class for different kinds of objects that can group parts of a QTextDocument together. More... | |
Q_DECLARE_TYPEINFO | ( | QTextFrame::iterator | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QTextBlock | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QTextBlock::iterator | , |
Q_MOVABLE_TYPE | |||
) |
Q_DECLARE_TYPEINFO | ( | QTextFragment | , |
Q_MOVABLE_TYPE | |||
) |