![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtextmarkdownwriter_p.h>
Public Member Functions | |
| QTextMarkdownWriter (QTextStream &stream, QTextDocument::MarkdownFeatures features) | |
| bool | writeAll (const QTextDocument *document) |
| int | writeBlock (const QTextBlock &block, bool table, bool ignoreFormat, bool ignoreEmpty) |
| void | writeFrame (const QTextFrame *frame) |
| void | writeFrontMatter (const QString &fm) |
Definition at line 28 of file qtextmarkdownwriter_p.h.
| QTextMarkdownWriter::QTextMarkdownWriter | ( | QTextStream & | stream, |
| QTextDocument::MarkdownFeatures | features ) |
Definition at line 36 of file qtextmarkdownwriter.cpp.
| bool QTextMarkdownWriter::writeAll | ( | const QTextDocument * | document | ) |
Definition at line 41 of file qtextmarkdownwriter.cpp.
| int QTextMarkdownWriter::writeBlock | ( | const QTextBlock & | block, |
| bool | table, | ||
| bool | ignoreFormat, | ||
| bool | ignoreEmpty ) |
Definition at line 408 of file qtextmarkdownwriter.cpp.
| void QTextMarkdownWriter::writeFrame | ( | const QTextFrame * | frame | ) |
Definition at line 95 of file qtextmarkdownwriter.cpp.
Definition at line 82 of file qtextmarkdownwriter.cpp.