Documentation/Source/eric6.UI.UserInterface.html

changeset 4666
bc52ef526e11
parent 4630
7b0e38956b5c
child 5108
f5cb9cb98e6a
diff -r 30d4972ab403 -r bc52ef526e11 Documentation/Source/eric6.UI.UserInterface.html
--- a/Documentation/Source/eric6.UI.UserInterface.html	Sat Jan 16 16:43:48 2016 +0100
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Sat Jan 16 16:53:31 2016 +0100
@@ -390,6 +390,9 @@
 <td><a href="#UserInterface.__onlineStateChanged">__onlineStateChanged</a></td>
 <td>Private slot handling changes in online state.</td>
 </tr><tr>
+<td><a href="#UserInterface.__openHexEditor">__openHexEditor</a></td>
+<td>Private slot to open the hex editor window.</td>
+</tr><tr>
 <td><a href="#UserInterface.__openMiniEditor">__openMiniEditor</a></td>
 <td>Private slot to show a mini editor window.</td>
 </tr><tr>
@@ -1326,6 +1329,16 @@
 <dd>
 flag indicating the online state
 </dd>
+</dl><a NAME="UserInterface.__openHexEditor" ID="UserInterface.__openHexEditor"></a>
+<h4>UserInterface.__openHexEditor</h4>
+<b>__openHexEditor</b>(<i>fn=""</i>)
+<p>
+        Private slot to open the hex editor window.
+</p><dl>
+<dt><i>fn</i></dt>
+<dd>
+filename of the file to show (string)
+</dd>
 </dl><a NAME="UserInterface.__openMiniEditor" ID="UserInterface.__openMiniEditor"></a>
 <h4>UserInterface.__openMiniEditor</h4>
 <b>__openMiniEditor</b>(<i></i>)

eric ide

mercurial