ISLEman
Public Member Functions | List of all members
IndexList Class Reference

A list of index interfaces. More...

#include <index.h>

Inheritance diagram for IndexList:
IndexIntf

Public Member Functions

 IndexList ()
 Creates a list of indexes.
 
void addIndex (IndexIntf *intf)
 Add an index generator to the list.
 
void disable ()
 
void enable ()
 
bool isEnabled () const
 
void initialize ()
 
void finalize ()
 
void incContentsDepth ()
 
void decContentsDepth ()
 
void addContentsItem (bool isDir, const char *name, const char *ref, const char *file, const char *anchor, bool separateIndex=FALSE, bool addToNavIndex=FALSE, Definition *def=0)
 
void addIndexItem (Definition *context, MemberDef *md, const char *sectionAnchor=0, const char *title=0)
 
void addIndexFile (const char *name)
 
void addImageFile (const char *name)
 
void addStyleSheetFile (const char *name)
 

Detailed Description

A list of index interfaces.

This class itself implements all methods of IndexIntf and just forwards the calls to all items in the list.


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