#include <docbookdoc.h>
Public Member Functions | ||||
| DocbookDoc (QString title) | ||||
| Element | title (QString title, Element parent=Element()) | |||
| ||||
| Element | bridgehead (QString title) | |||
| ||||
| Element | orderedlist () | |||
| Element | chapter (QString title) | |||
| ||||
| Element | xref (QString id) | |||
| ||||
| Element | xrefP (QString id) | |||
| ||||
| Element | section (QString title) | |||
| ||||
| Element | appendix (QString title) | |||
| ||||
| Element | bold (QString boldText) | |||
| ||||
| Element | listitem () | |||
| QString | getTitle (Element el) const | |||
| ||||
| Element | formalpara (QString title, QString text) | |||
| ||||
| Element | para (QString text) | |||
| ||||
| Element | simplesect (QString titleStr) | |||
| ||||
Static Public Member Functions | ||||
| static void | setRole (Element el, QString role) | |||
| ||||
Public Attributes | ||||
| Element | currentParent | |||
| Element | currentPara | |||
| Element | currentChapter | |||
| Element | currentList | |||
Definition at line 18 of file docbookdoc.h.
| void DocbookDoc::setRole | ( | Element | el, | |
| QString | role | |||
| ) | [static] |
| el | An element for which you want to set an attribute |
| role | - the condition you wish to set |
Definition at line 102 of file docbookdoc.cpp.
Referenced by bold().
1.5.1