#include <index.h>
Inheritance diagram for IndexIntf:
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=0, const char *file=0, const char *anchor=0)=0 |
virtual void | addIndexItem (const char *level1, const char *level2, const char *contRef, const char *memRef, const char *anchor, const MemberDef *md)=0 |
virtual void | addIndexFile (const char *name)=0 |
Definition at line 29 of file index.h.
virtual void IndexIntf::initialize | ( | ) | [pure virtual] |
virtual void IndexIntf::finalize | ( | ) | [pure virtual] |
virtual void IndexIntf::incContentsDepth | ( | ) | [pure virtual] |
Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.
Referenced by IndexList::incContentsDepth().
virtual void IndexIntf::decContentsDepth | ( | ) | [pure virtual] |
Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.
Referenced by IndexList::decContentsDepth().
virtual void IndexIntf::addContentsItem | ( | bool | isDir, | |
const char * | name, | |||
const char * | ref = 0 , |
|||
const char * | file = 0 , |
|||
const char * | anchor = 0 | |||
) | [pure virtual] |
Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.
Referenced by IndexList::addContentsItem().
virtual void IndexIntf::addIndexItem | ( | const char * | level1, | |
const char * | level2, | |||
const char * | contRef, | |||
const char * | memRef, | |||
const char * | anchor, | |||
const MemberDef * | md | |||
) | [pure virtual] |
virtual void IndexIntf::addIndexFile | ( | const char * | name | ) | [pure virtual] |