Skip to main content

The TextGeneratorIntf Class Reference

Abstract interface for a hyperlinked text fragment. More...

Declaration

class TextGeneratorIntf { ... }

Included Headers

#include <src/util.h>

Derived Classes

classTextGeneratorOLImpl

Implements TextGeneratorIntf for an OutputDocInterface stream. More...

classTextGeneratorSqlite3Impl
classTextGeneratorXMLImpl

Implements TextGeneratorIntf for an XML stream. More...

Public Member Functions Index

voidwriteString (std::string_view, bool) const =0
voidwriteBreak (int indent) const =0
voidwriteLink (const QCString &extRef, const QCString &file, const QCString &anchor, std::string_view text) const =0

Description

Abstract interface for a hyperlinked text fragment.

Definition at line 63 of file util.h.

Public Member Functions

writeBreak()

virtual void TextGeneratorIntf::writeBreak (int indent)

Definition at line 69 of file util.h.

Reference writeBreak.

Referenced by linkifyText and writeBreak.

writeLink()

virtual void TextGeneratorIntf::writeLink (const QCString & extRef, const QCString & file, const QCString & anchor, std::string_view text)

Definition at line 70 of file util.h.

Reference writeLink.

Referenced by linkifyText and writeLink.

writeString()

virtual void TextGeneratorIntf::writeString (std::string_view, bool)

Definition at line 68 of file util.h.

Reference writeString.

Referenced by linkifyText and writeString.


The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus by Doxygen 1.14.0.