#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 |
Enumerator | |
---|---|
Page | |
Section | |
Subsection | |
Subsubsection | |
Paragraph | |
Anchor | |
Table |
Definition at line 29 of file section.h.
|
inline |
|
inline |
Definition at line 43 of file section.h.
Definition* SectionInfo::definition |
SectionType SectionInfo::type |