KVIrc 5.2.6
Developer APIs
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.
 

Detailed Description

A namespace to handle html-related functions.

Enumeration Type Documentation

◆ DefaultColor

Defines back and foreground colors.

Enumerator
Background 
Foreground 

Function Documentation

◆ convertToHtml()