src/eric7/Documentation/Source/eric7.UI.LogView.html

branch
eric7
changeset 10433
328f3ec4b77a
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10432:2fe91fe443dd 10433:328f3ec4b77a
92 <p> 92 <p>
93 Constructor 93 Constructor
94 </p> 94 </p>
95 <dl> 95 <dl>
96 96
97 <dt><i>ui</i></dt> 97 <dt><i>ui</i> (UserInterface)</dt>
98 <dd> 98 <dd>
99 reference to the main window (UserInterface) 99 reference to the main window
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 reference to the parent widget (QWidget) 103 reference to the parent widget
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="LogViewer.appendToStderr" ID="LogViewer.appendToStderr"></a> 106 <a NAME="LogViewer.appendToStderr" ID="LogViewer.appendToStderr"></a>
107 <h4>LogViewer.appendToStderr</h4> 107 <h4>LogViewer.appendToStderr</h4>
108 <b>appendToStderr</b>(<i>txt</i>) 108 <b>appendToStderr</b>(<i>txt</i>)
110 <p> 110 <p>
111 Public slot to appand text to the "stderr" tab. 111 Public slot to appand text to the "stderr" tab.
112 </p> 112 </p>
113 <dl> 113 <dl>
114 114
115 <dt><i>txt</i></dt> 115 <dt><i>txt</i> (str)</dt>
116 <dd> 116 <dd>
117 text to be appended (string) 117 text to be appended
118 </dd> 118 </dd>
119 </dl> 119 </dl>
120 <a NAME="LogViewer.appendToStdout" ID="LogViewer.appendToStdout"></a> 120 <a NAME="LogViewer.appendToStdout" ID="LogViewer.appendToStdout"></a>
121 <h4>LogViewer.appendToStdout</h4> 121 <h4>LogViewer.appendToStdout</h4>
122 <b>appendToStdout</b>(<i>txt</i>) 122 <b>appendToStdout</b>(<i>txt</i>)
124 <p> 124 <p>
125 Public slot to appand text to the "stdout" tab. 125 Public slot to appand text to the "stdout" tab.
126 </p> 126 </p>
127 <dl> 127 <dl>
128 128
129 <dt><i>txt</i></dt> 129 <dt><i>txt</i> (str)</dt>
130 <dd> 130 <dd>
131 text to be appended (string) 131 text to be appended
132 </dd> 132 </dd>
133 </dl> 133 </dl>
134 <a NAME="LogViewer.preferencesChanged" ID="LogViewer.preferencesChanged"></a> 134 <a NAME="LogViewer.preferencesChanged" ID="LogViewer.preferencesChanged"></a>
135 <h4>LogViewer.preferencesChanged</h4> 135 <h4>LogViewer.preferencesChanged</h4>
136 <b>preferencesChanged</b>(<i></i>) 136 <b>preferencesChanged</b>(<i></i>)
145 <p> 145 <p>
146 Public method to display the search widget. 146 Public method to display the search widget.
147 </p> 147 </p>
148 <dl> 148 <dl>
149 149
150 <dt><i>txt</i></dt> 150 <dt><i>txt</i> (str)</dt>
151 <dd> 151 <dd>
152 text to be shown in the combo (string) 152 text to be shown in the combo
153 </dd> 153 </dd>
154 </dl> 154 </dl>
155 <div align="right"><a href="#top">Up</a></div> 155 <div align="right"><a href="#top">Up</a></div>
156 <hr /> 156 <hr />
157 <hr /> 157 <hr />
210 <td><a href="#LogViewerEdit.__handleShowContextMenu">__handleShowContextMenu</a></td> 210 <td><a href="#LogViewerEdit.__handleShowContextMenu">__handleShowContextMenu</a></td>
211 <td>Private slot to show the context menu.</td> 211 <td>Private slot to show the context menu.</td>
212 </tr> 212 </tr>
213 <tr> 213 <tr>
214 <td><a href="#LogViewerEdit.appendToStderr">appendToStderr</a></td> 214 <td><a href="#LogViewerEdit.appendToStderr">appendToStderr</a></td>
215 <td>Public slot to appand text to the "stderr" tab.</td> 215 <td>Public slot to append text to the "stderr" tab.</td>
216 </tr> 216 </tr>
217 <tr> 217 <tr>
218 <td><a href="#LogViewerEdit.appendToStdout">appendToStdout</a></td> 218 <td><a href="#LogViewerEdit.appendToStdout">appendToStdout</a></td>
219 <td>Public slot to appand text to the "stdout" tab.</td> 219 <td>Public slot to append text to the "stdout" tab.</td>
220 </tr> 220 </tr>
221 <tr> 221 <tr>
222 <td><a href="#LogViewerEdit.keyPressEvent">keyPressEvent</a></td> 222 <td><a href="#LogViewerEdit.keyPressEvent">keyPressEvent</a></td>
223 <td>Protected method handling key press events.</td> 223 <td>Protected method handling key press events.</td>
224 </tr> 224 </tr>
248 <p> 248 <p>
249 Constructor 249 Constructor
250 </p> 250 </p>
251 <dl> 251 <dl>
252 252
253 <dt><i>parent</i></dt> 253 <dt><i>parent</i> (QWidget)</dt>
254 <dd> 254 <dd>
255 reference to the parent widget (QWidget) 255 reference to the parent widget
256 </dd> 256 </dd>
257 </dl> 257 </dl>
258 <a NAME="LogViewerEdit.__appendText" ID="LogViewerEdit.__appendText"></a> 258 <a NAME="LogViewerEdit.__appendText" ID="LogViewerEdit.__appendText"></a>
259 <h4>LogViewerEdit.__appendText</h4> 259 <h4>LogViewerEdit.__appendText</h4>
260 <b>__appendText</b>(<i>txt, isErrorMessage=False</i>) 260 <b>__appendText</b>(<i>txt, isErrorMessage=False</i>)
262 <p> 262 <p>
263 Private method to append text to the end. 263 Private method to append text to the end.
264 </p> 264 </p>
265 <dl> 265 <dl>
266 266
267 <dt><i>txt</i></dt> 267 <dt><i>txt</i> (str)</dt>
268 <dd> 268 <dd>
269 text to insert (string) 269 text to insert
270 </dd> 270 </dd>
271 <dt><i>isErrorMessage</i></dt> 271 <dt><i>isErrorMessage</i> (bool)</dt>
272 <dd> 272 <dd>
273 flag indicating to insert error text (boolean) 273 flag indicating to insert error text
274 </dd> 274 </dd>
275 </dl> 275 </dl>
276 <a NAME="LogViewerEdit.__configure" ID="LogViewerEdit.__configure"></a> 276 <a NAME="LogViewerEdit.__configure" ID="LogViewerEdit.__configure"></a>
277 <h4>LogViewerEdit.__configure</h4> 277 <h4>LogViewerEdit.__configure</h4>
278 <b>__configure</b>(<i></i>) 278 <b>__configure</b>(<i></i>)
287 <p> 287 <p>
288 Private method to filter messages. 288 Private method to filter messages.
289 </p> 289 </p>
290 <dl> 290 <dl>
291 291
292 <dt><i>message</i></dt> 292 <dt><i>message</i> (str)</dt>
293 <dd> 293 <dd>
294 message to be checked (string) 294 message to be checked
295 </dd> 295 </dd>
296 <dt><i>isErrorMessage</i></dt> 296 <dt><i>isErrorMessage</i> (bool)</dt>
297 <dd> 297 <dd>
298 flag indicating to check an error message 298 flag indicating to check an error message
299 (boolean)
300 </dd> 299 </dd>
301 </dl> 300 </dl>
302 <dl> 301 <dl>
303 <dt>Return:</dt> 302 <dt>Return:</dt>
304 <dd> 303 <dd>
305 flag indicating that the message should be filtered out 304 flag indicating that the message should be filtered out
306 (boolean) 305 </dd>
306 </dl>
307 <dl>
308 <dt>Return Type:</dt>
309 <dd>
310 bool
307 </dd> 311 </dd>
308 </dl> 312 </dl>
309 <a NAME="LogViewerEdit.__find" ID="LogViewerEdit.__find"></a> 313 <a NAME="LogViewerEdit.__find" ID="LogViewerEdit.__find"></a>
310 <h4>LogViewerEdit.__find</h4> 314 <h4>LogViewerEdit.__find</h4>
311 <b>__find</b>(<i></i>) 315 <b>__find</b>(<i></i>)
320 <p> 324 <p>
321 Private slot to show the context menu. 325 Private slot to show the context menu.
322 </p> 326 </p>
323 <dl> 327 <dl>
324 328
325 <dt><i>coord</i></dt> 329 <dt><i>coord</i> (QPoint)</dt>
326 <dd> 330 <dd>
327 the position of the mouse pointer (QPoint) 331 the position of the mouse pointer
328 </dd> 332 </dd>
329 </dl> 333 </dl>
330 <a NAME="LogViewerEdit.appendToStderr" ID="LogViewerEdit.appendToStderr"></a> 334 <a NAME="LogViewerEdit.appendToStderr" ID="LogViewerEdit.appendToStderr"></a>
331 <h4>LogViewerEdit.appendToStderr</h4> 335 <h4>LogViewerEdit.appendToStderr</h4>
332 <b>appendToStderr</b>(<i>txt</i>) 336 <b>appendToStderr</b>(<i>txt</i>)
333 337
334 <p> 338 <p>
335 Public slot to appand text to the "stderr" tab. 339 Public slot to append text to the "stderr" tab.
336 </p> 340 </p>
337 <dl> 341 <dl>
338 342
339 <dt><i>txt</i></dt> 343 <dt><i>txt</i> (str)</dt>
340 <dd> 344 <dd>
341 text to be appended (string) 345 text to be appended
342 </dd> 346 </dd>
343 </dl> 347 </dl>
344 <dl> 348 <dl>
345 <dt>Return:</dt> 349 <dt>Return:</dt>
346 <dd> 350 <dd>
347 flag indicating text was appended (boolean) 351 flag indicating text was appended
352 </dd>
353 </dl>
354 <dl>
355 <dt>Return Type:</dt>
356 <dd>
357 bool
348 </dd> 358 </dd>
349 </dl> 359 </dl>
350 <a NAME="LogViewerEdit.appendToStdout" ID="LogViewerEdit.appendToStdout"></a> 360 <a NAME="LogViewerEdit.appendToStdout" ID="LogViewerEdit.appendToStdout"></a>
351 <h4>LogViewerEdit.appendToStdout</h4> 361 <h4>LogViewerEdit.appendToStdout</h4>
352 <b>appendToStdout</b>(<i>txt</i>) 362 <b>appendToStdout</b>(<i>txt</i>)
353 363
354 <p> 364 <p>
355 Public slot to appand text to the "stdout" tab. 365 Public slot to append text to the "stdout" tab.
356 </p> 366 </p>
357 <dl> 367 <dl>
358 368
359 <dt><i>txt</i></dt> 369 <dt><i>txt</i> (str)</dt>
360 <dd> 370 <dd>
361 text to be appended (string) 371 text to be appended
362 </dd> 372 </dd>
363 </dl> 373 </dl>
364 <dl> 374 <dl>
365 <dt>Return:</dt> 375 <dt>Return:</dt>
366 <dd> 376 <dd>
367 flag indicating text was appended (boolean) 377 flag indicating text was appended
378 </dd>
379 </dl>
380 <dl>
381 <dt>Return Type:</dt>
382 <dd>
383 bool
368 </dd> 384 </dd>
369 </dl> 385 </dl>
370 <a NAME="LogViewerEdit.keyPressEvent" ID="LogViewerEdit.keyPressEvent"></a> 386 <a NAME="LogViewerEdit.keyPressEvent" ID="LogViewerEdit.keyPressEvent"></a>
371 <h4>LogViewerEdit.keyPressEvent</h4> 387 <h4>LogViewerEdit.keyPressEvent</h4>
372 <b>keyPressEvent</b>(<i>evt</i>) 388 <b>keyPressEvent</b>(<i>evt</i>)
374 <p> 390 <p>
375 Protected method handling key press events. 391 Protected method handling key press events.
376 </p> 392 </p>
377 <dl> 393 <dl>
378 394
379 <dt><i>evt</i></dt> 395 <dt><i>evt</i> (QKeyEvent)</dt>
380 <dd> 396 <dd>
381 key press event (QKeyEvent) 397 key press event
382 </dd> 398 </dd>
383 </dl> 399 </dl>
384 <a NAME="LogViewerEdit.preferencesChanged" ID="LogViewerEdit.preferencesChanged"></a> 400 <a NAME="LogViewerEdit.preferencesChanged" ID="LogViewerEdit.preferencesChanged"></a>
385 <h4>LogViewerEdit.preferencesChanged</h4> 401 <h4>LogViewerEdit.preferencesChanged</h4>
386 <b>preferencesChanged</b>(<i></i>) 402 <b>preferencesChanged</b>(<i></i>)
401 <dd> 417 <dd>
402 text to search for 418 text to search for
403 </dd> 419 </dd>
404 <dt><i>caseSensitive</i> (bool)</dt> 420 <dt><i>caseSensitive</i> (bool)</dt>
405 <dd> 421 <dd>
406 flag indicating to perform a case sensitive 422 flag indicating to perform a case sensitive search
407 search
408 </dd> 423 </dd>
409 <dt><i>wholeWord</i> (bool)</dt> 424 <dt><i>wholeWord</i> (bool)</dt>
410 <dd> 425 <dd>
411 flag indicating to search for whole words 426 flag indicating to search for whole words only
412 only
413 </dd> 427 </dd>
414 <dt><i>regexp</i> (bool)</dt> 428 <dt><i>regexp</i> (bool)</dt>
415 <dd> 429 <dd>
416 flag indicating a regular expression search 430 flag indicating a regular expression search
417 </dd> 431 </dd>
429 <dd> 443 <dd>
430 text to search for 444 text to search for
431 </dd> 445 </dd>
432 <dt><i>caseSensitive</i> (bool)</dt> 446 <dt><i>caseSensitive</i> (bool)</dt>
433 <dd> 447 <dd>
434 flag indicating to perform a case sensitive 448 flag indicating to perform a case sensitive search
435 search
436 </dd> 449 </dd>
437 <dt><i>wholeWord</i> (bool)</dt> 450 <dt><i>wholeWord</i> (bool)</dt>
438 <dd> 451 <dd>
439 flag indicating to search for whole words 452 flag indicating to search for whole words only
440 only
441 </dd> 453 </dd>
442 <dt><i>regexp</i> (bool)</dt> 454 <dt><i>regexp</i> (bool)</dt>
443 <dd> 455 <dd>
444 flag indicating a regular expression search 456 flag indicating a regular expression search
445 </dd> 457 </dd>

eric ide

mercurial