diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-13 21:02:01 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2002-10-13 21:02:01 (GMT) |
commit | 8c34ac933a25692869020f02f15b331a17c4e45b (patch) | |
tree | 16de40b02cf412339672d65638606a3004608f7c /src/outputlist.h | |
parent | eb9911da9adbb91449d7fcad9bbc33a8152e1727 (diff) | |
download | Doxygen-8c34ac933a25692869020f02f15b331a17c4e45b.zip Doxygen-8c34ac933a25692869020f02f15b331a17c4e45b.tar.gz Doxygen-8c34ac933a25692869020f02f15b331a17c4e45b.tar.bz2 |
Release-1.2.18-20021013
Diffstat (limited to 'src/outputlist.h')
-rw-r--r-- | src/outputlist.h | 196 |
1 files changed, 98 insertions, 98 deletions
diff --git a/src/outputlist.h b/src/outputlist.h index ced3fb4..3bdf21e 100644 --- a/src/outputlist.h +++ b/src/outputlist.h @@ -44,7 +44,7 @@ class OutputList : public OutputDocInterface virtual ~OutputList(); OutputList(const OutputList *ol); OutputList &operator=(const OutputList &ol); - OutputList &operator+=(const OutputList &ol); + //OutputList &operator+=(const OutputList &ol); void add(const OutputGenerator *); @@ -72,10 +72,10 @@ class OutputList : public OutputDocInterface { return new OutputList(this); } - void append(const OutputDocInterface *g) - { - operator+=(*(OutputList *)g); - } + //void append(const OutputDocInterface *g) + //{ + // operator+=(*(OutputList *)g); + //} //void writeIndex() //{ forall(&OutputGenerator::writeIndex); } @@ -124,16 +124,16 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startItemList); } void endItemList() { forall(&OutputGenerator::endItemList); } - void startEnumList() - { forall(&OutputGenerator::startEnumList); } - void endEnumList() - { forall(&OutputGenerator::endEnumList); } - void startAlphabeticalIndexList() - { forall(&OutputGenerator::startAlphabeticalIndexList); } - void endAlphabeticalIndexList() - { forall(&OutputGenerator::endAlphabeticalIndexList); } - void writeIndexHeading(const char *s) - { forall(&OutputGenerator::writeIndexHeading,s); } + //void startEnumList() + //{ forall(&OutputGenerator::startEnumList); } + //void endEnumList() + //{ forall(&OutputGenerator::endEnumList); } + //void startAlphabeticalIndexList() + //{ forall(&OutputGenerator::startAlphabeticalIndexList); } + //void endAlphabeticalIndexList() + //{ forall(&OutputGenerator::endAlphabeticalIndexList); } + //void writeIndexHeading(const char *s) + //{ forall(&OutputGenerator::writeIndexHeading,s); } void writeIndexItem(const char *ref,const char *file,const char *text) { forall(&OutputGenerator::writeIndexItem,ref,file,text); } void docify(const char *s) @@ -154,8 +154,8 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startHtmlLink,url); } void endHtmlLink() { forall(&OutputGenerator::endHtmlLink); } - void writeMailLink(const char *url) - { forall(&OutputGenerator::writeMailLink,url); } + //void writeMailLink(const char *url) + //{ forall(&OutputGenerator::writeMailLink,url); } void writeStartAnnoItem(const char *type,const char *file, const char *path,const char *name) { forall(&OutputGenerator::writeStartAnnoItem,type,file,path,name); } @@ -213,14 +213,14 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startCodeFragment); } void endCodeFragment() { forall(&OutputGenerator::endCodeFragment); } - void startPreFragment() - { forall(&OutputGenerator::startPreFragment); } - void endPreFragment() - { forall(&OutputGenerator::endPreFragment); } - void startVerbatimFragment() - { forall(&OutputGenerator::startVerbatimFragment); } - void endVerbatimFragment() - { forall(&OutputGenerator::endVerbatimFragment); } + //void startPreFragment() + //{ forall(&OutputGenerator::startPreFragment); } + //void endPreFragment() + //{ forall(&OutputGenerator::endPreFragment); } + //void startVerbatimFragment() + //{ forall(&OutputGenerator::startVerbatimFragment); } + //void endVerbatimFragment() + //{ forall(&OutputGenerator::endVerbatimFragment); } void startCodeLine() { forall(&OutputGenerator::startCodeLine); } void endCodeLine() @@ -280,56 +280,56 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startSmall); } void endSmall() { forall(&OutputGenerator::endSmall); } - void startSubscript() - { forall(&OutputGenerator::startSubscript); } - void endSubscript() - { forall(&OutputGenerator::endSubscript); } - void startSuperscript() - { forall(&OutputGenerator::startSuperscript); } - void endSuperscript() - { forall(&OutputGenerator::endSuperscript); } - void startTable(bool hasCaption,int cols) - { forall(&OutputGenerator::startTable,hasCaption,cols); } - void endTable(bool hasCaption) - { forall(&OutputGenerator::endTable,hasCaption); } - void startCaption() - { forall(&OutputGenerator::startCaption); } - void endCaption() - { forall(&OutputGenerator::endCaption); } - void nextTableRow() - { forall(&OutputGenerator::nextTableRow); } - void endTableRow() - { forall(&OutputGenerator::endTableRow); } - void nextTableColumn() - { forall(&OutputGenerator::nextTableColumn); } - void endTableColumn() - { forall(&OutputGenerator::endTableColumn); } + //void startSubscript() + //{ forall(&OutputGenerator::startSubscript); } + //void endSubscript() + //{ forall(&OutputGenerator::endSubscript); } + //void startSuperscript() + //{ forall(&OutputGenerator::startSuperscript); } + //void endSuperscript() + //{ forall(&OutputGenerator::endSuperscript); } + //void startTable(bool hasCaption,int cols) + //{ forall(&OutputGenerator::startTable,hasCaption,cols); } + //void endTable(bool hasCaption) + //{ forall(&OutputGenerator::endTable,hasCaption); } + //void startCaption() + //{ forall(&OutputGenerator::startCaption); } + //void endCaption() + //{ forall(&OutputGenerator::endCaption); } + //void nextTableRow() + //{ forall(&OutputGenerator::nextTableRow); } + //void endTableRow() + //{ forall(&OutputGenerator::endTableRow); } + //void nextTableColumn() + //{ forall(&OutputGenerator::nextTableColumn); } + //void endTableColumn() + //{ forall(&OutputGenerator::endTableColumn); } void lineBreak() { forall(&OutputGenerator::lineBreak); } void startBold() { forall(&OutputGenerator::startBold); } void endBold() { forall(&OutputGenerator::endBold); } - void writeCopyright() - { forall(&OutputGenerator::writeCopyright); } - void writeQuote() - { forall(&OutputGenerator::writeQuote); } - void writeUmlaut(char c) - { forall(&OutputGenerator::writeUmlaut,c); } - void writeAcute(char c) - { forall(&OutputGenerator::writeAcute,c); } - void writeGrave(char c) - { forall(&OutputGenerator::writeGrave,c); } - void writeCirc(char c) - { forall(&OutputGenerator::writeCirc,c); } - void writeTilde(char c) - { forall(&OutputGenerator::writeTilde,c); } - void writeRing(char c) - { forall(&OutputGenerator::writeRing,c); } - void writeSharpS() - { forall(&OutputGenerator::writeSharpS); } - void writeCCedil(char c) - { forall(&OutputGenerator::writeCCedil,c); } + //void writeCopyright() + //{ forall(&OutputGenerator::writeCopyright); } + //void writeQuote() + //{ forall(&OutputGenerator::writeQuote); } + //void writeUmlaut(char c) + //{ forall(&OutputGenerator::writeUmlaut,c); } + //void writeAcute(char c) + //{ forall(&OutputGenerator::writeAcute,c); } + //void writeGrave(char c) + //{ forall(&OutputGenerator::writeGrave,c); } + //void writeCirc(char c) + //{ forall(&OutputGenerator::writeCirc,c); } + //void writeTilde(char c) + //{ forall(&OutputGenerator::writeTilde,c); } + //void writeRing(char c) + //{ forall(&OutputGenerator::writeRing,c); } + //void writeSharpS() + //{ forall(&OutputGenerator::writeSharpS); } + //void writeCCedil(char c) + //{ forall(&OutputGenerator::writeCCedil,c); } void startMemberDescription() { forall(&OutputGenerator::startMemberDescription); } void endMemberDescription() @@ -343,8 +343,8 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startParamList,t,title); } void endParamList() { forall(&OutputGenerator::endParamList); } - void endDescTitle() - { forall(&OutputGenerator::endDescTitle); } + //void endDescTitle() + //{ forall(&OutputGenerator::endDescTitle); } void writeDescItem() { forall(&OutputGenerator::writeDescItem); } void startIndent() @@ -355,11 +355,11 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startSection,lab,title,t); } void endSection(const char *lab,SectionInfo::SectionType t) { forall(&OutputGenerator::endSection,lab,t); } - void writeSectionRef(const char *ref,const char *file, - const char *anchor, const char *title) - { forall(&OutputGenerator::writeSectionRef,ref,file,anchor,title); } - void writeSectionRefItem(const char *page,const char *lab, const char *title) - { forall(&OutputGenerator::writeSectionRefItem,page,lab,title); } + //void writeSectionRef(const char *ref,const char *file, + // const char *anchor, const char *title) + //{ forall(&OutputGenerator::writeSectionRef,ref,file,anchor,title); } + //void writeSectionRefItem(const char *page,const char *lab, const char *title) + //{ forall(&OutputGenerator::writeSectionRefItem,page,lab,title); } //void writeSectionRefAnchor(const char *page,const char *lab, const char *title) //{ forall(&OutputGenerator::writeSectionRefAnchor,page,lab,title); } void addIndexItem(const char *s1,const char *s2) @@ -382,18 +382,18 @@ class OutputList : public OutputDocInterface { forall(&OutputGenerator::startQuickIndexItem,s,l); } void endQuickIndexItem() { forall(&OutputGenerator::endQuickIndexItem); } - void writeFormula(const char *n,const char *t) - { forall(&OutputGenerator::writeFormula,n,t); } + //void writeFormula(const char *n,const char *t) + //{ forall(&OutputGenerator::writeFormula,n,t); } void writeNonBreakableSpace(int num) { forall(&OutputGenerator::writeNonBreakableSpace,num); } - void startImage(const char *n,const char *s,bool c) - { forall(&OutputGenerator::startImage,n,s,c); } - void endImage(bool c) - { forall(&OutputGenerator::endImage,c); } - void startDotFile(const char *n,bool c) - { forall(&OutputGenerator::startDotFile,n,c); } - void endDotFile(bool c) - { forall(&OutputGenerator::endDotFile,c); } + //void startImage(const char *n,const char *s,bool c) + //{ forall(&OutputGenerator::startImage,n,s,c); } + //void endImage(bool c) + //{ forall(&OutputGenerator::endImage,c); } + //void startDotFile(const char *n,bool c) + //{ forall(&OutputGenerator::startDotFile,n,c); } + //void endDotFile(bool c) + //{ forall(&OutputGenerator::endDotFile,c); } void startDescTable() { forall(&OutputGenerator::startDescTable); } @@ -450,19 +450,19 @@ class OutputList : public OutputDocInterface void endFontClass() { forall(&OutputGenerator::endFontClass); } - void startHtmlOnly() - { forall(&OutputGenerator::startHtmlOnly); } - void endHtmlOnly() - { forall(&OutputGenerator::endHtmlOnly); } - void startLatexOnly() - { forall(&OutputGenerator::startLatexOnly); } - void endLatexOnly() - { forall(&OutputGenerator::endLatexOnly); } + //void startHtmlOnly() + //{ forall(&OutputGenerator::startHtmlOnly); } + //void endHtmlOnly() + //{ forall(&OutputGenerator::endHtmlOnly); } + //void startLatexOnly() + //{ forall(&OutputGenerator::startLatexOnly); } + //void endLatexOnly() + //{ forall(&OutputGenerator::endLatexOnly); } - void startSectionRefList() - { forall(&OutputGenerator::startSectionRefList); } - void endSectionRefList() - { forall(&OutputGenerator::endSectionRefList); } + //void startSectionRefList() + //{ forall(&OutputGenerator::startSectionRefList); } + //void endSectionRefList() + //{ forall(&OutputGenerator::endSectionRefList); } void writeCodeAnchor(const char *name) { forall(&OutputGenerator::writeCodeAnchor,name); } |