eric6.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
E5MapWidget
Class Attributes
Class Methods
Methods
Static Methods
EditorMarkerMap (Constructor)
EditorMarkerMap(parent=None)
Constructor
- parent
-
reference to the parent widget (QWidget)
EditorMarkerMap.__drawIndicator
__drawIndicator(line, painter, color)
Private method to draw an indicator.
- line
-
line number (integer)
- painter
-
reference to the painter (QPainter)
- color
-
color to be used (QColor)
EditorMarkerMap._paintIt
_paintIt(painter)
Protected method for painting the widget's indicators.
- painter
-
reference to the painter object (QPainter)
EditorMarkerMap.initColors
initColors()
Public method to initialize the colors.