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> |