Documentation/Source/eric6.UI.Browser.html

changeset 5011
4085e2348621
parent 4666
bc52ef526e11
child 5606
da305d172769
--- a/Documentation/Source/eric6.UI.Browser.html	Sat Jul 02 14:54:14 2016 +0200
+++ b/Documentation/Source/eric6.UI.Browser.html	Sat Jul 02 19:14:09 2016 +0200
@@ -148,6 +148,9 @@
 <td><a href="#Browser._init">_init</a></td>
 <td>Protected method to perform initialization tasks common to this base class and all derived classes.</td>
 </tr><tr>
+<td><a href="#Browser._keyboardSearchType">_keyboardSearchType</a></td>
+<td>Protected method to check, if the item is of the correct type.</td>
+</tr><tr>
 <td><a href="#Browser._openHexEditor">_openHexEditor</a></td>
 <td>Protected slot to handle the open in hex editor popup menu entry.</td>
 </tr><tr>
@@ -184,6 +187,9 @@
 <td><a href="#Browser.handleUnittest">handleUnittest</a></td>
 <td>Public slot to handle the unittest popup menu entry.</td>
 </tr><tr>
+<td><a href="#Browser.keyboardSearch">keyboardSearch</a></td>
+<td>Public function to search the tree via the keyboard.</td>
+</tr><tr>
 <td><a href="#Browser.layoutDisplay">layoutDisplay</a></td>
 <td>Public slot to perform a layout operation.</td>
 </tr><tr>
@@ -292,7 +298,27 @@
 <p>
         Protected method to perform initialization tasks common to this
         base class and all derived classes.
-</p><a NAME="Browser._openHexEditor" ID="Browser._openHexEditor"></a>
+</p><a NAME="Browser._keyboardSearchType" ID="Browser._keyboardSearchType"></a>
+<h4>Browser._keyboardSearchType</h4>
+<b>_keyboardSearchType</b>(<i>item</i>)
+<p>
+        Protected method to check, if the item is of the correct type.
+</p><dl>
+<dt><i>item</i> (BrowserItem)</dt>
+<dd>
+reference to the item
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+flag indicating a correct type
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl><a NAME="Browser._openHexEditor" ID="Browser._openHexEditor"></a>
 <h4>Browser._openHexEditor</h4>
 <b>_openHexEditor</b>(<i></i>)
 <p>
@@ -402,7 +428,17 @@
 <b>handleUnittest</b>(<i></i>)
 <p>
         Public slot to handle the unittest popup menu entry.
-</p><a NAME="Browser.layoutDisplay" ID="Browser.layoutDisplay"></a>
+</p><a NAME="Browser.keyboardSearch" ID="Browser.keyboardSearch"></a>
+<h4>Browser.keyboardSearch</h4>
+<b>keyboardSearch</b>(<i>search</i>)
+<p>
+        Public function to search the tree via the keyboard.
+</p><dl>
+<dt><i>search</i> (str)</dt>
+<dd>
+the character entered via the keyboard
+</dd>
+</dl><a NAME="Browser.layoutDisplay" ID="Browser.layoutDisplay"></a>
 <h4>Browser.layoutDisplay</h4>
 <b>layoutDisplay</b>(<i></i>)
 <p>

eric ide

mercurial