QtBase  v6.3.1
Classes | Public Member Functions | List of all members
QTextMarkdownWriter Class Reference

#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)
 

Detailed Description

Definition at line 64 of file qtextmarkdownwriter_p.h.

Constructor & Destructor Documentation

◆ QTextMarkdownWriter()

QTextMarkdownWriter::QTextMarkdownWriter ( QTextStream stream,
QTextDocument::MarkdownFeatures  features 
)

Definition at line 68 of file qtextmarkdownwriter.cpp.

Member Function Documentation

◆ writeAll()

bool QTextMarkdownWriter::writeAll ( const QTextDocument document)

Definition at line 73 of file qtextmarkdownwriter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ writeBlock()

int QTextMarkdownWriter::writeBlock ( const QTextBlock block,
bool  table,
bool  ignoreFormat,
bool  ignoreEmpty 
)

Definition at line 363 of file qtextmarkdownwriter.cpp.

◆ writeFrame()

void QTextMarkdownWriter::writeFrame ( const QTextFrame frame)

Definition at line 113 of file qtextmarkdownwriter.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following files: