![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Classes | |
class | ExtractQmlType |
class | ExtractQmlProperty |
class | ExtractQmlMethodOrSignal |
Functions | |
static QString | getContentsByMarks (const QString &html, QString startMark, QString endMark) |
static void | stripAllHtml (QString *html) |
static void | processOutput (QString *html) |
Process the string obtained from start mark to end mark. This is duplicated from QtC's Utils::HtmlExtractor, modified on top of it. |
Variables | |
static constexpr qsizetype | firstIndexOfParagraphTag = 400 |
static constexpr auto | lengthOfStartParagraphTag = qsizetype(std::char_traits<char>::length("<p>")) |
static constexpr auto | lengthOfEndParagraphTag = qsizetype(std::char_traits<char>::length("</p>")) |
Definition at line 20 of file qdochtmlparser.cpp.
Process the string obtained from start mark to end mark. This is duplicated from QtC's Utils::HtmlExtractor, modified on top of it.
Definition at line 51 of file qdochtmlparser.cpp.
Definition at line 41 of file qdochtmlparser.cpp.
|
staticconstexpr |
Definition at line 13 of file qdochtmlparser.cpp.
|
staticconstexpr |
Definition at line 18 of file qdochtmlparser.cpp.
|
staticconstexpr |
Definition at line 17 of file qdochtmlparser.cpp.