![]() |
itom
|
Public Member Functions | |
| BreakpointPanel (const QString &description="", QWidget *parent=NULL) | |
| virtual QSize | sizeHint () const |
| void | setCurrentLine (int line) |
| line = -1 removes the current line icon | |
| void | setSelectedCallstackLine (int line) |
| void | removeAllLineSelectors () |
| adds a green arrow if another than the top line of the callstack (during debug) is selected, line = -1 removes the icon again. | |
Public Member Functions inherited from ito::Panel | |
| Panel (const QString &name, bool dynamic, const QString &description="", QWidget *parent=NULL) | |
| void | setVisible (bool visible) |
| bool | scrollable () const |
| void | setScrollable (bool value) |
| int | orderInZone () const |
| void | setOrderInZone (int orderInZone) |
| Position | position () const |
| void | setPosition (Position pos) |
| QBrush | backgroundBrush () const |
| QPen | foregroundPen () const |
| virtual void | onInstall (CodeEditor *editor) |
Public Member Functions inherited from ito::Mode | |
| Mode (const Mode ©) | |
| Mode (const QString &name, const QString &description="") | |
| bool | operator== (const Mode &other) const |
| virtual void | onUninstall () |
| virtual void | onStateChanged (bool state) |
| QString | name () const |
| bool | enabled () const |
| void | setEnabled (bool enabled) |
| CodeEditor * | editor () const |
| bool | onClose () const |
| virtual QList< QAction * > | actions () const |
Protected Member Functions | |
| virtual void | paintEvent (QPaintEvent *e) |
| this is equal than setCurrentLine(-1); setSelectedCallstackLine(-1); | |
| virtual void | mouseReleaseEvent (QMouseEvent *e) |
| virtual void | contextMenuEvent (QContextMenuEvent *e) |
Protected Member Functions inherited from ito::Panel | |
Additional Inherited Members | |
Public Types inherited from ito::Panel | |
| enum | Position { Top = 0 , Left = 1 , Right = 2 , Bottom = 3 , Floating = 4 } |
| typedef QSharedPointer< Panel > | Ptr |
Public Types inherited from ito::Mode | |
| typedef QSharedPointer< Mode > | Ptr |
|
protectedvirtual |
this is equal than setCurrentLine(-1); setSelectedCallstackLine(-1);
Reimplemented from ito::Panel.