ISLEman
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
 Returns the input after escaping certain characters.
 
virtual void enableTabbing (bool b)=0
 Setting tabbing mode on or off (for LaTeX)
 

Detailed Description

Interface used to escape characters in a string.


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