umbrello API Documentation

xhtmlgenerator.h

00001 /***************************************************************************
00002                           xhtmlgenerator.h  -  description
00003                              -------------------
00004     begin                : Sat Jun 24 2006
00005     copyright            : (C) 2006 by Gael de Chalendar (aka Kleag)
00006     email                : kleag@free.fr
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 #ifndef XHTMLGENERATOR_H
00019 #define XHTMLGENERATOR_H
00020 
00021 #include <kurl.h>
00022 #include <ktempdir.h>
00023 #include <qobject.h>
00024 
00025 namespace KIO
00026 {
00027   class Job;
00028 }
00029 
00041 class XhtmlGenerator : public QObject
00042 {
00043   Q_OBJECT
00044   public:
00045 
00049     XhtmlGenerator();
00050 
00054     virtual ~XhtmlGenerator();
00055 
00065     bool generateXhtmlForProject();
00066 
00074     bool generateXhtmlForProjectInto(const KURL& destDir);
00075 
00076   signals:
00077 
00079     void finished();
00080 
00081   protected slots:
00082 
00088     void slotDocbookToXhtml(KIO::Job * docbookJob);
00089 
00093     void slotHtmlCopyFinished( KIO::Job* );
00094 
00095   private:
00096 
00100     KURL m_destDir;
00101 //     KTempDir m_tmpDir;
00102 };
00103 
00104 #endif // XHTMLGENERATOR_H
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:08:03 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003