![]() |
Qt 6.x
The Qt SDK
|
#include "qtextmarkdownimporter_p.h"#include "qtextdocumentfragment_p.h"#include <QLoggingCategory>#include <QTextCursor>#include <QTextDocument>#include <QTextDocumentFragment>#include <QTextList>#include <QTextTable>#include "../../3rdparty/md4c/md4c.h"
Include dependency graph for qtextmarkdownimporter.cpp:Go to the source code of this file.
Functions | |
| static int | CbEnterBlock (MD_BLOCKTYPE type, void *detail, void *userdata) |
| static int | CbLeaveBlock (MD_BLOCKTYPE type, void *detail, void *userdata) |
| static int | CbEnterSpan (MD_SPANTYPE type, void *detail, void *userdata) |
| static int | CbLeaveSpan (MD_SPANTYPE type, void *detail, void *userdata) |
| static int | CbText (MD_TEXTTYPE type, const MD_CHAR *text, MD_SIZE size, void *userdata) |
| static void | CbDebugLog (const char *msg, void *userdata) |
| static Qt::Alignment | MdAlignment (MD_ALIGN a, Qt::Alignment defaultAlignment=Qt::AlignLeft|Qt::AlignVCenter) |
Variables | |
| static const QChar | qtmi_Newline = u'\n' |
| static const QChar | qtmi_Space = u' ' |
| static const int | qtmi_BlockQuoteIndent |
Definition at line 84 of file qtextmarkdownimporter.cpp.
References Q_UNUSED, and qCDebug.
Referenced by QTextMarkdownImporter::import().
Here is the caller graph for this function:Definition at line 54 of file qtextmarkdownimporter.cpp.
References QTextMarkdownImporter::cbEnterBlock().
Referenced by QTextMarkdownImporter::import().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 66 of file qtextmarkdownimporter.cpp.
References QTextMarkdownImporter::cbEnterSpan().
Referenced by QTextMarkdownImporter::import().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 60 of file qtextmarkdownimporter.cpp.
References QTextMarkdownImporter::cbLeaveBlock().
Referenced by QTextMarkdownImporter::import().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 72 of file qtextmarkdownimporter.cpp.
References QTextMarkdownImporter::cbLeaveSpan().
Referenced by QTextMarkdownImporter::import().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 78 of file qtextmarkdownimporter.cpp.
References QTextMarkdownImporter::cbText(), and text.
Referenced by QTextMarkdownImporter::import().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 93 of file qtextmarkdownimporter.cpp.
References Qt::AlignHCenter, Qt::AlignLeft, Qt::AlignRight, and Qt::AlignVCenter.
Referenced by QTextMarkdownImporter::cbEnterBlock().
Here is the caller graph for this function:
|
static |
Definition at line 31 of file qtextmarkdownimporter.cpp.
Definition at line 27 of file qtextmarkdownimporter.cpp.
Referenced by QTextMarkdownImporter::cbText().
|
static |
Definition at line 28 of file qtextmarkdownimporter.cpp.
Referenced by QTextMarkdownImporter::cbText().