Doxygen
TextGeneratorIntf类 参考abstract

Abstract interface for a hyperlinked text fragment. 更多...

#include <util.h>

+ 类 TextGeneratorIntf 继承关系图:

Public 成员函数

virtual ~TextGeneratorIntf ()
 
virtual void writeString (const QCString &, bool) const =0
 
virtual void writeBreak (int indent) const =0
 
virtual void writeLink (const QCString &extRef, const QCString &file, const QCString &anchor, const QCString &text) const =0
 

详细描述

Abstract interface for a hyperlinked text fragment.

在文件 util.h60 行定义.

构造及析构函数说明

◆ ~TextGeneratorIntf()

virtual TextGeneratorIntf::~TextGeneratorIntf ( )
inlinevirtual

在文件 util.h63 行定义.

63 {}

成员函数说明

◆ writeBreak()

virtual void TextGeneratorIntf::writeBreak ( int  indent) const
pure virtual

TextGeneratorXMLImpl, TextGeneratorLatex, TextGeneratorHtml , 以及 TextGeneratorOLImpl 内被实现.

被这些函数引用 linkifyText().

◆ writeLink()

virtual void TextGeneratorIntf::writeLink ( const QCString extRef,
const QCString file,
const QCString anchor,
const QCString text 
) const
pure virtual

TextGeneratorLatex, TextGeneratorHtml, TextGeneratorXMLImpl , 以及 TextGeneratorOLImpl 内被实现.

被这些函数引用 linkifyText().

◆ writeString()

virtual void TextGeneratorIntf::writeString ( const QCString ,
bool   
) const
pure virtual

TextGeneratorXMLImpl, TextGeneratorLatex, TextGeneratorHtml , 以及 TextGeneratorOLImpl 内被实现.

被这些函数引用 linkifyText().


该类的文档由以下文件生成: