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

| QLineMarkPanel (QWidget *p=0) | |
| Constructor. | |
| virtual | ~QLineMarkPanel () |
| Empty destructor. | |
| virtual QString | type () const |
| virtual bool | paint (QPainter *p, QEditor *e) |
| virtual void | mousePressEvent (QMouseEvent *e) |
| virtual void | mouseReleaseEvent (QMouseEvent *e) |
| virtual void | contextMenuEvent (QContextMenuEvent *e) |
Additional Inherited Members | |
Public Member Functions inherited from QPanel | |
| virtual QString | id () const =0 |
| QPanel (QWidget *p=0) | |
| Constructor. More... | |
| virtual | ~QPanel () |
| Destructor. | |
| QEditor * | editor () |
| void | attach (QEditor *e) |
| Connect the panel to a text editor. | |
| virtual bool | shallShow () const |
| bool | defaultVisibility () const |
| void | setDefaultVisibility (bool on) |
Static Public Member Functions inherited from QPanel | |
| static QPanel * | panel (const QString &id, QWidget *p=0) |
| static void | registerCreator (QPanelCreator *c) |
Protected Member Functions inherited from QPanel | |
| virtual bool | forward (QMouseEvent *e) |
| virtual void | editorChange (QEditor *e) |
| Callback. More... | |
| virtual void | mouseMoveEvent (QMouseEvent *e) |
| virtual void | showEvent (QShowEvent *e) |
| virtual void | hideEvent (QHideEvent *e) |
| virtual void | paintEvent (QPaintEvent *e) |
A specific panel in charge of drawing line numbers of an editor.
A specific panel in charge of drawing line marks of an editor.
1.8.11