HTMLExporter
HTMLExporter Class Reference
#include <htmlexporter.h>
Public Member Functions | |
HTMLExporter (KTextEditor::View *view, QTextStream &output, const bool withHeaderFooter=false) | |
void | closeLine (const bool lastLine) override |
void | exportText (const QString &text, const KTextEditor::Attribute::Ptr &attrib) override |
void | openLine () override |
Detailed Description
TODO: add abstract interface for future exporters.
Definition at line 13 of file htmlexporter.h.
Constructor & Destructor Documentation
◆ HTMLExporter()
HTMLExporter::HTMLExporter | ( | KTextEditor::View * | view, |
QTextStream & | output, | ||
const bool | withHeaderFooter = false ) |
Definition at line 36 of file htmlexporter.cpp.
◆ ~HTMLExporter()
|
override |
Definition at line 70 of file htmlexporter.cpp.
Member Function Documentation
◆ closeLine()
|
override |
Definition at line 85 of file htmlexporter.cpp.
◆ exportText()
|
override |
Definition at line 94 of file htmlexporter.cpp.
◆ openLine()
|
override |
Definition at line 81 of file htmlexporter.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:28 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.