KVIrc  4.9.2
DeveloperAPIs
Enumerations | Functions
KviHtmlGenerator Namespace Reference

A namespace to handle html-related functions. More...

Enumerations

enum  DefaultColor { Background = 100, Foreground = 101 }
 Defines back and foreground colors. More...
 

Functions

QString convertToHtml (const QString &szText, bool bEscape=false)
 Converts a raw irc message to its html equivalent text. More...
 

Detailed Description

A namespace to handle html-related functions.

Enumeration Type Documentation

Defines back and foreground colors.

Enumerator
Background 
Foreground 

Function Documentation

KVIRC_API QString KviHtmlGenerator::convertToHtml ( const QString &  szText,
bool  bEscape = false 
)