{% extend 'htmlbase.tpl' %} {% msg %}Generating HTML output for class {{ compound.name }}{% endmsg %} {% block navpath %} {% if not config.GENERATE_TREEVIEW %} {% with navpath=compound.navigationPath %} {% include 'htmlnavpath.tpl' %} {% endwith %} {% endif %} {% endblock %} {% block title %} {# write summary links in the title area #}
{% markers c in compound.inherits with tr.inheritsList:compound.inherits|length %} {% with obj=c.class text=c.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {% if compound.inheritedBy|length>0 %}{% markers c in compound.inheritedBy with tr.inheritedByList:compound.inheritedBy|length %} {% with obj=c.class text=c.name %} {% include 'htmlobjlink.tpl' %} {% endwith %} {% endmarkers %}
{% endif %} {% endif %} {# collaborationgraph #} {% if compound.hasCollaborationDiagram %} {% with obj=compound %} {% include 'htmldynheader.tpl' %} {% endwith %} {{ tr.collaborationDiagramFor:compound.name }} {% with obj=compound %} {% include 'htmldyncontents.tpl' %} {% endwith %} {{ compound.collaborationDiagram }} {% endif %} {# memberdecls #} {# nestedClasses #} {% with list=compound.classes label='nested-classes' title=tr.classes local=1 %} {% include 'htmldeclcomp.tpl' %} {% endwith %} {# publicTypes #} {% with memberListInfo=compound.publicTypes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# services #} {% with memberListInfo=compound.unoIDLServices %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# interfaces #} {% with memberListInfo=compound.unoIDLInterfaces %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# publicSlots #} {% with memberListInfo=compound.publicSlots %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# signals #} {% with memberListInfo=compound.signals %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# publicMethods #} {% with memberListInfo=compound.publicMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# publicStaticMethods #} {% with memberListInfo=compound.publicStaticMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# publicAttributes #} {% with memberListInfo=compound.publicAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# publicStaticAttributes #} {% with memberListInfo=compound.publicStaticAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedtypes #} {% with memberListInfo=compound.protectedTypes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedslots #} {% with memberListInfo=compound.protectedSlots %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedmethods #} {% with memberListInfo=compound.protectedMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedstaticmethods #} {% with memberListInfo=compound.protectedStaticMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedattributes #} {% with memberListInfo=compound.protectedAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# protectedstaticattributes #} {% with memberListInfo=compound.protectedStaticAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# packagetypes #} {% with memberListInfo=compound.packageTypes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# packagemethods #} {% with memberListInfo=compound.packageMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# packagestaticmethods #} {% with memberListInfo=compound.packageStaticMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# packageattributes #} {% with memberListInfo=compound.packageAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# packagestaticattributes #} {% with memberListInfo=compound.packageStaticAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# properties #} {% with memberListInfo=compound.properties %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# events #} {% with memberListInfo=compound.events %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privatetypes #} {% with memberListInfo=compound.privateTypes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privateslots #} {% with memberListInfo=compound.privateSlots %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privatemethods #} {% with memberListInfo=compound.privateMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privatestaticmethods #} {% with memberListInfo=compound.privateStaticMethods %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privateattributes #} {% with memberListInfo=compound.privateAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# privatestaticattributes #} {% with memberListInfo=compound.privateStaticAttributes %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# friends #} {% with memberListInfo=compound.friends %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# related #} {% with memberListInfo=compound.related %} {% include 'htmlmemdecls.tpl' %} {% endwith %} {# member groups #} {% if compound.memberGroups %} {% for memberListInfo in compound.memberGroups %} {% include 'htmlmemdecls.tpl' %} {% endfor %} {% endif %} {# additionalInheritedMembers #} {% if compound.additionalInheritedMembers %}{{ tr.additionalInheritedMembers }} |
{{ compound.brief }}
{% endif %} {{ compound.details }}