DocbookGenerator Class Reference
class DocbookGenerator is a documentation generator for UML documents. More...
#include <docbookgenerator.h>
Public Member Functions | |
| DocbookGenerator () | |
| Constructor. | |
| virtual | ~DocbookGenerator () |
| Empty Destructor. | |
| bool | generateDocbookForProject () |
| Exports the current model to docbook in a directory named as the model with the .xmi suffix removed. | |
| KIO::Job * | generateDocbookForProjectInto (const KURL &destDir) |
| Exports the current model to docbook in the given directory. | |
Detailed Description
class DocbookGenerator is a documentation generator for UML documents.It uses libxslt to convert the XMI generated by UMLDoc::saveToXMI through the XSLT file stored in resources.
Definition at line 41 of file docbookgenerator.h.
Constructor & Destructor Documentation
|
|
Constructor.
Definition at line 44 of file docbookgenerator.cpp. |
|
|
Empty Destructor.
Definition at line 48 of file docbookgenerator.cpp. |
Member Function Documentation
|
|
Exports the current model to docbook in a directory named as the model with the .xmi suffix removed. The docbook file will have the same name with the .docbook suffix. Figures will be named as the corresponding diagrams in the GUI
Definition at line 51 of file docbookgenerator.cpp. References generateDocbookForProjectInto(), UMLApp::getDocument(), and UMLDoc::URL(). |
|
|
Exports the current model to docbook in the given directory.
Definition at line 64 of file docbookgenerator.cpp. References UMLApp::getDocument(), UMLDoc::saveToXMI(), UMLDoc::setName(), UMLDoc::URL(), and UMLDoc::writeToStatusBar(). Referenced by generateDocbookForProject(). |
The documentation for this class was generated from the following files:
