LayoutNavEntry(LayoutNavEntry *parent, Kind k, bool vs, const QCString &bf, const QCString &tl, const QCString &intro, bool prepend=false)
Base class for the layout of a navigation item at the top of the HTML pages.
Represents of a member declaration list with configurable title and subtitle.
@ NamespaceNestedNamespaces
LayoutDocEntrySection(Kind k, const QCString &tl)
LayoutDocEntryMemberDef(MemberListType tp, const QCString &tl)
LayoutNavEntry * find(LayoutNavEntry::Kind k, const QCString &file=QCString()) const
QCString title(SrcLangExt lang) const
LayoutNavEntryList m_children
@ NamespaceNestedConstantGroups
@ ClassCollaborationGraph
QCString title(SrcLangExt lang) const
Represents of a member definition list with configurable title.
Represents of a piece of a documentation page without configurable parts
LayoutDocEntryMemberDecl(MemberListType tp, const QCString &tl, const QCString &ss)
void addChild(LayoutNavEntry *e)
Base class representing a piece of a documentation page
virtual ~LayoutDocEntry()
LayoutDocEntrySimple(Kind k)
virtual Kind kind() const =0
QCString subtitle(SrcLangExt lang) const
LayoutNavEntry * m_parent
void prependChild(LayoutNavEntry *e)
const LayoutNavEntryList & children() const
QCString baseFile() const
QCString title(SrcLangExt lang) const
LayoutNavEntry * parent() const