Public Member Functions | List of all members
TemplateEscapeIntf Class Referenceabstract

Interface used to escape characters in a string. More...

#include <template.h>

Inheritance diagram for TemplateEscapeIntf:
HtmlEscaper LatexEscaper

Public Member Functions

virtual QCString escape (const QCString &input)=0
 
virtual void enableTabbing (bool b)=0
 

Detailed Description

Interface used to escape characters in a string.

Definition at line 457 of file template.h.

Member Function Documentation

virtual void TemplateEscapeIntf::enableTabbing ( bool  b)
pure virtual

Setting tabbing mode on or off (for LaTeX)

Implemented in LatexEscaper, and HtmlEscaper.

virtual QCString TemplateEscapeIntf::escape ( const QCString input)
pure virtual

Returns the input after escaping certain characters

Implemented in LatexEscaper, and HtmlEscaper.


The documentation for this class was generated from the following file: