Documentation/Source/eric5.Helpviewer.HelpWebSearchWidget.html

changeset 2209
da964a932840
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
2208:c63e2ab86189 2209:da964a932840
29 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
30 </table> 30 </table>
31 <h3>Classes</h3> 31 <h3>Classes</h3>
32 <table> 32 <table>
33 <tr> 33 <tr>
34 <td><a href="#HelpWebSearchEdit">HelpWebSearchEdit</a></td>
35 <td>Class implementing the web search line edit.</td>
36 </tr><tr>
37 <td><a href="#HelpWebSearchWidget">HelpWebSearchWidget</a></td> 34 <td><a href="#HelpWebSearchWidget">HelpWebSearchWidget</a></td>
38 <td>Class implementing a web search widget for the web browser.</td> 35 <td>Class implementing a web search widget for the web browser.</td>
39 </tr> 36 </tr>
40 </table> 37 </table>
41 <h3>Functions</h3> 38 <h3>Functions</h3>
42 <table> 39 <table>
43 <tr><td>None</td></tr> 40 <tr><td>None</td></tr>
44 </table> 41 </table>
45 <hr /><hr />
46 <a NAME="HelpWebSearchEdit" ID="HelpWebSearchEdit"></a>
47 <h2>HelpWebSearchEdit</h2>
48 <p>
49 Class implementing the web search line edit.
50 </p>
51 <h3>Derived from</h3>
52 E5LineEdit
53 <h3>Class Attributes</h3>
54 <table>
55 <tr><td>None</td></tr>
56 </table>
57 <h3>Class Methods</h3>
58 <table>
59 <tr><td>None</td></tr>
60 </table>
61 <h3>Methods</h3>
62 <table>
63 <tr>
64 <td><a href="#HelpWebSearchEdit.__init__">HelpWebSearchEdit</a></td>
65 <td>Constructor</td>
66 </tr><tr>
67 <td><a href="#HelpWebSearchEdit.mousePressEvent">mousePressEvent</a></td>
68 <td>Protected method called by a mouse press event.</td>
69 </tr>
70 </table>
71 <h3>Static Methods</h3>
72 <table>
73 <tr><td>None</td></tr>
74 </table>
75 <a NAME="HelpWebSearchEdit.__init__" ID="HelpWebSearchEdit.__init__"></a>
76 <h4>HelpWebSearchEdit (Constructor)</h4>
77 <b>HelpWebSearchEdit</b>(<i>mainWindow, parent=None</i>)
78 <p>
79 Constructor
80 </p><dl>
81 <dt><i>mainWindow</i></dt>
82 <dd>
83 reference to the main window (HelpWindow)
84 </dd><dt><i>parent</i></dt>
85 <dd>
86 reference to the parent widget (QWidget)
87 </dd>
88 </dl><a NAME="HelpWebSearchEdit.mousePressEvent" ID="HelpWebSearchEdit.mousePressEvent"></a>
89 <h4>HelpWebSearchEdit.mousePressEvent</h4>
90 <b>mousePressEvent</b>(<i>evt</i>)
91 <p>
92 Protected method called by a mouse press event.
93 </p><dl>
94 <dt><i>evt</i></dt>
95 <dd>
96 reference to the mouse event (QMouseEvent)
97 </dd>
98 </dl>
99 <div align="right"><a href="#top">Up</a></div>
100 <hr /><hr /> 42 <hr /><hr />
101 <a NAME="HelpWebSearchWidget" ID="HelpWebSearchWidget"></a> 43 <a NAME="HelpWebSearchWidget" ID="HelpWebSearchWidget"></a>
102 <h2>HelpWebSearchWidget</h2> 44 <h2>HelpWebSearchWidget</h2>
103 <p> 45 <p>
104 Class implementing a web search widget for the web browser. 46 Class implementing a web search widget for the web browser.
108 <dd> 50 <dd>
109 emitted when the search should be done 51 emitted when the search should be done
110 </dd> 52 </dd>
111 </dl> 53 </dl>
112 <h3>Derived from</h3> 54 <h3>Derived from</h3>
113 QWidget 55 E5ClearableLineEdit
114 <h3>Class Attributes</h3> 56 <h3>Class Attributes</h3>
115 <table> 57 <table>
116 <tr><td>None</td></tr> 58 <tr><td>None</td></tr>
117 </table> 59 </table>
118 <h3>Class Methods</h3> 60 <h3>Class Methods</h3>
161 <td><a href="#HelpWebSearchWidget.__setupCompleterMenu">__setupCompleterMenu</a></td> 103 <td><a href="#HelpWebSearchWidget.__setupCompleterMenu">__setupCompleterMenu</a></td>
162 <td>Private method to create the completer menu.</td> 104 <td>Private method to create the completer menu.</td>
163 </tr><tr> 105 </tr><tr>
164 <td><a href="#HelpWebSearchWidget.__showEnginesMenu">__showEnginesMenu</a></td> 106 <td><a href="#HelpWebSearchWidget.__showEnginesMenu">__showEnginesMenu</a></td>
165 <td>Private slot to handle the display of the engines menu.</td> 107 <td>Private slot to handle the display of the engines menu.</td>
166 </tr><tr>
167 <td><a href="#HelpWebSearchWidget.__textChanged">__textChanged</a></td>
168 <td>Private slot to handle changes of the search text.</td>
169 </tr><tr> 108 </tr><tr>
170 <td><a href="#HelpWebSearchWidget.__textEdited">__textEdited</a></td> 109 <td><a href="#HelpWebSearchWidget.__textEdited">__textEdited</a></td>
171 <td>Private slot to handle changes of the search text.</td> 110 <td>Private slot to handle changes of the search text.</td>
172 </tr><tr> 111 </tr><tr>
173 <td><a href="#HelpWebSearchWidget.clear">clear</a></td> 112 <td><a href="#HelpWebSearchWidget.clear">clear</a></td>
278 </p><a NAME="HelpWebSearchWidget.__showEnginesMenu" ID="HelpWebSearchWidget.__showEnginesMenu"></a> 217 </p><a NAME="HelpWebSearchWidget.__showEnginesMenu" ID="HelpWebSearchWidget.__showEnginesMenu"></a>
279 <h4>HelpWebSearchWidget.__showEnginesMenu</h4> 218 <h4>HelpWebSearchWidget.__showEnginesMenu</h4>
280 <b>__showEnginesMenu</b>(<i></i>) 219 <b>__showEnginesMenu</b>(<i></i>)
281 <p> 220 <p>
282 Private slot to handle the display of the engines menu. 221 Private slot to handle the display of the engines menu.
283 </p><a NAME="HelpWebSearchWidget.__textChanged" ID="HelpWebSearchWidget.__textChanged"></a> 222 </p><a NAME="HelpWebSearchWidget.__textEdited" ID="HelpWebSearchWidget.__textEdited"></a>
284 <h4>HelpWebSearchWidget.__textChanged</h4>
285 <b>__textChanged</b>(<i>txt</i>)
286 <p>
287 Private slot to handle changes of the search text.
288 </p><dl>
289 <dt><i>txt</i></dt>
290 <dd>
291 search text (string)
292 </dd>
293 </dl><a NAME="HelpWebSearchWidget.__textEdited" ID="HelpWebSearchWidget.__textEdited"></a>
294 <h4>HelpWebSearchWidget.__textEdited</h4> 223 <h4>HelpWebSearchWidget.__textEdited</h4>
295 <b>__textEdited</b>(<i>txt</i>) 224 <b>__textEdited</b>(<i>txt</i>)
296 <p> 225 <p>
297 Private slot to handle changes of the search text. 226 Private slot to handle changes of the search text.
298 </p><dl> 227 </p><dl>

eric ide

mercurial