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
IR::PageMetadata Struct Reference

#include <pagemetadata.h>

Collaboration diagram for IR::PageMetadata:

Public Attributes

NodeType nodeType { NodeType::NoType }
Genus genus { Genus::DontCare }
Status status { Status::Active }
Access access { Access::Public }
QString title
QString fullTitle
QString url
QString since
QString deprecatedSince
QString brief
QList< ContentBlockbody

Detailed Description

Definition at line 20 of file pagemetadata.h.

Member Data Documentation

◆ access

Access IR::PageMetadata::access { Access::Public }

Definition at line 25 of file pagemetadata.h.

Referenced by IR::Builder::buildPageIR(), and NodeExtractor::extractPageMetadata().

◆ body

QList<ContentBlock> IR::PageMetadata::body

Definition at line 34 of file pagemetadata.h.

◆ brief

QString IR::PageMetadata::brief

Definition at line 32 of file pagemetadata.h.

◆ deprecatedSince

QString IR::PageMetadata::deprecatedSince

Definition at line 31 of file pagemetadata.h.

◆ fullTitle

QString IR::PageMetadata::fullTitle

Definition at line 28 of file pagemetadata.h.

◆ genus

Genus IR::PageMetadata::genus { Genus::DontCare }

Definition at line 23 of file pagemetadata.h.

Referenced by IR::Builder::buildPageIR(), and NodeExtractor::extractPageMetadata().

◆ nodeType

NodeType IR::PageMetadata::nodeType { NodeType::NoType }

Definition at line 22 of file pagemetadata.h.

Referenced by IR::Builder::buildPageIR(), and NodeExtractor::extractPageMetadata().

◆ since

QString IR::PageMetadata::since

Definition at line 30 of file pagemetadata.h.

◆ status

Status IR::PageMetadata::status { Status::Active }

Definition at line 24 of file pagemetadata.h.

Referenced by IR::Builder::buildPageIR(), and NodeExtractor::extractPageMetadata().

◆ title

QString IR::PageMetadata::title

Definition at line 27 of file pagemetadata.h.

◆ url

QString IR::PageMetadata::url

Definition at line 29 of file pagemetadata.h.


The documentation for this struct was generated from the following file: