HTMLExporter

Search for usage in LXR

HTMLExporter Class Reference

#include <htmlexporter.h>

Inherits AbstractExporter.

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()

HTMLExporter::~HTMLExporter ( )
override

Definition at line 70 of file htmlexporter.cpp.

Member Function Documentation

◆ closeLine()

void HTMLExporter::closeLine ( const bool lastLine)
override

Definition at line 85 of file htmlexporter.cpp.

◆ exportText()

void HTMLExporter::exportText ( const QString & text,
const KTextEditor::Attribute::Ptr & attrib )
override

Definition at line 94 of file htmlexporter.cpp.

◆ openLine()

void HTMLExporter::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 Tue Mar 26 2024 11:15:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.