My Project
|
Interface used to escape characters in a string. More...
#include <template.h>
Public Member Functions | |
virtual QCString | escape (const QCString &input)=0 |
virtual void | enableTabbing (bool b)=0 |
Interface used to escape characters in a string.
Definition at line 457 of file template.h.
|
pure virtual |
Setting tabbing mode on or off (for LaTeX)
Implemented in LatexEscaper, and HtmlEscaper.
Referenced by TemplateContextImpl::enableTabbing().
|
pure virtual |
Returns the input after escaping certain characters
Implemented in LatexEscaper, and HtmlEscaper.
Referenced by TemplateNodeVariable::render(), and TemplateNodeCycle::render().