{{ fullTitle }}
{% if default(brief, "") != "" %}{{ escape_html(brief) }}
{% endif %} {% if exists("since") %} Since {{ escape_html(since) }} {% endif %} {% include "partials/qt-branded/toolbar.html" %} {% include "partials/html/content_blocks.html" %} {% if length(sections) > 0 %} {% for section in sections %}{{ 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 %}