37 void addContentsItem(
bool isDir,
const QCString & name,
const QCString & ref,
38 const QCString & file,
const QCString & anchor,
39 bool separateIndex,
bool addToNavIndex,
40 const Definition *def);
41 void addIndexItem(
const Definition *context,
const MemberDef *md,
42 const QCString §ionAnchor,
const QCString &title);
53 std::unique_ptr<Private>
p;
The common base class of all entity definitions found in the sources.
Abstract interface for index generators.
A model of a class/file/namespace member symbol.
void addImageFile(const QCString &name)
void addIndexFile(const QCString &name)
void addStyleSheetFile(const QCString &name)
static const QCString qhpFileName
void addFile(const QCString &)
static QCString getQchFileName()
void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
std::unique_ptr< Private > p
void addIndexItem(const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.