eric6/Documentation/Source/eric6.HexEdit.HexEditUndoStack.html

changeset 8266
560547c2b6ec
parent 7989
a21d673a8f99
equal deleted inserted replaced
8265:0090cfa83159 8266:560547c2b6ec
34 34
35 <table> 35 <table>
36 36
37 <tr> 37 <tr>
38 <td><a href="#HexEditCommand">HexEditCommand</a></td> 38 <td><a href="#HexEditCommand">HexEditCommand</a></td>
39 <td>Class implementing the edit comands.</td> 39 <td>Class implementing the edit commands.</td>
40 </tr> 40 </tr>
41 <tr> 41 <tr>
42 <td><a href="#HexEditUndoCommand">HexEditUndoCommand</a></td> 42 <td><a href="#HexEditUndoCommand">HexEditUndoCommand</a></td>
43 <td>Class implementing the Undo command.</td> 43 <td>Class implementing the Undo command.</td>
44 </tr> 44 </tr>
56 <hr /> 56 <hr />
57 <a NAME="HexEditCommand" ID="HexEditCommand"></a> 57 <a NAME="HexEditCommand" ID="HexEditCommand"></a>
58 <h2>HexEditCommand</h2> 58 <h2>HexEditCommand</h2>
59 59
60 <p> 60 <p>
61 Class implementing the edit comands. 61 Class implementing the edit commands.
62 </p> 62 </p>
63 <h3>Derived from</h3> 63 <h3>Derived from</h3>
64 Enum 64 enum.Enum
65 <h3>Class Attributes</h3> 65 <h3>Class Attributes</h3>
66 66
67 <table> 67 <table>
68 <tr><td>Insert</td></tr><tr><td>Overwrite</td></tr><tr><td>RemoveAt</td></tr> 68 <tr><td>INSERT</td></tr><tr><td>OVERWRITE</td></tr><tr><td>REMOVEAT</td></tr>
69 </table> 69 </table>
70 <h3>Class Methods</h3> 70 <h3>Class Methods</h3>
71 71
72 <table> 72 <table>
73 <tr><td>None</td></tr> 73 <tr><td>None</td></tr>

eric ide

mercurial