The TextGeneratorIntf
Class Reference
Abstract interface for a hyperlinked text fragment. More...
Declaration
class TextGeneratorIntf { ... }
Included Headers
#include <src/util.h>
Derived Classes
class | TextGeneratorOLImpl |
Implements TextGeneratorIntf for an OutputDocInterface stream. More... | |
class | TextGeneratorSqlite3Impl |
class | TextGeneratorXMLImpl |
Implements TextGeneratorIntf for an XML stream. More... | |
Public Member Functions Index
void | writeString (std::string_view, bool) const =0 |
void | writeBreak (int indent) const =0 |
void | writeLink (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()
|
Definition at line 69 of file util.h.
Reference writeBreak.
Referenced by linkifyText and writeBreak.
writeLink()
writeString()
|
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.