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
10QT_BEGIN_NAMESPACE
11
12namespace IR {
13
22
29
30} // namespace IR
31
32QT_END_NAMESPACE
33
34#endif // QDOC_IR_CATALOGENTRY_H
Definition builder.cpp:14
Combined button and popup list for selecting options.
\variable IR::CatalogEntry::name Display name of the entry, as returned by node->fullName(relative) a...
QList< CatalogEntry > entries
A single entry in a catalog page such as the classes index, the examples index, or a group's members ...