|
enum | Type {
None = 0,
Html = 0,
Latex = 1,
Xml = 2,
Docbook = 3,
numTocTypes = 4
} |
|
|
void | enableHtml (int level) |
|
void | enableLatex (int level) |
|
void | enableXml (int level) |
|
void | enableDocbook (int level) |
|
bool | isHtmlEnabled () const |
|
bool | isLatexEnabled () const |
|
bool | isXmlEnabled () const |
|
bool | isDocbookEnabled () const |
|
bool | nothingEnabled () const |
|
int | htmlLevel () const |
|
int | latexLevel () const |
|
int | xmlLevel () const |
|
int | docbookLevel () const |
|
int | mask () const |
|
The documentation for this class was generated from the following file: