![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QJsonObject>#include <QList>#include <QString>Go to the source code of this file.
Classes | |
| struct | IR::InlineContent |
| Represents inline content within a documentation block. More... | |
| struct | IR::ContentBlock |
| Represents a structural block element in documentation. More... | |
Namespaces | |
| namespace | IR |
Enumerations | |
| enum class | IR::InlineType : unsigned char { IR::Text , IR::Code , IR::Link , IR::Bold , IR::Italic , IR::Teletype , IR::Underline , IR::Strikethrough , IR::Subscript , IR::Superscript , IR::Parameter , IR::LineBreak , IR::Image , IR::Keyword , IR::Target } |
| enum class | IR::BlockType : unsigned char { IR::Paragraph , IR::CodeBlock , IR::List , IR::ListItem , IR::Section , IR::SectionHeading , IR::Note , IR::Warning , IR::Important , IR::Details , IR::Brief , IR::Div , IR::Quotation , IR::Legalese , IR::HorizontalRule , IR::Table , IR::TableRow , IR::TableCell , IR::Raw } |