|
QCodeEdit 2.2
|
A specific panel in charge of drawing line numbers of an editor. More...

Protected Attributes | |
| bool | m_verbose |
| QLineNumberPanel (QWidget *p=0) | |
| Constructor. | |
| virtual | ~QLineNumberPanel () |
| Empty destructor. | |
| bool | isVerboseMode () const |
| virtual QString | type () const |
| void | setVerboseMode (bool y) |
| virtual void | editorChange (QEditor *e) |
| Callback. | |
| virtual bool | paint (QPainter *p, QEditor *e) |
A specific panel in charge of drawing line numbers of an editor.
| void QLineNumberPanel::editorChange | ( | QEditor * | e | ) | [protected, virtual] |
Callback.
Each time attach() is called, this function is called as well so that the panel can fine tune its behaviour according to the editor monitored.
Reimplemented from QPanel.
References QEditor::document(), and QDocument::lines().
1.7.4