|
My Project
|
#include <section.h>
Public Types | |
| enum | SectionType { Page = 0, Section = 1, Subsection = 2, Subsubsection = 3, Paragraph = 4, Anchor = 5, Table = 6 } |
Public Member Functions | |
| SectionInfo (const char *f, const int lin, const char *l, const char *t, SectionType st, int lev, const char *r=0) | |
| SectionInfo (const SectionInfo &s) | |
| ~SectionInfo () | |
Public Attributes | |
| QCString | label |
| QCString | title |
| SectionType | type |
| QCString | ref |
| Definition * | definition |
| QCString | fileName |
| int | lineNr |
| bool | generated |
| int | level |
|
inline |
| Definition* SectionInfo::definition |
Definition at line 60 of file section.h.
Referenced by Definition::addSectionsToDefinition(), resolveLink(), resolveUserReferences(), and SectionInfo().
| QCString SectionInfo::fileName |
Definition at line 61 of file section.h.
Referenced by addRelatedPage(), DocAnchor::DocAnchor(), DocHtmlCaption::DocHtmlCaption(), DocRef::DocRef(), findMainPage(), marshalSectionInfoList(), DocSection::parse(), DocSecRefItem::parse(), processBlocks(), resolveUserReferences(), SectionInfo(), Definition::writeDocAnchorsToTagFile(), and writeOneLineHeaderOrRuler().
| bool SectionInfo::generated |
Definition at line 63 of file section.h.
Referenced by resolveUserReferences(), SectionInfo(), and Definition::writeDocAnchorsToTagFile().
| QCString SectionInfo::label |
Definition at line 56 of file section.h.
Referenced by Definition::addSectionsToDefinition(), Definition::addSectionsToIndex(), Definition::Definition(), DocAnchor::DocAnchor(), DocHtmlCaption::DocHtmlCaption(), DocRef::DocRef(), marshalSectionInfoList(), DocSection::parse(), DocSecRefItem::parse(), resolveLink(), resolveUserReferences(), SectionInfo(), Definition::writeDocAnchorsToTagFile(), PageDef::writeDocumentation(), writeGroupTreeNode(), GroupDef::writePageDocumentation(), and Definition::writeToc().
| int SectionInfo::level |
Definition at line 64 of file section.h.
Referenced by marshalSectionInfoList(), and SectionInfo().
| int SectionInfo::lineNr |
Definition at line 62 of file section.h.
Referenced by addRelatedPage(), findMainPage(), marshalSectionInfoList(), processBlocks(), SectionInfo(), and writeOneLineHeaderOrRuler().
| QCString SectionInfo::ref |
Definition at line 59 of file section.h.
Referenced by DocRef::DocRef(), marshalSectionInfoList(), SectionInfo(), and Definition::writeDocAnchorsToTagFile().
| QCString SectionInfo::title |
Definition at line 57 of file section.h.
Referenced by Definition::addSectionsToIndex(), DocRef::DocRef(), generateDocbookForPage(), PerlModGenerator::generatePerlModForPage(), generateXMLForPage(), marshalSectionInfoList(), DocSection::parse(), SectionInfo(), Definition::writeDocAnchorsToTagFile(), PageDef::writeDocumentation(), GroupDef::writePageDocumentation(), and Definition::writeToc().
| SectionType SectionInfo::type |
Definition at line 58 of file section.h.
Referenced by Definition::addSectionsToIndex(), DocRef::DocRef(), Definition::hasSections(), marshalSectionInfoList(), SectionInfo(), PageDef::writeDocumentation(), and Definition::writeToc().