{% extend 'htmlbase.tpl' %} {% block title %}
{{ tr.theListOfAllMembers }} {{ compound.name }}{{ tr.incInheritedMembers }}
{% if member.isObjCMethod %} {% if member.isStatic %}+ {% else %}- {% endif %} {% endif %} | {% endif %} {% if member.isObjCMethod %}{% with obj=member text=member.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} | {%else %} {# name #}{% with obj=member text=mi.ambiguityScope|append:member.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% if member.isEnumeration %} {{ tr.enumName }} {% elif member.isEnumValue %} {{ tr.enumValue }} {% elif member.isTypedef %} typedef {% elif member.isFriend and member.type=='friend class' %} class {% elif member.isFunction or member.isSignal or member.isSlot or (member.isFriend and member.hasParameters) %} {{ member.declArgs }} {% endif %} | {% endif %} {# class link #}{% if member.category %} {% with obj=member.category text=member.category.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% else %} {% with obj=member.class text=member.class.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endif %} | {# labels #} {% if member.labels %}{% for label in member.labels %} {{ label }} {% endfor %} | {% endif %} {% endwith %} {% endspaceless %}