IndexIntf Class Reference

#include <index.h>

Inheritance diagram for IndexIntf:

DocSets FTVHelp HtmlHelp IndexList List of all members.

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

Detailed Description

Definition at line 29 of file index.h.


Constructor & Destructor Documentation

virtual IndexIntf::~IndexIntf (  )  [inline, virtual]

Definition at line 32 of file index.h.


Member Function Documentation

virtual void IndexIntf::initialize (  )  [pure virtual]

Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.

Referenced by IndexList::initialize().

virtual void IndexIntf::finalize (  )  [pure virtual]

Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.

Referenced by IndexList::finalize().

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]

Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.

Referenced by IndexList::addIndexItem().

virtual void IndexIntf::addIndexFile ( const char *  name  )  [pure virtual]

Implemented in DocSets, FTVHelp, HtmlHelp, and IndexList.

Referenced by IndexList::addIndexFile().


The documentation for this class was generated from the following file:



Generated on Mon Mar 31 10:59:00 2008 by  doxygen 1.5.1