eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html

changeset 7699
d338c533f5f0
parent 7693
a51f82458a1b
child 7989
a21d673a8f99
equal deleted inserted replaced
7698:12cb12380a6a 7699:d338c533f5f0
67 <h3>Functions</h3> 67 <h3>Functions</h3>
68 68
69 <table> 69 <table>
70 70
71 <tr> 71 <tr>
72 <td><a href="#calculateEndline">calculateEndline</a></td>
73 <td>Function to calculate the end line.</td>
74 </tr>
75 <tr>
76 <td><a href="#calculateMethodEndline">calculateMethodEndline</a></td>
77 <td>Function to calculate the end line.</td>
78 </tr>
79 <tr>
72 <td><a href="#readmodule_ex">readmodule_ex</a></td> 80 <td><a href="#readmodule_ex">readmodule_ex</a></td>
73 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td> 81 <td>Read a CORBA IDL file and return a dictionary of classes, functions and modules.</td>
74 </tr> 82 </tr>
75 <tr> 83 <tr>
76 <td><a href="#scan">scan</a></td> 84 <td><a href="#scan">scan</a></td>
381 Constructor 389 Constructor
382 </p> 390 </p>
383 <div align="right"><a href="#top">Up</a></div> 391 <div align="right"><a href="#top">Up</a></div>
384 <hr /> 392 <hr />
385 <hr /> 393 <hr />
394 <a NAME="calculateEndline" ID="calculateEndline"></a>
395 <h2>calculateEndline</h2>
396 <b>calculateEndline</b>(<i>lineno, lines</i>)
397
398 <p>
399 Function to calculate the end line.
400 </p>
401 <dl>
402
403 <dt><i>lineno</i> (int)</dt>
404 <dd>
405 line number to start at (one based)
406 </dd>
407 <dt><i>lines</i> (list of str)</dt>
408 <dd>
409 list of source lines
410 </dd>
411 </dl>
412 <dl>
413 <dt>Returns:</dt>
414 <dd>
415 end line (one based)
416 </dd>
417 </dl>
418 <dl>
419 <dt>Return Type:</dt>
420 <dd>
421 int
422 </dd>
423 </dl>
424 <div align="right"><a href="#top">Up</a></div>
425 <hr />
426 <hr />
427 <a NAME="calculateMethodEndline" ID="calculateMethodEndline"></a>
428 <h2>calculateMethodEndline</h2>
429 <b>calculateMethodEndline</b>(<i>lineno, lines</i>)
430
431 <p>
432 Function to calculate the end line.
433 </p>
434 <dl>
435
436 <dt><i>lineno</i> (int)</dt>
437 <dd>
438 line number to start at (one based)
439 </dd>
440 <dt><i>lines</i> (list of str)</dt>
441 <dd>
442 list of source lines
443 </dd>
444 </dl>
445 <dl>
446 <dt>Returns:</dt>
447 <dd>
448 end line (one based)
449 </dd>
450 </dl>
451 <dl>
452 <dt>Return Type:</dt>
453 <dd>
454 int
455 </dd>
456 </dl>
457 <div align="right"><a href="#top">Up</a></div>
458 <hr />
459 <hr />
386 <a NAME="readmodule_ex" ID="readmodule_ex"></a> 460 <a NAME="readmodule_ex" ID="readmodule_ex"></a>
387 <h2>readmodule_ex</h2> 461 <h2>readmodule_ex</h2>
388 <b>readmodule_ex</b>(<i>module, path=None</i>) 462 <b>readmodule_ex</b>(<i>module, path=None</i>)
389 463
390 <p> 464 <p>

eric ide

mercurial