umbrello API Documentation

docbookgenerator.h

00001 /***************************************************************************
00002                           docbookgenerator.h  -  description
00003                              -------------------
00004     begin                : THu Jun 22 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 DOCBOOKGENERATOR_H
00019 #define DOCBOOKGENERATOR_H
00020 
00021 #include <kurl.h>
00022 #include <qobject.h>
00023 
00024 class UMLDoc;
00025 
00026 namespace KIO
00027 {
00028   class Job;
00029 }
00030 
00041 class DocbookGenerator : public QObject
00042 {
00043   Q_OBJECT
00044   public:
00045 
00049     DocbookGenerator();
00050 
00054     virtual ~DocbookGenerator();
00055 
00065     bool generateDocbookForProject();
00066 
00074     KIO::Job* generateDocbookForProjectInto(const KURL& destDir);
00075 
00076 };
00077 
00078 #endif // DOCBOOKGENERATOR_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:07:56 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003