|
Doxygen
|
Abstract interface for a hyperlinked text fragment. More...
#include <src/linkifytext.h>
Public Member Functions | |
| virtual void | writeString (std::string_view, bool) const =0 |
| virtual void | writeBreak (int indent) const =0 |
| virtual void | writeLink (const DString &extRef, const DString &file, const DString &anchor, std::string_view text) const =0 |
Abstract interface for a hyperlinked text fragment.
Definition at line 29 of file linkifytext.h.
|
pure virtual |
Implemented in TextGeneratorOLImpl, TextGeneratorSqlite3Impl, and TextGeneratorXMLImpl.
References writeBreak().
Referenced by linkifyText(), and writeBreak().
|
pure virtual |
Implemented in TextGeneratorOLImpl, TextGeneratorSqlite3Impl, and TextGeneratorXMLImpl.
References writeLink().
Referenced by linkifyText(), and writeLink().
|
pure virtual |
Implemented in TextGeneratorOLImpl, TextGeneratorSqlite3Impl, and TextGeneratorXMLImpl.
References writeString().
Referenced by linkifyText(), and writeString().