![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
A single entry in an all-members listing page. More...
#include <member.h>
Public Member Functions | |
| QJsonObject | toJson () const |
| Converts the entry to a QJsonObject for template rendering. | |
Public Attributes | |
| QString | signature |
| QString | href |
| QStringList | hints |
| bool | isPropertyGroup { false } |
| QList< AllMemberEntry > | children |
A single entry in an all-members listing page.
AllMemberEntry captures the display signature and link target for one member on an all-members sub-page. QML properties carry display hints (such as "read-only" or "default") and property groups nest child entries under a parent.
|
nodiscard |
Converts the entry to a QJsonObject for template rendering.
Always emits signature and href. The hints array, isPropertyGroup flag, and children array are omitted when empty or false.
Definition at line 449 of file member.cpp.
| QList<AllMemberEntry> IR::AllMemberEntry::children |
| QStringList IR::AllMemberEntry::hints |