Doxygen
|
Public 成员函数 | |
std::unique_ptr< TemplateEscapeIntf > | clone () |
Create a copy of the escape filter 更多... | |
LatexEscaper () | |
QCString | escape (const QCString &s) |
Returns the input after escaping certain characters 更多... | |
void | enableTabbing (bool b) |
Setting tabbing mode on or off (for LaTeX) 更多... | |
Public 成员函数 继承自 TemplateEscapeIntf | |
virtual | ~TemplateEscapeIntf () |
Private 属性 | |
bool | m_tabbing |
在文件 context.cpp 第 8974 行定义.
|
inline |
在文件 context.cpp 第 8981 行定义.
|
inlinevirtual |
|
inlinevirtual |
Setting tabbing mode on or off (for LaTeX)
实现了 TemplateEscapeIntf.
在文件 context.cpp 第 8986 行定义.
引用了 m_tabbing.
Returns the input after escaping certain characters
实现了 TemplateEscapeIntf.
在文件 context.cpp 第 8982 行定义.
引用了 convertToLaTeX() , 以及 m_tabbing.
|
private |
在文件 context.cpp 第 8988 行定义.
被这些函数引用 enableTabbing() , 以及 escape().