163 <td>Private slot to set the preferences.</td> |
163 <td>Private slot to set the preferences.</td> |
164 </tr><tr> |
164 </tr><tr> |
165 <td><a href="#HexEditMainWindow.__showReadOnlyMode">__showReadOnlyMode</a></td> |
165 <td><a href="#HexEditMainWindow.__showReadOnlyMode">__showReadOnlyMode</a></td> |
166 <td>Private slot to show the read only mode.</td> |
166 <td>Private slot to show the read only mode.</td> |
167 </tr><tr> |
167 </tr><tr> |
|
168 <td><a href="#HexEditMainWindow.__showSelectionInfo">__showSelectionInfo</a></td> |
|
169 <td>Private slot to show selection information.</td> |
|
170 </tr><tr> |
168 <td><a href="#HexEditMainWindow.__showSize">__showSize</a></td> |
171 <td><a href="#HexEditMainWindow.__showSize">__showSize</a></td> |
169 <td>Private slot to show the binary data size.</td> |
172 <td>Private slot to show the binary data size.</td> |
170 </tr><tr> |
173 </tr><tr> |
171 <td><a href="#HexEditMainWindow.__strippedName">__strippedName</a></td> |
174 <td><a href="#HexEditMainWindow.__strippedName">__strippedName</a></td> |
172 <td>Private method to return the filename part of the given path.</td> |
175 <td>Private method to return the filename part of the given path.</td> |
456 </p><dl> |
459 </p><dl> |
457 <dt><i>on</i> (bool)</dt> |
460 <dt><i>on</i> (bool)</dt> |
458 <dd> |
461 <dd> |
459 flag indicating the read only state |
462 flag indicating the read only state |
460 </dd> |
463 </dd> |
|
464 </dl><a NAME="HexEditMainWindow.__showSelectionInfo" ID="HexEditMainWindow.__showSelectionInfo"></a> |
|
465 <h4>HexEditMainWindow.__showSelectionInfo</h4> |
|
466 <b>__showSelectionInfo</b>(<i>avail</i>) |
|
467 <p> |
|
468 Private slot to show selection information. |
|
469 </p><dl> |
|
470 <dt><i>avail</i> (bool)</dt> |
|
471 <dd> |
|
472 flag indicating the availability of a selection. |
|
473 </dd> |
461 </dl><a NAME="HexEditMainWindow.__showSize" ID="HexEditMainWindow.__showSize"></a> |
474 </dl><a NAME="HexEditMainWindow.__showSize" ID="HexEditMainWindow.__showSize"></a> |
462 <h4>HexEditMainWindow.__showSize</h4> |
475 <h4>HexEditMainWindow.__showSize</h4> |
463 <b>__showSize</b>(<i>size</i>) |
476 <b>__showSize</b>(<i>size</i>) |
464 <p> |
477 <p> |
465 Private slot to show the binary data size. |
478 Private slot to show the binary data size. |