Doxygen
|
Interface used to escape characters in a string 更多...
#include <template.h>
Public 成员函数 | |
virtual | ~TemplateEscapeIntf () |
virtual std::unique_ptr< TemplateEscapeIntf > | clone ()=0 |
Create a copy of the escape filter 更多... | |
virtual QCString | escape (const QCString &input)=0 |
Returns the input after escaping certain characters 更多... | |
virtual void | enableTabbing (bool b)=0 |
Setting tabbing mode on or off (for LaTeX) 更多... | |
Interface used to escape characters in a string
在文件 template.h 第 384 行定义.
|
inlinevirtual |
在文件 template.h 第 387 行定义.
|
pure virtual |
Create a copy of the escape filter
在 LatexEscaper , 以及 HtmlEscaper 内被实现.
|
pure virtual |
Setting tabbing mode on or off (for LaTeX)
在 HtmlEscaper , 以及 LatexEscaper 内被实现.
被这些函数引用 TemplateContextImpl::enableTabbing().
Returns the input after escaping certain characters
在 LatexEscaper , 以及 HtmlEscaper 内被实现.
被这些函数引用 TemplateNodeVariable::render() , 以及 TemplateNodeCycle::render().