42 #ifndef QTEXTODFWRITER_H 43 #define QTEXTODFWRITER_H 44 #ifndef QT_NO_TEXTODFWRITER 57 #include <QtCore/QXmlStreamWriter> 58 #include <QtCore/qset.h> 59 #include <QtCore/qstack.h> 71 class QTextOdfWriterPrivate;
114 #endif // QT_NO_TEXTODFWRITER 115 #endif // QTEXTODFWRITER_H The QXmlStreamWriter class provides an XML writer with a simple streaming API.
The QTextCharFormat class provides formatting information for characters in a QTextDocument.
The QTextListFormat class provides formatting information for lists in a QTextDocument.
#define QT_END_NAMESPACE
This macro expands to.
The QTextFrame class represents a frame in a QTextDocument.
const QTextDocument * m_document
The QStack class is a template class that provides a stack.
The QString class provides a Unicode character string.
bool createArchive() const
void setCreateArchive(bool on)
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QTextCursor class offers an API to access and modify QTextDocuments.
The QTextBlock class provides a container for text fragments in a QTextDocument.
static QTextCodec * codec(MYSQL *mysql)
The QTextFragment class holds a piece of text in a QTextDocument with a single QTextCharFormat.
QStack< QTextList * > m_listStack
void setCodec(QTextCodec *codec)
The QTextFrameFormat class provides formatting information for frames in a QTextDocument.
The QTextBlockFormat class provides formatting information for blocks of text in a QTextDocument...
#define Q_AUTOTEST_EXPORT
The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument...
QOutputStrategy * m_strategy
The QTextDocument class holds formatted text that can be viewed and edited using a QTextEdit...
The QTextCodec class provides conversions between text encodings.
The QIODevice class is the base interface class of all I/O devices in Qt.