#include <section.h>
Public Types | |
enum | SectionType { Page, Section, Subsection, Subsubsection, Paragraph, Anchor } |
Public Member Functions | |
SectionInfo (const char *f, const char *l, const char *t, SectionType st, const char *r=0) | |
SectionInfo (const SectionInfo &s) | |
~SectionInfo () | |
Public Attributes | |
QCString | label |
QCString | title |
SectionType | type |
QCString | ref |
Definition * | definition |
QCString | fileName |
bool | generated |
Definition at line 29 of file section.h.
SectionInfo::SectionInfo | ( | const char * | f, | |
const char * | l, | |||
const char * | t, | |||
SectionType | st, | |||
const char * | r = 0 | |||
) | [inline] |
SectionInfo::SectionInfo | ( | const SectionInfo & | s | ) | [inline] |
QCString SectionInfo::label |
Definition at line 47 of file section.h.
Referenced by Definition::addSectionsToDefinition(), DocAnchor::DocAnchor(), DocRef::DocRef(), marshalSectionInfoList(), resolveLink(), SectionInfo(), Definition::writeDocAnchorsToTagFile(), PageDef::writeDocumentation(), and GroupDef::writeDocumentation().
QCString SectionInfo::title |
Definition at line 48 of file section.h.
Referenced by DocRef::DocRef(), PerlModGenerator::generatePerlModForPage(), marshalSectionInfoList(), SectionInfo(), PageDef::writeDocumentation(), and GroupDef::writeDocumentation().
Definition at line 49 of file section.h.
Referenced by DocRef::DocRef(), marshalSectionInfoList(), SectionInfo(), and PageDef::writeDocumentation().
QCString SectionInfo::ref |
Definition at line 50 of file section.h.
Referenced by DocRef::DocRef(), marshalSectionInfoList(), and SectionInfo().
Definition at line 51 of file section.h.
Referenced by Definition::addSectionsToDefinition(), and SectionInfo().
QCString SectionInfo::fileName |
Definition at line 52 of file section.h.
Referenced by DocAnchor::DocAnchor(), DocRef::DocRef(), marshalSectionInfoList(), SectionInfo(), and Definition::writeDocAnchorsToTagFile().
Definition at line 53 of file section.h.
Referenced by SectionInfo(), and Definition::writeDocAnchorsToTagFile().