|
Doxygen
|
类 HtmlEscaper 继承关系图:
HtmlEscaper 的协作图:Public 成员函数 | |
| std::unique_ptr< TemplateEscapeIntf > | clone () |
| Create a copy of the escape filter 更多... | |
| QCString | escape (const QCString &s) |
| Returns the input after escaping certain characters 更多... | |
| void | enableTabbing (bool) |
| Setting tabbing mode on or off (for LaTeX) 更多... | |
Public 成员函数 继承自 TemplateEscapeIntf | |
| virtual | ~TemplateEscapeIntf () |
在文件 context.cpp 第 8846 行定义.
|
inlinevirtual |
|
inlinevirtual |
Returns the input after escaping certain characters
实现了 TemplateEscapeIntf.
在文件 context.cpp 第 8853 行定义.
引用了 convertToHtml() , 以及 TRUE.