![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Summary of members inherited from a single base class. More...
#include <member.h>
Public Member Functions | |
| QJsonObject | toJson () const |
| \variable IR::InheritedMembersIR::className Fully qualified name of the base class. | |
Public Attributes | |
| QString | className |
| int | count { 0 } |
| QString | href |
Summary of members inherited from a single base class.
InheritedMembersIR stores a count and link target for one base class's contributed members. Templates use this to render lines such as "5 public functions inherited from QObject" at the end of a section.
|
nodiscard |
\variable IR::InheritedMembersIR::className Fully qualified name of the base class.
\variable IR::InheritedMembersIR::count Number of members inherited from this base class.
\variable IR::InheritedMembersIR::href URL of the base class's documentation page.
Converts the inherited members summary to a QJsonObject.
Emits className, count, and href. Templates combine this with the enclosing section's plural field to render links such as "5 public functions inherited from QObject".
Definition at line 335 of file member.cpp.