Documentation/Source/eric6.HexEdit.HexEditWidget.html

changeset 4688
fe866d2674fc
parent 4686
5f8a5c568230
child 5606
da305d172769
equal deleted inserted replaced
4687:f1d921533cc5 4688:fe866d2674fc
180 <td>Public method to delete the previous byte.</td> 180 <td>Public method to delete the previous byte.</td>
181 </tr><tr> 181 </tr><tr>
182 <td><a href="#HexEditWidget.deselectAll">deselectAll</a></td> 182 <td><a href="#HexEditWidget.deselectAll">deselectAll</a></td>
183 <td>Public method to deselect all data.</td> 183 <td>Public method to deselect all data.</td>
184 </tr><tr> 184 </tr><tr>
185 <td><a href="#HexEditWidget.editorCommand">editorCommand</a></td>
186 <td>Public method to execute an editor command sent by the eric view manager.</td>
187 </tr><tr>
188 <td><a href="#HexEditWidget.ensureVisible">ensureVisible</a></td> 185 <td><a href="#HexEditWidget.ensureVisible">ensureVisible</a></td>
189 <td>Public method to ensure, that the cursor is visible.</td> 186 <td>Public method to ensure, that the cursor is visible.</td>
190 </tr><tr> 187 </tr><tr>
191 <td><a href="#HexEditWidget.font">font</a></td> 188 <td><a href="#HexEditWidget.font">font</a></td>
192 <td>Public method to get the font used to show the data.</td> 189 <td>Public method to get the font used to show the data.</td>
400 <table> 397 <table>
401 <tr><td>None</td></tr> 398 <tr><td>None</td></tr>
402 </table> 399 </table>
403 <a NAME="HexEditWidget.__init__" ID="HexEditWidget.__init__"></a> 400 <a NAME="HexEditWidget.__init__" ID="HexEditWidget.__init__"></a>
404 <h4>HexEditWidget (Constructor)</h4> 401 <h4>HexEditWidget (Constructor)</h4>
405 <b>HexEditWidget</b>(<i>parent=None, embedded=False</i>) 402 <b>HexEditWidget</b>(<i>parent=None</i>)
406 <p> 403 <p>
407 Constructor 404 Constructor
408 </p><dl> 405 </p><dl>
409 <dt><i>parent</i> (QWidget)</dt> 406 <dt><i>parent</i> (QWidget)</dt>
410 <dd> 407 <dd>
411 refernce to the parent widget 408 refernce to the parent widget
412 </dd><dt><i>embedded</i> (bool)</dt>
413 <dd>
414 flag indicating an eric embedded hex editor
415 </dd> 409 </dd>
416 </dl><a NAME="HexEditWidget.__adjust" ID="HexEditWidget.__adjust"></a> 410 </dl><a NAME="HexEditWidget.__adjust" ID="HexEditWidget.__adjust"></a>
417 <h4>HexEditWidget.__adjust</h4> 411 <h4>HexEditWidget.__adjust</h4>
418 <b>__adjust</b>(<i></i>) 412 <b>__adjust</b>(<i></i>)
419 <p> 413 <p>
753 </p><a NAME="HexEditWidget.deselectAll" ID="HexEditWidget.deselectAll"></a> 747 </p><a NAME="HexEditWidget.deselectAll" ID="HexEditWidget.deselectAll"></a>
754 <h4>HexEditWidget.deselectAll</h4> 748 <h4>HexEditWidget.deselectAll</h4>
755 <b>deselectAll</b>(<i></i>) 749 <b>deselectAll</b>(<i></i>)
756 <p> 750 <p>
757 Public method to deselect all data. 751 Public method to deselect all data.
758 </p><a NAME="HexEditWidget.editorCommand" ID="HexEditWidget.editorCommand"></a> 752 </p><a NAME="HexEditWidget.ensureVisible" ID="HexEditWidget.ensureVisible"></a>
759 <h4>HexEditWidget.editorCommand</h4>
760 <b>editorCommand</b>(<i>cmd</i>)
761 <p>
762 Public method to execute an editor command sent by the eric
763 view manager.
764 </p><dl>
765 <dt><i>cmd</i> (int)</dt>
766 <dd>
767 QScintilla command
768 </dd>
769 </dl><a NAME="HexEditWidget.ensureVisible" ID="HexEditWidget.ensureVisible"></a>
770 <h4>HexEditWidget.ensureVisible</h4> 753 <h4>HexEditWidget.ensureVisible</h4>
771 <b>ensureVisible</b>(<i></i>) 754 <b>ensureVisible</b>(<i></i>)
772 <p> 755 <p>
773 Public method to ensure, that the cursor is visible. 756 Public method to ensure, that the cursor is visible.
774 </p><a NAME="HexEditWidget.font" ID="HexEditWidget.font"></a> 757 </p><a NAME="HexEditWidget.font" ID="HexEditWidget.font"></a>

eric ide

mercurial