Blokkal
an Extendable KDE Blogging Client
SourceForge.net Logo

Blokkal::Ui::HtmlTextHighlighter Class Reference

A simple HTML highlighter. More...

#include <htmlentrytextedit.h>

Inheritance diagram for Blokkal::Ui::HtmlTextHighlighter:

List of all members.


Public Member Functions

 HtmlTextHighlighter (QTextEdit *parent)
virtual ~HtmlTextHighlighter (void)

Protected Member Functions

virtual void highlightBlock (const QString &text)

Detailed Description

A simple HTML highlighter.

This class provides very simple HTML hightlighting and spell checking. Spell checking uses the global spell checking configuration.

Author:
Martin Mueller <orvio@orvio.de>

Definition at line 116 of file htmlentrytextedit.h.


Constructor & Destructor Documentation

Blokkal::Ui::HtmlTextHighlighter::HtmlTextHighlighter ( QTextEdit *  parent  ) 

Creates a new HtmlTextHighlighter. The settings for this highlighter are fetched from the Blokkal::AppearanceSettings singleton

Parameters:
parent the parent text edit

Definition at line 59 of file htmlentrytextedit.cpp.

Blokkal::Ui::HtmlTextHighlighter::~HtmlTextHighlighter ( void   )  [virtual]

Destructor

Definition at line 73 of file htmlentrytextedit.cpp.


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