12 #ifndef XHTMLGENERATOR_H
13 #define XHTMLGENERATOR_H
17 #if QT_VERSION < 0x050000
22 #if QT_VERSION >= 0x050000
50 #if QT_VERSION >= 0x050000
74 #if QT_VERSION >= 0x050000
Generates XHtml from Docbook.
Definition: docbook2xhtmlgeneratorjob.h:32
Definition: xhtmlgenerator.h:42
XhtmlGenerator()
Definition: xhtmlgenerator.cpp:43
void slotHtmlGenerated(const QString &tmpFileName)
Definition: xhtmlgenerator.cpp:150
bool generateXhtmlForProjectInto(const KUrl &destDir)
Definition: xhtmlgenerator.cpp:95
virtual ~XhtmlGenerator()
Definition: xhtmlgenerator.cpp:54
UMLDoc * m_umlDoc
Definition: xhtmlgenerator.h:79
bool generateXhtmlForProject()
Definition: xhtmlgenerator.cpp:67
bool m_pThreadFinished
Definition: xhtmlgenerator.h:72
void finished(bool status)
KUrl m_destDir
Destination directory where the final documentation will be written.
Definition: xhtmlgenerator.h:77
void slotDocbookToXhtml(bool status)
Definition: xhtmlgenerator.cpp:113
void threadFinished()
Definition: xhtmlgenerator.cpp:227
static QString customXslFile()
Definition: xhtmlgenerator.cpp:239
bool m_pStatus
Definition: xhtmlgenerator.h:71
Docbook2XhtmlGeneratorJob * m_d2xg
Definition: xhtmlgenerator.h:69