39 bool separateIndex,
bool addToNavIndex,
51 std::unique_ptr<Private>
p;
67 bool separateIndex,
bool addToNavIndex,
79 std::unique_ptr<Private>
p;
void addImageFile(const QCString &name)
void addStyleSheetFile(const QCString &name)
std::unique_ptr< Private > p
void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
void addIndexFile(const QCString &name)
void addIndexItem(const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)
static const QCString crawlFileName
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.
This is an alternative implementation of QCString.
static const QCString sitemapFileName
void addStyleSheetFile(const QCString &name)
std::unique_ptr< Private > p
void addIndexItem(const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)
void addImageFile(const QCString &name)
void addIndexFile(const QCString &name)
void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.