BALL::VIEW::TextEditorWidget Class Reference
#include <BALL/VIEW/WIDGETS/textEditorWidget.h>
List of all members.
Detailed Description
This widget can be used for displaying or editing text. This class is heavily based on the Qt CodeEditor example.
Definition at line 31 of file textEditorWidget.h.
Constructor & Destructor Documentation
BALL::VIEW::TextEditorWidget::TextEditorWidget |
( |
QWidget * |
parent = 0 |
) |
|
Member Function Documentation
void BALL::VIEW::TextEditorWidget::highlightCurrentLine |
( |
|
) |
[private, slot] |
void BALL::VIEW::TextEditorWidget::lineNumbersPaintEvent |
( |
QPaintEvent * |
event |
) |
|
int BALL::VIEW::TextEditorWidget::lineNumbersWidth |
( |
|
) |
|
void BALL::VIEW::TextEditorWidget::resizeEvent |
( |
QResizeEvent * |
event |
) |
[protected] |
void BALL::VIEW::TextEditorWidget::updateLineNumbers |
( |
const QRect & |
, |
|
|
int |
| |
|
) |
| | [private, slot] |
void BALL::VIEW::TextEditorWidget::updateLineNumbersWidth |
( |
int |
newBlockCount |
) |
[private, slot] |
Member Data Documentation