29 enum SectionType { Page = 0,
37 SectionInfo(
const char *f,
const int lin,
const char *l,
const char *t,
38 SectionType st,
int lev,
const char *r=0) :
39 label(l), title(t), type(st), ref(r), definition(0),
40 fileName(f), lineNr(lin), generated(FALSE), level(lev)
49 definition=s.definition;
50 fileName=s.fileName.
copy();
52 generated=s.generated;
The common base class of all entity definitions found in the sources.
Definition: definition.h:92
Ordered dictionary of elements of type T.
Definition: sortdict.h:73
Class representing a section in a page.
Definition: section.h:27
Unsorted dictionary of SectionInfo objects.
Definition: section.h:68
This is an alternative implementation of QCString.
Definition: qcstring.h:131
QCString copy() const
Returns a deep copy of the string.
Definition: qcstring.h:250