143 : m_parent(parent), m_kind(k), m_visible(vs), m_baseFile(bf), m_title(tl), m_intro(intro)
void addChild(LayoutNavEntry *e)
LayoutNavEntry(LayoutNavEntry *parent, Kind k, bool vs, const QCString &bf, const QCString &tl, const QCString &intro, bool prepend=FALSE)
Represents of a piece of a documentation page without configurable parts.
LayoutNavEntry * m_parent
virtual ~LayoutDocEntry()
const QList< LayoutNavEntry > & children() const
Represents of a member definition list with configurable title.
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.
LayoutDocEntrySection(Kind k, const QCString &tl)
LayoutDocEntryMemberDecl(MemberListType tp, const QCString &tl, const QCString &ss)
LayoutDocEntrySimple(Kind k)
The QTextStream class provides basic functions for reading and writing text using a QIODevice...
QCString baseFile() const
QList< LayoutNavEntry > m_children
LayoutDocEntryMemberDef(MemberListType tp, const QCString &tl)
virtual Kind kind() const =0
Base class representing a piece of a documentation page.
void prependChild(LayoutNavEntry *e)
LayoutNavEntry * parent() const