diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-30 13:58:29 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-07-30 13:58:29 (GMT) |
commit | 3876f92c80e9cc62af30916f0ccdeb83cdc2ff05 (patch) | |
tree | 2d71d4688e381dc8e0c968d120b25fdd0763c27e /src/classdef.h | |
parent | 7295388a3c6b3a12a77dc7a56862333c97e4ccb6 (diff) | |
download | Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.zip Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.tar.gz Doxygen-3876f92c80e9cc62af30916f0ccdeb83cdc2ff05.tar.bz2 |
Release-1.2.0-20000730
Diffstat (limited to 'src/classdef.h')
-rw-r--r-- | src/classdef.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h index a52173d..a0a494d 100644 --- a/src/classdef.h +++ b/src/classdef.h @@ -42,6 +42,7 @@ class MemberNameInfoDict; class UsesClassDict; class MemberGroupList; class MemberGroupDict; +class QTextStream; struct IncludeInfo; class ClassDef : public Definition @@ -126,6 +127,9 @@ class ClassDef : public Definition void addMembersToMemberGroup(); void distributeMemberGroupDocumentation(); + + void generateXML(QTextStream &t); + void generateXMLSection(QTextStream &t,MemberList *ml,const char *type); protected: void addUsedInterfaceClasses(MemberDef *md,const char *typeStr); |