HighlightBlock.h File Reference

#include <QtCore/QString>
#include <QtGui/QTextCharFormat>

Go to the source code of this file.

Classes

class  HighlightBlock
 Class representing highlighting block with its name/description and formating Class holds generic info for all available highlight block, its name and description, used to store values in ini files and to build UI, and formatting aplied if block of code is detected. More...
class  SingleLineHighlightBlock
 class providing Single Line Highlight block (Highlighting block couldn't span over multiple lines) More...
class  MultiLinesHighlightBlock
 class providing Multiple Lines Highlight block (Highlighting block which can span over multiple lines) More...

Enumerations

enum  HighlighType { singleLine, multiLines }


Detailed Description

File contains declaration of HighlightBlock class and its children MultiLinesHighlightBlock class, and SingleLineHighlightBlock And since this classes are rather simple "containers", all implementations of methods (no cpp file included)
Author:
Krzysztof WesoĊ‚owski

Definition in file HighlightBlock.h.


Enumeration Type Documentation

Enum holding possible typed of Highlight block, used by HighlightBlock::type() method

Enumerator:
singleLine  Indicates single line highlighting block.
multiLines  Indicates multiple lines highlighting block.

Definition at line 18 of file HighlightBlock.h.


Generated on Fri Jan 9 00:50:59 2009 for HSyntaxHighlighter by  doxygen 1.5.8