Kate
htmlexporter.h
Go to the documentation of this file.
00001 00020 #ifndef HTMLEXPORTER_H 00021 #define HTMLEXPORTER_H 00022 00023 #include "abstractexporter.h" 00024 00026 class HTMLExporter : public AbstractExporter 00027 { 00028 public: 00029 HTMLExporter(KTextEditor::View* view, QTextStream& output, const bool withHeaderFooter = false); 00030 virtual ~HTMLExporter(); 00031 00032 virtual void openLine(); 00033 virtual void closeLine(const bool lastLine); 00034 virtual void exportText(const QString& text, const KTextEditor::Attribute::Ptr& attrib); 00035 }; 00036 00037 #endif // HTMLEXPORTER_H 00038 00039 // kate: space-indent on; indent-width 2; replace-tabs on;
KDE 4.6 API Reference