#include <htmlhelp.h>
Public Member Functions | |
| void | initialize () |
| void | finalize () |
| int | incContentsDepth () |
| int | decContentsDepth () |
| int | contentsDepth () |
| void | addContentsItem (bool isDir, const char *name, const char *ref=0, const char *anchor=0) |
| void | addIndexItem (const char *level1, const char *level2, const char *ref, const char *anchor) |
Static Public Member Functions | |
| HtmlHelp * | getInstance () |
Definition at line 35 of file htmlhelp.h.
|
||||||||||||||||||||
|
Add an list item to the contents file.
|
|
||||||||||||||||||||
|
Add an list item to the index file.
References HtmlHelpIndex::addItem(). |
|
|
return the current depth of the contents tree Definition at line 70 of file htmlhelp.h. |
|
|
Decrease the level of the contents hierarchy. This will end the unnumber HTML list.
|
|
|
Finalizes the HTML help. This will finish and close the contents file (index.hhc) and the index file (index.hhk).
References HtmlHelpIndex::writeFields(). |
|
|
return a reference to the one and only instance of this class. Definition at line 246 of file htmlhelp.cpp. |
|
|
Increase the level of the contents hierarchy. This will start a new unnumbered HTML list in contents file.
|
|
|
This will create a contents file (index.hhc) and a index file (index.hhk) and write the header of those files. It also creates a project file (index.hhp)
|
1.3.8