56 const QCString &file,
const QCString &anchor,
bool separateIndex,
bool addToNavIndex,
66 std::unique_ptr<Private>
p;
The common base class of all entity definitions found in the sources.
virtual void addIndexFile(const QCString &name)
virtual void addStyleSheetFile(const QCString &name)
virtual void decContentsDepth()
Decrease the level of content hierarchy.
std::unique_ptr< Private > p
virtual void finalize()
Finish generation of the Eclipse specific help files.
virtual void incContentsDepth()
Increase the level of content hierarchy.
virtual void addIndexItem(const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)
virtual void addImageFile(const QCString &name)
virtual void addContentsItem(bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)
Add an item to the content.
virtual void initialize()
Initialize the Eclipse generator.
Abstract interface for index generators.
A model of a class/file/namespace member symbol.
This is an alternative implementation of QCString.
#define NON_COPYABLE(cls)
Macro to help implementing the rule of 5 for a non-copyable & movable class.