105 <td>Private slot to handle data changes.</td> |
105 <td>Private slot to handle data changes.</td> |
106 </tr><tr> |
106 </tr><tr> |
107 <td><a href="#HexEditWidget.__fromHex">__fromHex</a></td> |
107 <td><a href="#HexEditWidget.__fromHex">__fromHex</a></td> |
108 <td>Private method to convert data of a Python bytearray from hex.</td> |
108 <td>Private method to convert data of a Python bytearray from hex.</td> |
109 </tr><tr> |
109 </tr><tr> |
110 <td><a href="#HexEditWidget.__getSelectionLength">__getSelectionLength</a></td> |
|
111 <td>Private method to get the length of the selection.</td> |
|
112 </tr><tr> |
|
113 <td><a href="#HexEditWidget.__initialize">__initialize</a></td> |
110 <td><a href="#HexEditWidget.__initialize">__initialize</a></td> |
114 <td>Private method to do some initialization.</td> |
111 <td>Private method to do some initialization.</td> |
115 </tr><tr> |
112 </tr><tr> |
116 <td><a href="#HexEditWidget.__readBuffers">__readBuffers</a></td> |
113 <td><a href="#HexEditWidget.__readBuffers">__readBuffers</a></td> |
117 <td>Private method to read the buffers.</td> |
114 <td>Private method to read the buffers.</td> |
191 <td><a href="#HexEditWidget.getSelectionBegin">getSelectionBegin</a></td> |
188 <td><a href="#HexEditWidget.getSelectionBegin">getSelectionBegin</a></td> |
192 <td>Public method to get the start of the selection.</td> |
189 <td>Public method to get the start of the selection.</td> |
193 </tr><tr> |
190 </tr><tr> |
194 <td><a href="#HexEditWidget.getSelectionEnd">getSelectionEnd</a></td> |
191 <td><a href="#HexEditWidget.getSelectionEnd">getSelectionEnd</a></td> |
195 <td>Public method to get the end of the selection.</td> |
192 <td>Public method to get the end of the selection.</td> |
|
193 </tr><tr> |
|
194 <td><a href="#HexEditWidget.getSelectionLength">getSelectionLength</a></td> |
|
195 <td>Public method to get the length of the selection.</td> |
196 </tr><tr> |
196 </tr><tr> |
197 <td><a href="#HexEditWidget.hasSelection">hasSelection</a></td> |
197 <td><a href="#HexEditWidget.hasSelection">hasSelection</a></td> |
198 <td>Public method to test for a selection.</td> |
198 <td>Public method to test for a selection.</td> |
199 </tr><tr> |
199 </tr><tr> |
200 <td><a href="#HexEditWidget.highlightColors">highlightColors</a></td> |
200 <td><a href="#HexEditWidget.highlightColors">highlightColors</a></td> |
444 </dl><dl> |
444 </dl><dl> |
445 <dt>Return Type:</dt> |
445 <dt>Return Type:</dt> |
446 <dd> |
446 <dd> |
447 bytearray |
447 bytearray |
448 </dd> |
448 </dd> |
449 </dl><a NAME="HexEditWidget.__getSelectionLength" ID="HexEditWidget.__getSelectionLength"></a> |
|
450 <h4>HexEditWidget.__getSelectionLength</h4> |
|
451 <b>__getSelectionLength</b>(<i></i>) |
|
452 <p> |
|
453 Private method to get the length of the selection. |
|
454 </p><dl> |
|
455 <dt>Returns:</dt> |
|
456 <dd> |
|
457 selection length |
|
458 </dd> |
|
459 </dl><dl> |
|
460 <dt>Return Type:</dt> |
|
461 <dd> |
|
462 int |
|
463 </dd> |
|
464 </dl><a NAME="HexEditWidget.__initialize" ID="HexEditWidget.__initialize"></a> |
449 </dl><a NAME="HexEditWidget.__initialize" ID="HexEditWidget.__initialize"></a> |
465 <h4>HexEditWidget.__initialize</h4> |
450 <h4>HexEditWidget.__initialize</h4> |
466 <b>__initialize</b>(<i></i>) |
451 <b>__initialize</b>(<i></i>) |
467 <p> |
452 <p> |
468 Private method to do some initialization. |
453 Private method to do some initialization. |
795 </dl><dl> |
780 </dl><dl> |
796 <dt>Return Type:</dt> |
781 <dt>Return Type:</dt> |
797 <dd> |
782 <dd> |
798 int |
783 int |
799 </dd> |
784 </dd> |
|
785 </dl><a NAME="HexEditWidget.getSelectionLength" ID="HexEditWidget.getSelectionLength"></a> |
|
786 <h4>HexEditWidget.getSelectionLength</h4> |
|
787 <b>getSelectionLength</b>(<i></i>) |
|
788 <p> |
|
789 Public method to get the length of the selection. |
|
790 </p><dl> |
|
791 <dt>Returns:</dt> |
|
792 <dd> |
|
793 selection length |
|
794 </dd> |
|
795 </dl><dl> |
|
796 <dt>Return Type:</dt> |
|
797 <dd> |
|
798 int |
|
799 </dd> |
800 </dl><a NAME="HexEditWidget.hasSelection" ID="HexEditWidget.hasSelection"></a> |
800 </dl><a NAME="HexEditWidget.hasSelection" ID="HexEditWidget.hasSelection"></a> |
801 <h4>HexEditWidget.hasSelection</h4> |
801 <h4>HexEditWidget.hasSelection</h4> |
802 <b>hasSelection</b>(<i></i>) |
802 <b>hasSelection</b>(<i></i>) |
803 <p> |
803 <p> |
804 Public method to test for a selection. |
804 Public method to test for a selection. |