8 #ifndef XHTMLGENERATOR_H
9 #define XHTMLGENERATOR_H
64 #endif // XHTMLGENERATOR_H
bool generateXhtmlForProjectInto(const QUrl &destDir)
Definition: xhtmlgenerator.cpp:75
bool m_pStatus
Definition: xhtmlgenerator.h:57
void threadFinished()
Definition: xhtmlgenerator.cpp:168
QUrl m_destDir
Destination directory where the final documentation will be written.
Definition: xhtmlgenerator.h:60
bool generateXhtmlForProject()
Definition: xhtmlgenerator.cpp:58
void slotDocbookToXhtml(bool status)
Definition: xhtmlgenerator.cpp:92
UMLDoc * m_umlDoc
Definition: xhtmlgenerator.h:61
Definition: xhtmlgenerator.h:31
virtual ~XhtmlGenerator()
Definition: xhtmlgenerator.cpp:45
void finished(bool status)
Definition: moc_xhtmlgenerator.cpp:148
XhtmlGenerator()
Definition: xhtmlgenerator.cpp:34
Generates XHtml from Docbook.
Definition: docbook2xhtmlgeneratorjob.h:21
bool m_pThreadFinished
Definition: xhtmlgenerator.h:58
void slotHtmlGenerated(const QString &tmpFileName)
Definition: xhtmlgenerator.cpp:120
Docbook2XhtmlGeneratorJob * m_d2xg
Definition: xhtmlgenerator.h:55
static QString customXslFile()
Definition: xhtmlgenerator.cpp:180