Represents a structural block element in documentation.
QJsonObject toJson() const
Converts the ContentBlock to a QJsonObject for template rendering.
QList< InlineContent > inlineContent
Rich inline content.
QString plainText() const
Returns the concatenated plain text of this block's inline content or child blocks,...
QList< ContentBlock > children
Nested blocks.
Represents inline content within a documentation block.
QString href
Link target or image source.
QJsonObject toJson() const
Converts the InlineContent to a QJsonObject for template rendering.
QList< InlineContent > children
Nested inline content.
QString title
Link tooltip or image alt text.
QString plainText() const
Returns the concatenated plain text of this inline element and all its children, recursively.