filters

ExportBasic.h

00001 /*
00002    This file is part of the KDE project
00003    Copyright (C) 2001, 2002 Nicolas GOUTTE <goutte@kde.org>
00004 
00005    This library is free software; you can redistribute it and/or
00006    modify it under the terms of the GNU Library General Public
00007    License as published by the Free Software Foundation; either
00008    version 2 of the License, or (at your option) any later version.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018  * Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef EXPORTBASIC_H
00022 #define EXPORTBASIC_H
00023 
00024 #include <KWEFBaseWorker.h>
00025 #include "ExportFilter.h"
00026 
00027 class HtmlBasicWorker : public HtmlWorker
00028 {
00029 public:
00030     HtmlBasicWorker( const QString &cssURL = QString::null );
00031     virtual ~HtmlBasicWorker(void) { }
00032 public:
00033 protected:
00034     virtual QString getStartOfListOpeningTag(const CounterData::Style typeList, bool& ordered);
00035     virtual void openParagraph(const QString& strTag,
00036         const LayoutData& layout,QChar::Direction direction=QChar::DirL);
00037     virtual void closeParagraph(const QString& strTag,
00038         const LayoutData& layout);
00039     virtual void openSpan(const FormatData& formatOrigin, const FormatData& format);
00040     virtual void closeSpan(const FormatData& formatOrigin, const FormatData& format);
00041     virtual bool doOpenBody(void); 
00042     virtual void writeDocType(void);
00043 
00044     virtual QString customCSSURL(void) const;
00045 private:
00046     void openFormatData(const FormatData& formatOrigin,
00047         const FormatData& format, const bool force, const bool allowBold);
00048     void closeFormatData(const FormatData& formatOrigin,
00049         const FormatData& format, const bool force, const bool allowBold);
00050     QString textFormatToCss(const TextFormatting& formatData) const;
00051 private:
00052     QString m_cssURL;
00053 };
00054 
00055 #endif /* EXPORTBASIC_H */
KDE Home | KDE Accessibility Home | Description of Access Keys