umbrello/umbrello
Docbook2XhtmlGeneratorJob Class Reference
This class is used to generate XHTML from Docbook. More...
#include <docbook2xhtmlgeneratorjob.h>
Inheritance diagram for Docbook2XhtmlGeneratorJob:

Signals | |
| void | xhtmlGenerated (const QString &) |
Public Member Functions | |
| Docbook2XhtmlGeneratorJob (KUrl &docBookUrl, QObject *parent) | |
Protected Member Functions | |
| void | run () |
Detailed Description
This class is used to generate XHTML from Docbook.
It emits the name of the temporary file to which it as generated the XHtml as output. It runs in a separate thread.
Generates XHtml from Docbook
Definition at line 27 of file docbook2xhtmlgeneratorjob.h.
Constructor & Destructor Documentation
| Docbook2XhtmlGeneratorJob::Docbook2XhtmlGeneratorJob | ( | KUrl & | docBookUrl, | |
| QObject * | parent | |||
| ) |
Constructor.
- Parameters:
-
docBookUrl The Url of the Docbook that is to be converted to XHtml parent Parent object for QThread constructor
Definition at line 41 of file docbook2xhtmlgeneratorjob.cpp.
Member Function Documentation
| void Docbook2XhtmlGeneratorJob::run | ( | ) | [protected] |
Reimplemented from QThread.
Definition at line 46 of file docbook2xhtmlgeneratorjob.cpp.
| void Docbook2XhtmlGeneratorJob::xhtmlGenerated | ( | const QString & | ) | [signal] |
The documentation for this class was generated from the following files:
KDE 4.5 API Reference