Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
contentblock.h File Reference

(884b8ef43a8860ed6261d95f18f2a94e72bc4965)

#include <QJsonObject>
#include <QList>
#include <QString>
Include dependency graph for contentblock.h:
This graph shows which files directly or indirectly include this file:

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
}