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

branch
eric7
changeset 10677
6ee2e475490c
parent 10479
856476537696
child 10679
4d3e0ce54322
equal deleted inserted replaced
10676:d1479a4f1426 10677:6ee2e475490c
114 <tr> 114 <tr>
115 <td><a href="#BrowserClassAttributeItem.attributeObject">attributeObject</a></td> 115 <td><a href="#BrowserClassAttributeItem.attributeObject">attributeObject</a></td>
116 <td>Public method returning the class object.</td> 116 <td>Public method returning the class object.</td>
117 </tr> 117 </tr>
118 <tr> 118 <tr>
119 <td><a href="#BrowserClassAttributeItem.colOffset">colOffset</a></td>
120 <td>Public method to return the column offset of the item definition.</td>
121 </tr>
122 <tr>
119 <td><a href="#BrowserClassAttributeItem.fileName">fileName</a></td> 123 <td><a href="#BrowserClassAttributeItem.fileName">fileName</a></td>
120 <td>Public method returning the filename.</td> 124 <td>Public method returning the filename.</td>
121 </tr> 125 </tr>
122 <tr> 126 <tr>
123 <td><a href="#BrowserClassAttributeItem.isPublic">isPublic</a></td> 127 <td><a href="#BrowserClassAttributeItem.isPublic">isPublic</a></td>
180 </dl> 184 </dl>
181 <dl> 185 <dl>
182 <dt>Return Type:</dt> 186 <dt>Return Type:</dt>
183 <dd> 187 <dd>
184 Class 188 Class
189 </dd>
190 </dl>
191 <a NAME="BrowserClassAttributeItem.colOffset" ID="BrowserClassAttributeItem.colOffset"></a>
192 <h4>BrowserClassAttributeItem.colOffset</h4>
193 <b>colOffset</b>(<i></i>)
194 <p>
195 Public method to return the column offset of the item definition.
196 </p>
197
198 <dl>
199 <dt>Return:</dt>
200 <dd>
201 column offset defining the object
202 </dd>
203 </dl>
204 <dl>
205 <dt>Return Type:</dt>
206 <dd>
207 int
185 </dd> 208 </dd>
186 </dl> 209 </dl>
187 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a> 210 <a NAME="BrowserClassAttributeItem.fileName" ID="BrowserClassAttributeItem.fileName"></a>
188 <h4>BrowserClassAttributeItem.fileName</h4> 211 <h4>BrowserClassAttributeItem.fileName</h4>
189 <b>fileName</b>(<i></i>) 212 <b>fileName</b>(<i></i>)
496 <tr> 519 <tr>
497 <td><a href="#BrowserClassItem.classObject">classObject</a></td> 520 <td><a href="#BrowserClassItem.classObject">classObject</a></td>
498 <td>Public method returning the class object.</td> 521 <td>Public method returning the class object.</td>
499 </tr> 522 </tr>
500 <tr> 523 <tr>
524 <td><a href="#BrowserClassItem.colOffset">colOffset</a></td>
525 <td>Public method to return the column offset of the item definition.</td>
526 </tr>
527 <tr>
501 <td><a href="#BrowserClassItem.fileName">fileName</a></td> 528 <td><a href="#BrowserClassItem.fileName">fileName</a></td>
502 <td>Public method returning the filename.</td> 529 <td>Public method returning the filename.</td>
503 </tr> 530 </tr>
504 <tr> 531 <tr>
505 <td><a href="#BrowserClassItem.isPublic">isPublic</a></td> 532 <td><a href="#BrowserClassItem.isPublic">isPublic</a></td>
581 </dl> 608 </dl>
582 <dl> 609 <dl>
583 <dt>Return Type:</dt> 610 <dt>Return Type:</dt>
584 <dd> 611 <dd>
585 Class 612 Class
613 </dd>
614 </dl>
615 <a NAME="BrowserClassItem.colOffset" ID="BrowserClassItem.colOffset"></a>
616 <h4>BrowserClassItem.colOffset</h4>
617 <b>colOffset</b>(<i></i>)
618 <p>
619 Public method to return the column offset of the item definition.
620 </p>
621
622 <dl>
623 <dt>Return:</dt>
624 <dd>
625 column offset defining the object
626 </dd>
627 </dl>
628 <dl>
629 <dt>Return Type:</dt>
630 <dd>
631 int
586 </dd> 632 </dd>
587 </dl> 633 </dl>
588 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a> 634 <a NAME="BrowserClassItem.fileName" ID="BrowserClassItem.fileName"></a>
589 <h4>BrowserClassItem.fileName</h4> 635 <h4>BrowserClassItem.fileName</h4>
590 <b>fileName</b>(<i></i>) 636 <b>fileName</b>(<i></i>)
1920 <tr> 1966 <tr>
1921 <td><a href="#BrowserItem.children">children</a></td> 1967 <td><a href="#BrowserItem.children">children</a></td>
1922 <td>Public method to get the ids of all child items.</td> 1968 <td>Public method to get the ids of all child items.</td>
1923 </tr> 1969 </tr>
1924 <tr> 1970 <tr>
1971 <td><a href="#BrowserItem.colOffset">colOffset</a></td>
1972 <td>Public method to return the column offset of the item definition.</td>
1973 </tr>
1974 <tr>
1925 <td><a href="#BrowserItem.columnCount">columnCount</a></td> 1975 <td><a href="#BrowserItem.columnCount">columnCount</a></td>
1926 <td>Public method to get the number of available data items.</td> 1976 <td>Public method to get the number of available data items.</td>
1927 </tr> 1977 </tr>
1928 <tr> 1978 <tr>
1929 <td><a href="#BrowserItem.data">data</a></td> 1979 <td><a href="#BrowserItem.data">data</a></td>
1950 <td>Public method to check, if the items is a symbolic link.</td> 2000 <td>Public method to check, if the items is a symbolic link.</td>
1951 </tr> 2001 </tr>
1952 <tr> 2002 <tr>
1953 <td><a href="#BrowserItem.lessThan">lessThan</a></td> 2003 <td><a href="#BrowserItem.lessThan">lessThan</a></td>
1954 <td>Public method to check, if the item is less than the other one.</td> 2004 <td>Public method to check, if the item is less than the other one.</td>
2005 </tr>
2006 <tr>
2007 <td><a href="#BrowserItem.lineno">lineno</a></td>
2008 <td>Public method to return the line number of the item.</td>
1955 </tr> 2009 </tr>
1956 <tr> 2010 <tr>
1957 <td><a href="#BrowserItem.parent">parent</a></td> 2011 <td><a href="#BrowserItem.parent">parent</a></td>
1958 <td>Public method to get the reference to the parent item.</td> 2012 <td>Public method to get the reference to the parent item.</td>
1959 </tr> 2013 </tr>
2075 <dt>Return Type:</dt> 2129 <dt>Return Type:</dt>
2076 <dd> 2130 <dd>
2077 list of BrowserItem 2131 list of BrowserItem
2078 </dd> 2132 </dd>
2079 </dl> 2133 </dl>
2134 <a NAME="BrowserItem.colOffset" ID="BrowserItem.colOffset"></a>
2135 <h4>BrowserItem.colOffset</h4>
2136 <b>colOffset</b>(<i></i>)
2137 <p>
2138 Public method to return the column offset of the item definition.
2139 </p>
2140
2141 <dl>
2142 <dt>Return:</dt>
2143 <dd>
2144 column offset defining the object
2145 </dd>
2146 </dl>
2147 <dl>
2148 <dt>Return Type:</dt>
2149 <dd>
2150 int
2151 </dd>
2152 </dl>
2080 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a> 2153 <a NAME="BrowserItem.columnCount" ID="BrowserItem.columnCount"></a>
2081 <h4>BrowserItem.columnCount</h4> 2154 <h4>BrowserItem.columnCount</h4>
2082 <b>columnCount</b>(<i></i>) 2155 <b>columnCount</b>(<i></i>)
2083 <p> 2156 <p>
2084 Public method to get the number of available data items. 2157 Public method to get the number of available data items.
2247 </dl> 2320 </dl>
2248 <dl> 2321 <dl>
2249 <dt>Return Type:</dt> 2322 <dt>Return Type:</dt>
2250 <dd> 2323 <dd>
2251 bool 2324 bool
2325 </dd>
2326 </dl>
2327 <a NAME="BrowserItem.lineno" ID="BrowserItem.lineno"></a>
2328 <h4>BrowserItem.lineno</h4>
2329 <b>lineno</b>(<i></i>)
2330 <p>
2331 Public method to return the line number of the item.
2332 </p>
2333
2334 <dl>
2335 <dt>Return:</dt>
2336 <dd>
2337 line number defining the object
2338 </dd>
2339 </dl>
2340 <dl>
2341 <dt>Return Type:</dt>
2342 <dd>
2343 int
2252 </dd> 2344 </dd>
2253 </dl> 2345 </dl>
2254 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a> 2346 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a>
2255 <h4>BrowserItem.parent</h4> 2347 <h4>BrowserItem.parent</h4>
2256 <b>parent</b>(<i></i>) 2348 <b>parent</b>(<i></i>)
2405 <tr> 2497 <tr>
2406 <td><a href="#BrowserMethodItem.boundaries">boundaries</a></td> 2498 <td><a href="#BrowserMethodItem.boundaries">boundaries</a></td>
2407 <td>Public method returning the boundaries of the method definition.</td> 2499 <td>Public method returning the boundaries of the method definition.</td>
2408 </tr> 2500 </tr>
2409 <tr> 2501 <tr>
2502 <td><a href="#BrowserMethodItem.colOffset">colOffset</a></td>
2503 <td>Public method to return the column offset of the item definition.</td>
2504 </tr>
2505 <tr>
2410 <td><a href="#BrowserMethodItem.fileName">fileName</a></td> 2506 <td><a href="#BrowserMethodItem.fileName">fileName</a></td>
2411 <td>Public method returning the filename.</td> 2507 <td>Public method returning the filename.</td>
2412 </tr> 2508 </tr>
2413 <tr> 2509 <tr>
2414 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td> 2510 <td><a href="#BrowserMethodItem.functionObject">functionObject</a></td>
2475 </dl> 2571 </dl>
2476 <dl> 2572 <dl>
2477 <dt>Return Type:</dt> 2573 <dt>Return Type:</dt>
2478 <dd> 2574 <dd>
2479 tuple of (int, int) 2575 tuple of (int, int)
2576 </dd>
2577 </dl>
2578 <a NAME="BrowserMethodItem.colOffset" ID="BrowserMethodItem.colOffset"></a>
2579 <h4>BrowserMethodItem.colOffset</h4>
2580 <b>colOffset</b>(<i></i>)
2581 <p>
2582 Public method to return the column offset of the item definition.
2583 </p>
2584
2585 <dl>
2586 <dt>Return:</dt>
2587 <dd>
2588 column offset defining the object
2589 </dd>
2590 </dl>
2591 <dl>
2592 <dt>Return Type:</dt>
2593 <dd>
2594 int
2480 </dd> 2595 </dd>
2481 </dl> 2596 </dl>
2482 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a> 2597 <a NAME="BrowserMethodItem.fileName" ID="BrowserMethodItem.fileName"></a>
2483 <h4>BrowserMethodItem.fileName</h4> 2598 <h4>BrowserMethodItem.fileName</h4>
2484 <b>fileName</b>(<i></i>) 2599 <b>fileName</b>(<i></i>)

eric ide

mercurial