My Project
|
Abstract interface for index generators. More...
#include <index.h>
Public Member Functions | |
virtual | ~IndexIntf () |
virtual void | initialize ()=0 |
virtual void | finalize ()=0 |
virtual void | incContentsDepth ()=0 |
virtual void | decContentsDepth ()=0 |
virtual void | addContentsItem (bool isDir, const char *name, const char *ref, const char *file, const char *anchor, bool separateIndex, bool addToNavIndex, Definition *def)=0 |
virtual void | addIndexItem (Definition *context, MemberDef *md, const char *sectionAnchor, const char *title)=0 |
virtual void | addIndexFile (const char *name)=0 |
virtual void | addImageFile (const char *name)=0 |
virtual void | addStyleSheetFile (const char *name)=0 |
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::addContentsItem().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::addImageFile().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::addIndexFile().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::addIndexItem().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::addStyleSheetFile().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::decContentsDepth().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::finalize().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::incContentsDepth().
|
pure virtual |
Implemented in IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets, and Qhp.
Referenced by IndexList::initialize().