{{ fullTitle }}
{% if hasCppRef %} {% if length(cppRef.templateDeclSpans) > 0 or cppRef.typeWord != "" %}{% if length(cppRef.templateDeclSpans) > 0 %}{{ render_signature_spans(cppRef.templateDeclSpans) }}
{% endif %}{{ escape_html(cppRef.typeWord) }}{{ " " }}{{ escape_html(title) }}
{{ brief }}
{% endif %} {% include "partials/qt-branded/toolbar.html" %} {% if hasCppRef and cppRef.isPartialNamespace %}The {{ escape_html(title) }} namespace is documented in the module {{ escape_html(cppRef.fullNamespaceModuleName) }}.
{% endif %} {% if hasCppRef and not cppRef.isInnerClass %}| Header: | {{ escape_html(cppRef.headerInclude) }} |
| CMake: | {{ escape_html(cppRef.cmakeFindPackage) }}{{ escape_html(cppRef.cmakeTargetLinkLibraries) }} |
| qmake: | {{ escape_html(cppRef.qmakeVariable) }} |
| Since: | Qt {{ escape_html(since) }} |
| In QML: | {% if cppRef.qmlNativeType.href != "" %}{{ escape_html(cppRef.qmlNativeType.name) }}{% else %}{{ escape_html(cppRef.qmlNativeType.name) }}{% endif %} |
| Inherits: | {% for base in cppRef.baseClasses %}{% if not loop.is_first %}, {% endif %}{% if base.href != "" %}{{ escape_html(base.name) }}{% else %}{{ escape_html(base.name) }}{% endif %}{% if base.access.id != "public" %} ({{ escape_html(base.access.label) }}){% endif %}{% endfor %} |
| Inherited By: | {% for derived in cppRef.derivedClasses %}{% if not loop.is_first %}, {% endif %}{% if derived.href != "" %}{{ escape_html(derived.name) }}{% else %}{{ escape_html(derived.name) }}{% endif %}{% endfor %} |
| Status: | {{ escape_html(cppRef.statusText) }} |
| Since: | Qt {{ escape_html(since) }} |
{{ escape_html(title) }} is part of {% for group in cppRef.groups %}{% if not loop.is_first %}, {% endif %}{{ escape_html(group.name) }}{% endfor %}.
{% endif %} {% if hasCppRef and existsIn(cppRef, "threadSafetyAdmonition") %} {% if cppRef.threadSafety.level == "non-reentrant" %} {% else %} {% endif %} {% endif %} {% if hasCppRef and length(cppRef.comparisonEntries) > 0 %}{{ escape_html(title) }} Comparisons
| Category | Comparable Types | Description |
|---|---|---|
| {{ escape_html(entry.category) }} | {% for t in entry.comparableTypes %}{% if not loop.is_first %}, {% endif %}{{ escape_html(t) }}{% endfor %} | {{ escape_html(entry.description) }} |
{{ escape_html(section.title) }}
{% if length(section.members) > 0 %}| {% if existsIn(member, "signatureSpans") %}{{ render_signature_spans(member.signatureSpans) }}{% else %}{% if existsIn(member, "href") and member.href != "" %}{{ escape_html(member.signature) }}{% else %}{{ escape_html(member.signature) }}{% endif %}{% endif %} | {{ escape_html(default(member.brief, "")) }} |
Reimplemented {{ escape_html(section.plural) }}
| {% if existsIn(member, "signatureSpans") %}{{ render_signature_spans(member.signatureSpans) }}{% else %}{% if existsIn(member, "href") and member.href != "" %}{{ escape_html(member.signature) }}{% else %}{{ escape_html(member.signature) }}{% endif %}{% endif %} | {{ escape_html(default(member.brief, "")) }} |
{{ inherited.count }} {{ escape_html(section.plural) }} inherited from {% if inherited.href != "" %}{{ escape_html(inherited.className) }}{% else %}{{ escape_html(inherited.className) }}{% endif %}
{% endfor %} {% endif %}