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
catalogentry.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_IR_CATALOGENTRY_H
5
#
define
QDOC_IR_CATALOGENTRY_H
6
7
#
include
<
QtCore
/
qlist
.
h
>
8
#
include
<
QtCore
/
qstring
.
h
>
9
10
QT_BEGIN_NAMESPACE
11
12
namespace
IR
{
13
14
struct
CatalogEntry
15
{
16
QString
name
;
17
QString
href
;
18
QString
brief
;
19
QString
since
;
20
bool
isDeprecated
{
false
};
21
};
22
23
struct
CatalogEntryGroup
24
{
25
QString
label
;
26
QString
anchorId
;
27
QList
<
CatalogEntry
>
entries
;
28
};
29
30
}
// namespace IR
31
32
QT_END_NAMESPACE
33
34
#
endif
// QDOC_IR_CATALOGENTRY_H
IR
Definition
builder.cpp:14
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
IR::CatalogEntryGroup
\variable IR::CatalogEntry::name Display name of the entry, as returned by node->fullName(relative) a...
Definition
catalogentry.h:24
IR::CatalogEntryGroup::anchorId
QString anchorId
Definition
catalogentry.h:26
IR::CatalogEntryGroup::label
QString label
Definition
catalogentry.h:25
IR::CatalogEntryGroup::entries
QList< CatalogEntry > entries
Definition
catalogentry.h:27
IR::CatalogEntry
A single entry in a catalog page such as the classes index, the examples index, or a group's members ...
Definition
catalogentry.h:15
IR::CatalogEntry::since
QString since
Definition
catalogentry.h:19
IR::CatalogEntry::href
QString href
Definition
catalogentry.h:17
IR::CatalogEntry::isDeprecated
bool isDeprecated
Definition
catalogentry.h:20
IR::CatalogEntry::name
QString name
Definition
catalogentry.h:16
IR::CatalogEntry::brief
QString brief
Definition
catalogentry.h:18
qttools
src
qdoc
qdoc
src
qdoc
ir
catalogentry.h
Generated on
for Qt by
1.16.1