Doxygen
|
Abstract interface for index generators. 更多...
#include <index.h>
Public 成员函数 | |
virtual | ~IndexIntf () |
virtual void | initialize ()=0 |
virtual void | finalize ()=0 |
virtual void | incContentsDepth ()=0 |
virtual void | decContentsDepth ()=0 |
virtual void | addContentsItem (bool isDir, const QCString &name, const QCString &ref, const QCString &file, const QCString &anchor, bool separateIndex, bool addToNavIndex, const Definition *def)=0 |
virtual void | addIndexItem (const Definition *context, const MemberDef *md, const QCString §ionAnchor, const QCString &title)=0 |
virtual void | addIndexFile (const QCString &name)=0 |
virtual void | addImageFile (const QCString &name)=0 |
virtual void | addStyleSheetFile (const QCString &name)=0 |
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets , 以及 Qhp 内被实现.
被这些函数引用 IndexList::addContentsItem().
|
pure virtual |
在 IndexList, EclipseHelp, Qhp, HtmlHelp, FTVHelp , 以及 DocSets 内被实现.
被这些函数引用 IndexList::addImageFile().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, DocSets, Qhp , 以及 FTVHelp 内被实现.
被这些函数引用 IndexList::addIndexFile().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, DocSets, Qhp , 以及 FTVHelp 内被实现.
被这些函数引用 IndexList::addIndexItem().
|
pure virtual |
在 IndexList, EclipseHelp, Qhp, HtmlHelp, FTVHelp , 以及 DocSets 内被实现.
被这些函数引用 IndexList::addStyleSheetFile().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets , 以及 Qhp 内被实现.
被这些函数引用 IndexList::decContentsDepth().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets , 以及 Qhp 内被实现.
被这些函数引用 IndexList::finalize().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets , 以及 Qhp 内被实现.
被这些函数引用 IndexList::incContentsDepth().
|
pure virtual |
在 IndexList, HtmlHelp, EclipseHelp, FTVHelp, DocSets , 以及 Qhp 内被实现.
被这些函数引用 IndexList::initialize().