--- a/eric6/Documentation/Source/eric6.QScintilla.EditorMarkerMap.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorMarkerMap.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,101 +18,133 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.QScintilla.EditorMarkerMap</h1> + <p> Module implementing a class for showing an editor marker map. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#EditorMarkerMap">EditorMarkerMap</a></td> <td>Class implementing a class for showing an editor marker map.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="EditorMarkerMap" ID="EditorMarkerMap"></a> <h2>EditorMarkerMap</h2> + <p> Class implementing a class for showing an editor marker map. </p> <h3>Derived from</h3> E5MapWidget <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#EditorMarkerMap.__init__">EditorMarkerMap</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#EditorMarkerMap.__drawIndicator">__drawIndicator</a></td> <td>Private method to draw an indicator.</td> -</tr><tr> +</tr> +<tr> <td><a href="#EditorMarkerMap._paintIt">_paintIt</a></td> <td>Protected method for painting the widget's indicators.</td> -</tr><tr> +</tr> +<tr> <td><a href="#EditorMarkerMap.initColors">initColors</a></td> <td>Public method to initialize the colors.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="EditorMarkerMap.__init__" ID="EditorMarkerMap.__init__"></a> <h4>EditorMarkerMap (Constructor)</h4> <b>EditorMarkerMap</b>(<i>parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="EditorMarkerMap.__drawIndicator" ID="EditorMarkerMap.__drawIndicator"></a> +</dl> +<a NAME="EditorMarkerMap.__drawIndicator" ID="EditorMarkerMap.__drawIndicator"></a> <h4>EditorMarkerMap.__drawIndicator</h4> <b>__drawIndicator</b>(<i>line, painter, color</i>) + <p> Private method to draw an indicator. -</p><dl> +</p> +<dl> + <dt><i>line</i></dt> <dd> line number (integer) -</dd><dt><i>painter</i></dt> +</dd> +<dt><i>painter</i></dt> <dd> reference to the painter (QPainter) -</dd><dt><i>color</i></dt> +</dd> +<dt><i>color</i></dt> <dd> color to be used (QColor) </dd> -</dl><a NAME="EditorMarkerMap._paintIt" ID="EditorMarkerMap._paintIt"></a> +</dl> +<a NAME="EditorMarkerMap._paintIt" ID="EditorMarkerMap._paintIt"></a> <h4>EditorMarkerMap._paintIt</h4> <b>_paintIt</b>(<i>painter</i>) + <p> Protected method for painting the widget's indicators. -</p><dl> +</p> +<dl> + <dt><i>painter</i></dt> <dd> reference to the painter object (QPainter) </dd> -</dl><a NAME="EditorMarkerMap.initColors" ID="EditorMarkerMap.initColors"></a> +</dl> +<a NAME="EditorMarkerMap.initColors" ID="EditorMarkerMap.initColors"></a> <h4>EditorMarkerMap.initColors</h4> <b>initColors</b>(<i></i>) + <p> Public method to initialize the colors. </p>