![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qtexthtmlparser_p.h"#include <qbytearray.h>#include <qstack.h>#include <qdebug.h>#include <qthread.h>#include <qguiapplication.h>#include "qtextdocument.h"#include "qtextformat_p.h"#include "qtextdocument_p.h"#include "qtextcursor.h"#include "qfont_p.h"#include <algorithm>Go to the source code of this file.
Classes | |
| struct | QTextHtmlEntity |
| class | QTextHtmlStyleSelector |
Functions | |
| static bool | operator< (QStringView entityStr, const QTextHtmlEntity &entity) |
| static bool | operator< (const QTextHtmlEntity &entity, QStringView entityStr) |
| static QChar | resolveEntity (QStringView entity) |
| template<typename T> | |
| static bool | operator< (T str, QTextHtmlElement e) |
| template<typename T> | |
| static bool | operator< (QTextHtmlElement e, T str) |
| static const QTextHtmlElement * | lookupElementHelper (QAnyStringView element) |
| static QString | quoteNewline (const QString &s) |
| static QTextFrameFormat::BorderStyle | toQTextFrameFormat (QCss::BorderStyle cssStyle) |
| static bool | setIntAttribute (int *destination, const QString &value) |
| static bool | setFloatAttribute (qreal *destination, const QString &value) |
| static void | setWidthAttribute (QTextLength *width, const QString &valueStr) |
| static int | findAttribute (const QStringList &attributes, const QString &name) |
| QList< QCss::Declaration > | standardDeclarationForNode (const QTextHtmlParserNode &node) |
Variables | |
| static constexpr struct QTextHtmlEntity | entities [] |
| static const ushort | windowsLatin1ExtendedCharacters [0xA0 - 0x80] |
| static constexpr QTextHtmlElement | elements [] |
|
inlinestatic |
Definition at line 1949 of file qtexthtmlparser.cpp.
|
static |
Definition at line 420 of file qtexthtmlparser.cpp.
|
static |
Definition at line 294 of file qtexthtmlparser.cpp.
|
static |
Definition at line 289 of file qtexthtmlparser.cpp.
|
static |
Definition at line 415 of file qtexthtmlparser.cpp.
|
static |
Definition at line 409 of file qtexthtmlparser.cpp.
Definition at line 440 of file qtexthtmlparser.cpp.
|
static |
Definition at line 299 of file qtexthtmlparser.cpp.
References QTextHtmlEntity::code.
Definition at line 1610 of file qtexthtmlparser.cpp.
|
static |
Definition at line 1600 of file qtexthtmlparser.cpp.
|
static |
Definition at line 1620 of file qtexthtmlparser.cpp.
| QList< QCss::Declaration > standardDeclarationForNode | ( | const QTextHtmlParserNode & | node | ) |
Definition at line 2047 of file qtexthtmlparser.cpp.
References Html_a, Html_b, Html_big, Html_code, Html_kbd, Html_pre, Html_samp, Html_small, Html_strong, Html_th, Html_tt, Html_u, and QTextHtmlParserNode::id.
|
static |
Definition at line 1136 of file qtexthtmlparser.cpp.
|
staticconstexpr |
Definition at line 345 of file qtexthtmlparser.cpp.
|
static |
|
static |
Definition at line 308 of file qtexthtmlparser.cpp.
Referenced by QTextHtmlParser::parseEntity().