|
ISLEman
|
A list of index interfaces. More...
#include <index.h>
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) |
A list of index interfaces.
This class itself implements all methods of IndexIntf and just forwards the calls to all items in the list.
1.8.12