Documentation/Source/eric6.HexEdit.HexEditWidget.html

changeset 4673
6fa2418f010c
parent 4670
d401ba329d24
child 4686
5f8a5c568230
equal deleted inserted replaced
4672:67fa9b25183f 4673:6fa2418f010c
23 <p> 23 <p>
24 Module implementing an editor for binary data. 24 Module implementing an editor for binary data.
25 </p> 25 </p>
26 <h3>Global Attributes</h3> 26 <h3>Global Attributes</h3>
27 <table> 27 <table>
28 <tr><td>is_Py2</td></tr> 28 <tr><td>None</td></tr>
29 </table> 29 </table>
30 <h3>Classes</h3> 30 <h3>Classes</h3>
31 <table> 31 <table>
32 <tr> 32 <tr>
33 <td><a href="#HexEditWidget">HexEditWidget</a></td> 33 <td><a href="#HexEditWidget">HexEditWidget</a></td>
120 <td>Private method to reset the selection.</td> 120 <td>Private method to reset the selection.</td>
121 </tr><tr> 121 </tr><tr>
122 <td><a href="#HexEditWidget.__setData">__setData</a></td> 122 <td><a href="#HexEditWidget.__setData">__setData</a></td>
123 <td>Private method to set the data to show.</td> 123 <td>Private method to set the data to show.</td>
124 </tr><tr> 124 </tr><tr>
125 <td><a href="#HexEditWidget.__setHexCursorRect">__setHexCursorRect</a></td>
126 <td>Private method to set the cursor.</td>
127 </tr><tr>
125 <td><a href="#HexEditWidget.__setSelection">__setSelection</a></td> 128 <td><a href="#HexEditWidget.__setSelection">__setSelection</a></td>
126 <td>Private method to set the selection.</td> 129 <td>Private method to set the selection.</td>
127 </tr><tr> 130 </tr><tr>
128 <td><a href="#HexEditWidget.__toHex">__toHex</a></td> 131 <td><a href="#HexEditWidget.__toHex">__toHex</a></td>
129 <td>Private method to convert the data of a Python bytearray to hex.</td> 132 <td>Private method to convert the data of a Python bytearray to hex.</td>
499 </dl><dl> 502 </dl><dl>
500 <dt>Return Type:</dt> 503 <dt>Return Type:</dt>
501 <dd> 504 <dd>
502 bool 505 bool
503 </dd> 506 </dd>
504 </dl><a NAME="HexEditWidget.__setSelection" ID="HexEditWidget.__setSelection"></a> 507 </dl><a NAME="HexEditWidget.__setHexCursorRect" ID="HexEditWidget.__setHexCursorRect"></a>
508 <h4>HexEditWidget.__setHexCursorRect</h4>
509 <b>__setHexCursorRect</b>(<i></i>)
510 <p>
511 Private method to set the cursor.
512 </p><a NAME="HexEditWidget.__setSelection" ID="HexEditWidget.__setSelection"></a>
505 <h4>HexEditWidget.__setSelection</h4> 513 <h4>HexEditWidget.__setSelection</h4>
506 <b>__setSelection</b>(<i>pos</i>) 514 <b>__setSelection</b>(<i>pos</i>)
507 <p> 515 <p>
508 Private method to set the selection. 516 Private method to set the selection.
509 </p><dl> 517 </p><dl>

eric ide

mercurial