SyntaxHighlighterWindow Class Reference

Main program window class. This class contains basic user interface generated by QtDesigner, with 3 buttons and text edit, and highlighter it presents. The only purpose of this class is to show how HSyntaxHighlighter works, and make some configurations available. More...

#include <SyntaxHighlighterWindow.h>

List of all members.

Public Member Functions

 SyntaxHighlighterWindow (QWidget *parent=0)
 Default constructor Constructor creating whole main program interface, highlighter and connecting signal & slots.
 ~SyntaxHighlighterWindow ()

Private Attributes

Ui::SyntaxHighlighterWindowClass ui
 auto generated user interface class
HSyntaxHighlighterhighlighter
 highlighter pointer, holds ui.highlightedEdit syntax highlighter


Detailed Description

Main program window class. This class contains basic user interface generated by QtDesigner, with 3 buttons and text edit, and highlighter it presents. The only purpose of this class is to show how HSyntaxHighlighter works, and make some configurations available.

Definition at line 24 of file SyntaxHighlighterWindow.h.


Constructor & Destructor Documentation

SyntaxHighlighterWindow::SyntaxHighlighterWindow ( QWidget *  parent = 0  ) 

Default constructor Constructor creating whole main program interface, highlighter and connecting signal & slots.

Definition at line 10 of file SyntaxHighlighterWindow.cpp.

References highlighter, and ui.

SyntaxHighlighterWindow::~SyntaxHighlighterWindow (  ) 

Default destructor

Definition at line 19 of file SyntaxHighlighterWindow.cpp.


Member Data Documentation

highlighter pointer, holds ui.highlightedEdit syntax highlighter

Definition at line 43 of file SyntaxHighlighterWindow.h.

Referenced by SyntaxHighlighterWindow().

Ui::SyntaxHighlighterWindowClass SyntaxHighlighterWindow::ui [private]

auto generated user interface class

Definition at line 42 of file SyntaxHighlighterWindow.h.

Referenced by SyntaxHighlighterWindow().


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

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