|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.HexEdit</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.HexEdit</h1> |
|
9 |
|
10 <p> |
|
11 Package implementing a hex editor. |
|
12 </p> |
|
13 |
|
14 |
|
15 <h3>Modules</h3> |
|
16 <table> |
|
17 |
|
18 <tr> |
|
19 <td><a href="eric7.HexEdit.HexEditChunks.html">HexEditChunks</a></td> |
|
20 <td>Module implementing the storage backend for the hex editor.</td> |
|
21 </tr> |
|
22 <tr> |
|
23 <td><a href="eric7.HexEdit.HexEditGotoWidget.html">HexEditGotoWidget</a></td> |
|
24 <td>Module implementing a movement (goto) widget for the hex editor.</td> |
|
25 </tr> |
|
26 <tr> |
|
27 <td><a href="eric7.HexEdit.HexEditMainWindow.html">HexEditMainWindow</a></td> |
|
28 <td>Module implementing the hex editor main window.</td> |
|
29 </tr> |
|
30 <tr> |
|
31 <td><a href="eric7.HexEdit.HexEditSearchReplaceWidget.html">HexEditSearchReplaceWidget</a></td> |
|
32 <td>Module implementing a search and replace widget for the hex editor.</td> |
|
33 </tr> |
|
34 <tr> |
|
35 <td><a href="eric7.HexEdit.HexEditUndoStack.html">HexEditUndoStack</a></td> |
|
36 <td>Module implementing the Undo stack for the hex edit widget.</td> |
|
37 </tr> |
|
38 <tr> |
|
39 <td><a href="eric7.HexEdit.HexEditWidget.html">HexEditWidget</a></td> |
|
40 <td>Module implementing an editor for binary data.</td> |
|
41 </tr> |
|
42 </table> |
|
43 </body></html> |