oopapidocs
2.0
|
A docbook/XML document. More...
#include <docbookdoc.h>
Public Member Functions | |
Element | title (QString title, Element parent=Element()) |
Element | bridgehead (QString title) |
Element | chapter (QString title) |
Element | xref (QString id) |
Element | xrefP (QString id) |
Element | section (QString title) |
Element | appendix (QString title) |
Element | bold (QString boldText) |
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) |
A docbook/XML document.
Definition at line 18 of file docbookdoc.h.
Element DocbookDoc::appendix | ( | QString | title | ) |
Definition at line 55 of file docbookdoc.cpp.
References title().
Element DocbookDoc::bold | ( | QString | boldText | ) |
Definition at line 93 of file docbookdoc.cpp.
References setRole().
Element DocbookDoc::bridgehead | ( | QString | title | ) |
Definition at line 10 of file docbookdoc.cpp.
References title().
Element DocbookDoc::chapter | ( | QString | title | ) |
Definition at line 25 of file docbookdoc.cpp.
References title().
Element DocbookDoc::formalpara | ( | QString | title, |
QString | text | ||
) |
Definition at line 83 of file docbookdoc.cpp.
References title().
QString DocbookDoc::getTitle | ( | Element | el | ) | const |
Definition at line 44 of file docbookdoc.cpp.
Referenced by DocbookWalker::heading().
Element DocbookDoc::para | ( | QString | text | ) |
Element DocbookDoc::section | ( | QString | title | ) |
Definition at line 62 of file docbookdoc.cpp.
References title().
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().
Element DocbookDoc::simplesect | ( | QString | titleStr | ) |
Definition at line 125 of file docbookdoc.cpp.
References title().
Element DocbookDoc::title | ( | QString | title, |
Element | parent = Element() |
||
) |
Definition at line 16 of file docbookdoc.cpp.
Referenced by appendix(), bridgehead(), chapter(), formalpara(), section(), and simplesect().
Element DocbookDoc::xref | ( | QString | id | ) |
Element DocbookDoc::xrefP | ( | QString | id | ) |
Definition at line 113 of file docbookdoc.cpp.
References para(), and xref().