html.cpp File Reference

#include "html.h"

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)

Function Documentation

QString b ( QString  str  ) 

Wraps a string in "<b>" tags.

Definition at line 40 of file html.cpp.

Referenced by RouterDescriptorView::display(), RouterListItem::operator<(), and ServicePage::serviceSelectionChanged().

QString escape ( QString  str  ) 

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

Definition at line 68 of file html.cpp.

QString i ( QString  str  ) 
QString p ( QString  str  ) 
QString tcol ( QString  str  ) 

Wraps a string in "<td>" tags.

Definition at line 54 of file html.cpp.

Referenced by RouterDescriptorView::display(), and Vidalia::showUsageMessageBox().

QString thead ( QString  str  ) 

Wraps a string in "<th>" tags.

Definition at line 61 of file html.cpp.

QString trow ( QString  str  ) 

Wraps a string in "<tr>" tags.

Definition at line 47 of file html.cpp.

Referenced by RouterDescriptorView::display(), and Vidalia::showUsageMessageBox().


Generated on Wed Dec 23 21:11:10 2009 for Vidalia by  doxygen 1.6.1