diff -r 2001accf55b3 -r 548d45c3f571 eric7/Documentation/Source/eric7.HexEdit.HexEditWidget.html --- a/eric7/Documentation/Source/eric7.HexEdit.HexEditWidget.html Wed Dec 29 16:53:04 2021 +0100 +++ b/eric7/Documentation/Source/eric7.HexEdit.HexEditWidget.html Wed Dec 29 16:54:36 2021 +0100 @@ -164,10 +164,6 @@ <td>Public method to get the address area visibility.</td> </tr> <tr> -<td><a href="#HexEditWidget.addressAreaColors">addressAreaColors</a></td> -<td>Public method to get the address area colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.addressOffset">addressOffset</a></td> <td>Public method to get the address offset.</td> </tr> @@ -248,10 +244,6 @@ <td>Public method to test for a selection.</td> </tr> <tr> -<td><a href="#HexEditWidget.highlightColors">highlightColors</a></td> -<td>Public method to get the highlight colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.highlighting">highlighting</a></td> <td>Public method to get the highlighting state.</td> </tr> @@ -412,10 +404,6 @@ <td>Public method to extend the selection to the start of line.</td> </tr> <tr> -<td><a href="#HexEditWidget.selectionColors">selectionColors</a></td> -<td>Public method to get the selection colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.selectionToHexString">selectionToHexString</a></td> <td>Public method to get a hexadecimal representation of the selection.</td> </tr> @@ -428,10 +416,6 @@ <td>Public method to set the address area visibility.</td> </tr> <tr> -<td><a href="#HexEditWidget.setAddressAreaColors">setAddressAreaColors</a></td> -<td>Public method to set the address area colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.setAddressOffset">setAddressOffset</a></td> <td>Public method to set the address offset.</td> </tr> @@ -460,10 +444,6 @@ <td>Public method to set the font used to show the data.</td> </tr> <tr> -<td><a href="#HexEditWidget.setHighlightColors">setHighlightColors</a></td> -<td>Public method to set the highlight colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.setHighlighting">setHighlighting</a></td> <td>Public method to set the highlighting state.</td> </tr> @@ -480,10 +460,6 @@ <td>Public method to set the read only state.</td> </tr> <tr> -<td><a href="#HexEditWidget.setSelectionColors">setSelectionColors</a></td> -<td>Public method to set the selection colors.</td> -</tr> -<tr> <td><a href="#HexEditWidget.toReadableString">toReadableString</a></td> <td>Public method to get a formatted representation of our data.</td> </tr> @@ -742,25 +718,6 @@ bool </dd> </dl> -<a NAME="HexEditWidget.addressAreaColors" ID="HexEditWidget.addressAreaColors"></a> -<h4>HexEditWidget.addressAreaColors</h4> -<b>addressAreaColors</b>(<i></i>) - -<p> - Public method to get the address area colors. -</p> -<dl> -<dt>Return:</dt> -<dd> -address area foreground and background colors -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of 2 QColor -</dd> -</dl> <a NAME="HexEditWidget.addressOffset" ID="HexEditWidget.addressOffset"></a> <h4>HexEditWidget.addressOffset</h4> <b>addressOffset</b>(<i></i>) @@ -1098,25 +1055,6 @@ bool </dd> </dl> -<a NAME="HexEditWidget.highlightColors" ID="HexEditWidget.highlightColors"></a> -<h4>HexEditWidget.highlightColors</h4> -<b>highlightColors</b>(<i></i>) - -<p> - Public method to get the highlight colors. -</p> -<dl> -<dt>Return:</dt> -<dd> -highlight foreground and background colors -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of 2 QColor -</dd> -</dl> <a NAME="HexEditWidget.highlighting" ID="HexEditWidget.highlighting"></a> <h4>HexEditWidget.highlighting</h4> <b>highlighting</b>(<i></i>) @@ -1585,25 +1523,6 @@ <p> Public method to extend the selection to the start of line. </p> -<a NAME="HexEditWidget.selectionColors" ID="HexEditWidget.selectionColors"></a> -<h4>HexEditWidget.selectionColors</h4> -<b>selectionColors</b>(<i></i>) - -<p> - Public method to get the selection colors. -</p> -<dl> -<dt>Return:</dt> -<dd> -selection foreground and background colors -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of 2 QColor -</dd> -</dl> <a NAME="HexEditWidget.selectionToHexString" ID="HexEditWidget.selectionToHexString"></a> <h4>HexEditWidget.selectionToHexString</h4> <b>selectionToHexString</b>(<i></i>) @@ -1656,24 +1575,6 @@ flag indicating the address area visibility </dd> </dl> -<a NAME="HexEditWidget.setAddressAreaColors" ID="HexEditWidget.setAddressAreaColors"></a> -<h4>HexEditWidget.setAddressAreaColors</h4> -<b>setAddressAreaColors</b>(<i>foreground, background</i>) - -<p> - Public method to set the address area colors. -</p> -<dl> - -<dt><i>foreground</i> (QColor)</dt> -<dd> -address area foreground color -</dd> -<dt><i>background</i> (QColor)</dt> -<dd> -address area background color -</dd> -</dl> <a NAME="HexEditWidget.setAddressOffset" ID="HexEditWidget.setAddressOffset"></a> <h4>HexEditWidget.setAddressOffset</h4> <b>setAddressOffset</b>(<i>offset</i>) @@ -1795,24 +1696,6 @@ font used to show the data </dd> </dl> -<a NAME="HexEditWidget.setHighlightColors" ID="HexEditWidget.setHighlightColors"></a> -<h4>HexEditWidget.setHighlightColors</h4> -<b>setHighlightColors</b>(<i>foreground, background</i>) - -<p> - Public method to set the highlight colors. -</p> -<dl> - -<dt><i>foreground</i> (QColor)</dt> -<dd> -highlight foreground color -</dd> -<dt><i>background</i> (QColor)</dt> -<dd> -highlight background color -</dd> -</dl> <a NAME="HexEditWidget.setHighlighting" ID="HexEditWidget.setHighlighting"></a> <h4>HexEditWidget.setHighlighting</h4> <b>setHighlighting</b>(<i>on</i>) @@ -1873,24 +1756,6 @@ new read only state </dd> </dl> -<a NAME="HexEditWidget.setSelectionColors" ID="HexEditWidget.setSelectionColors"></a> -<h4>HexEditWidget.setSelectionColors</h4> -<b>setSelectionColors</b>(<i>foreground, background</i>) - -<p> - Public method to set the selection colors. -</p> -<dl> - -<dt><i>foreground</i> (QColor)</dt> -<dd> -selection foreground color -</dd> -<dt><i>background</i> (QColor)</dt> -<dd> -selection background color -</dd> -</dl> <a NAME="HexEditWidget.toReadableString" ID="HexEditWidget.toReadableString"></a> <h4>HexEditWidget.toReadableString</h4> <b>toReadableString</b>(<i></i>)