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
nodeextractor.h
Go to the documentation of this file.
1
// Copyright (C) 2026 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4
#
ifndef
QDOC_NODEEXTRACTOR_H
5
#
define
QDOC_NODEEXTRACTOR_H
6
7
#
include
"ir/pagemetadata.h"
8
9
QT_BEGIN_NAMESPACE
10
11
class
PageNode
;
12
13
namespace
NodeExtractor
{
14
15
IR
::
PageMetadata
extractPageMetadata
(
const
PageNode
*pn);
16
17
}
// namespace NodeExtractor
18
19
QT_END_NAMESPACE
20
21
#
endif
// QDOC_NODEEXTRACTOR_H
Atom
The Atom class is the fundamental unit for representing documents internally.
Definition
atom.h:19
IR::ContentBuilder
Converts Atom chains to QList<IR::ContentBlock> trees.
Definition
contentbuilder.h:20
PageNode
A PageNode is a Node that generates a documentation page.
Definition
pagenode.h:19
Text
Definition
text.h:12
Text::firstAtom
const Atom * firstAtom() const
Definition
text.h:34
IR
Definition
builder.cpp:14
NodeExtractor
Definition
nodeextractor.cpp:14
NodeExtractor::extractPageMetadata
IR::PageMetadata extractPageMetadata(const PageNode *pn)
Definition
nodeextractor.cpp:31
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
IR::PageMetadata
Definition
pagemetadata.h:21
IR::PageMetadata::status
Status status
Definition
pagemetadata.h:24
IR::PageMetadata::access
Access access
Definition
pagemetadata.h:25
IR::PageMetadata::genus
Genus genus
Definition
pagemetadata.h:23
IR::PageMetadata::nodeType
NodeType nodeType
Definition
pagemetadata.h:22
Node::doc
const Doc & doc() const
Returns a reference to the node's Doc data member.
Definition
node.h:235
Node::nodeType
NodeType nodeType() const override
Returns this node's type.
Definition
node.h:82
Node::genus
Genus genus() const override
Returns this node's Genus.
Definition
node.h:85
Node::status
virtual Status status() const
Returns the node's status value.
Definition
node.h:239
Node::access
Access access() const
Returns the node's Access setting, which can be Public, Protected, or Private.
Definition
node.h:228
qttools
src
qdoc
qdoc
src
qdoc
nodeextractor.h
Generated on
for Qt by
1.16.1