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 82 #endif // XHTMLGENERATOR_H bool m_pStatus
Definition: xhtmlgenerator.h:71
void threadFinished()
Definition: xhtmlgenerator.cpp:227
bool generateXhtmlForProject()
Definition: xhtmlgenerator.cpp:67
void slotDocbookToXhtml(bool status)
Definition: xhtmlgenerator.cpp:113
UMLDoc * m_umlDoc
Definition: xhtmlgenerator.h:79
Definition: xhtmlgenerator.h:41
virtual ~XhtmlGenerator()
Definition: xhtmlgenerator.cpp:54
bool generateXhtmlForProjectInto(const KUrl &destDir)
Definition: xhtmlgenerator.cpp:95
void finished(bool status)
Definition: moc_xhtmlgenerator.cpp:148
KUrl m_destDir
Destination directory where the final documentation will be written.
Definition: xhtmlgenerator.h:77
XhtmlGenerator()
Definition: xhtmlgenerator.cpp:43
Generates XHtml from Docbook.
Definition: docbook2xhtmlgeneratorjob.h:31
bool m_pThreadFinished
Definition: xhtmlgenerator.h:72
void slotHtmlGenerated(const QString &tmpFileName)
Definition: xhtmlgenerator.cpp:150
Docbook2XhtmlGeneratorJob * m_d2xg
Definition: xhtmlgenerator.h:69
static QString customXslFile()
Definition: xhtmlgenerator.cpp:239