4#ifndef QDOC_IR_PAGEMETADATA_H
5#define QDOC_IR_PAGEMETADATA_H
10#include "qdoc/access.h"
11#include "qdoc/genustypes.h"
12#include "qdoc/status.h"
14#include <QtCore/QList>
15#include <QtCore/QString>
78 Genus
genus { Genus::DontCare };
Assembles IR Documents from pre-extracted metadata.
Document buildPageIR(PageMetadata pm) const
Status
Specifies the status of the QQmlIncubator.
Combined button and popup list for selecting options.
A single entry in an all-members listing page.
QList< AllMemberEntry > children
QJsonObject toJson() const
Converts the entry to a QJsonObject for template rendering.
Intermediate representation of the all-members listing page.
QList< AllMemberEntry > members
QJsonObject toJson() const
Converts the all-members IR to a QJsonObject for template rendering.
QList< MemberGroup > memberGroups
QString logicalModuleVersion
QList< MemberEntry > classes
QString logicalModuleName
QList< MemberEntry > members
QList< MemberEntry > namespaces
QString logicalModuleVersion
QList< MemberEntry > members
QJsonObject toJson() const
Converts the CollectionInfo to a QJsonObject for template rendering.
QList< MemberEntry > classes
QString logicalModuleName
QList< MemberEntry > namespaces
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.
QJsonObject attributes
Type-specific metadata.
QString plainText() const
Returns the concatenated plain text of this block's content, recursively.
QList< ContentBlock > children
Nested blocks.
Intermediate representation for a documentation topic.
QList< ContentBlock > body
QList< SectionIR > summarySections
std::optional< QmlTypeInfo > qmlTypeInfo
QList< SectionIR > detailSections
std::optional< CollectionInfo > collectionInfo
QJsonObject toJson() const
Converts the Document to a QJsonObject for template rendering.
Intermediate representation of a single enum value.
QJsonObject toJson() const
\variable IR::EnumValueIR::name Enumerator name.
Summary of members inherited from a single base class.
QJsonObject toJson() const
\variable IR::InheritedMembersIR::className Fully qualified name of the base class.
Represents inline content within a documentation block.
QJsonObject attributes
Type-specific metadata.
QString href
Link target or image source.
QJsonObject toJson() const
Converts the InlineContent to a QJsonObject for template rendering.
QString text
Text content.
QList< InlineContent > children
Nested inline content.
std::optional< LinkData > link
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.
Members grouped by originating QML type in an all-members listing.
QList< AllMemberEntry > members
QJsonObject toJson() const
Converts the member group to a QJsonObject for template rendering.
Intermediate representation of a single documentable member.
QList< ParameterIR > parameters
QString comparisonCategory
QList< ContentBlock > alsoList
QJsonObject toJson() const
\variable IR::MemberIR::name Unqualified member name.
QList< EnumValueIR > enumValues
QList< ContentBlock > body
QList< ContentBlock > body
std::optional< QmlTypeData > qmlTypeData
QList< SectionIR > summarySections
QList< SectionIR > detailSections
std::optional< CollectionData > collectionData
Intermediate representation of a function parameter.
QJsonObject toJson() const
\variable IR::ParameterIR::type Parameter type (such as "const QString &").
std::optional< NativeTypeInfo > nativeType
std::optional< InheritsInfo > inherits
QList< InheritedByEntry > inheritedBy
std::optional< InheritsInfo > inherits
QJsonObject toJson() const
Converts the QmlTypeInfo to a QJsonObject for template rendering.
std::optional< NativeTypeInfo > nativeType
QList< InheritedByEntry > inheritedBy
Intermediate representation of a member summary section.
QList< MemberIR > members
QJsonObject toJson() const
\variable IR::SectionIR::id Stable ASCII identifier for anchor links, generated from the title via Ut...
QList< MemberIR > reimplementedMembers
QList< InheritedMembersIR > inheritedMembers