eric7.QScintilla.EditorMarkerMap
Module implementing a class for showing an editor marker map.
Global Attributes
Classes
EditorMarkerMap |
Class implementing a class for showing an editor marker map. |
Functions
EditorMarkerMap
Class implementing a class for showing an editor marker map.
Derived from
EricMapWidget
Class Attributes
Class Methods
Methods
Static Methods
EditorMarkerMap (Constructor)
EditorMarkerMap(parent=None)
Constructor
- parent (QWidget)
-
reference to the parent widget
EditorMarkerMap.__drawIndicator
__drawIndicator(line, painter, color)
Private method to draw an indicator.
- line (int)
-
line number
- painter (QPainter)
-
reference to the painter
- color (QColor)
-
color to be used
EditorMarkerMap._paintIt
_paintIt(painter)
Protected method for painting the widget's indicators.
- painter (QPainter)
-
reference to the painter object
EditorMarkerMap.initColors
initColors()
Public method to initialize the colors.