html.h File Reference

HTML formatting functions. More...

#include <QString>

Go to the source code of this file.

Functions

QString p (QString str)
QString i (QString str)
QString b (QString str)
QString trow (QString str)
QString tcol (QString str)
QString thead (QString str)
QString escape (QString str)


Detailed Description

HTML formatting functions.

Version:
Id

Definition in file html.h.


Function Documentation

QString b ( QString  str  ) 

Wraps a string in "<b>" tags.

Definition at line 51 of file html.cpp.

QString escape ( QString  str  ) 

Escapes "<" and ">" characters in a string, for html.

Escapes "<" and ">" characters in the given string.

Definition at line 79 of file html.cpp.

QString i ( QString  str  ) 

Wraps a string in "<i>" tags.

Definition at line 44 of file html.cpp.

QString p ( QString  str  ) 

Wraps a string in "<p>" tags, converts "\n" to "<br/>" and converts "\n\n" to a new paragraph.

Definition at line 34 of file html.cpp.

QString tcol ( QString  str  ) 

Wraps a string in "<td>" tags.

Definition at line 65 of file html.cpp.

QString thead ( QString  str  ) 

Wraps a string in "<th>" tags.

Definition at line 72 of file html.cpp.

QString trow ( QString  str  ) 

Wraps a string in "<tr>" tags.

Definition at line 58 of file html.cpp.


Generated on Wed Sep 5 15:49:28 2007 for Vidalia by  doxygen 1.5.3