1372 </dl> |
1372 </dl> |
1373 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
1373 <a NAME="BrowserFileItem.setName" ID="BrowserFileItem.setName"></a> |
1374 <h4>BrowserFileItem.setName</h4> |
1374 <h4>BrowserFileItem.setName</h4> |
1375 <b>setName</b>(<i>finfo, full=True</i>) |
1375 <b>setName</b>(<i>finfo, full=True</i>) |
1376 |
1376 |
1377 <p> |
|
1378 Public method to set the directory name. |
|
1379 </p> |
|
1380 <dl> |
|
1381 |
|
1382 <dt><i>finfo</i></dt> |
|
1383 <dd> |
|
1384 the string for the file (string) |
|
1385 </dd> |
|
1386 <dt><i>full</i></dt> |
|
1387 <dd> |
|
1388 flag indicating full pathname should be displayed (boolean) |
|
1389 </dd> |
|
1390 </dl> |
|
1391 <div align="right"><a href="#top">Up</a></div> |
1377 <div align="right"><a href="#top">Up</a></div> |
1392 <hr /> |
1378 <hr /> |
1393 <hr /> |
1379 <hr /> |
1394 <a NAME="BrowserGlobalsItem" ID="BrowserGlobalsItem"></a> |
1380 <a NAME="BrowserGlobalsItem" ID="BrowserGlobalsItem"></a> |
1395 <h2>BrowserGlobalsItem</h2> |
1381 <h2>BrowserGlobalsItem</h2> |
1756 <td><a href="#BrowserItem.isSymlink">isSymlink</a></td> |
1742 <td><a href="#BrowserItem.isSymlink">isSymlink</a></td> |
1757 <td>Public method to check, if the items is a symbolic link.</td> |
1743 <td>Public method to check, if the items is a symbolic link.</td> |
1758 </tr> |
1744 </tr> |
1759 <tr> |
1745 <tr> |
1760 <td><a href="#BrowserItem.lessThan">lessThan</a></td> |
1746 <td><a href="#BrowserItem.lessThan">lessThan</a></td> |
1761 <td>Public method to check, if the item is less than the other one.</td> |
1747 <td></td> |
1762 </tr> |
1748 </tr> |
1763 <tr> |
1749 <tr> |
1764 <td><a href="#BrowserItem.parent">parent</a></td> |
1750 <td><a href="#BrowserItem.parent">parent</a></td> |
1765 <td>Public method to get the reference to the parent item.</td> |
1751 <td>Public method to get the reference to the parent item.</td> |
1766 </tr> |
1752 </tr> |
1965 </dl> |
1951 </dl> |
1966 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> |
1952 <a NAME="BrowserItem.lessThan" ID="BrowserItem.lessThan"></a> |
1967 <h4>BrowserItem.lessThan</h4> |
1953 <h4>BrowserItem.lessThan</h4> |
1968 <b>lessThan</b>(<i>other, column, order</i>) |
1954 <b>lessThan</b>(<i>other, column, order</i>) |
1969 |
1955 |
1970 <p> |
|
1971 Public method to check, if the item is less than the other one. |
|
1972 </p> |
|
1973 <dl> |
|
1974 |
|
1975 <dt><i>other</i></dt> |
|
1976 <dd> |
|
1977 reference to item to compare against (BrowserItem) |
|
1978 </dd> |
|
1979 <dt><i>column</i></dt> |
|
1980 <dd> |
|
1981 column number to use for the comparison (integer) |
|
1982 </dd> |
|
1983 <dt><i>order</i></dt> |
|
1984 <dd> |
|
1985 sort order (Qt.SortOrder) (for special sorting) |
|
1986 </dd> |
|
1987 </dl> |
|
1988 <dl> |
|
1989 <dt>Return:</dt> |
|
1990 <dd> |
|
1991 true, if this item is less than other (boolean) |
|
1992 </dd> |
|
1993 </dl> |
|
1994 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a> |
1956 <a NAME="BrowserItem.parent" ID="BrowserItem.parent"></a> |
1995 <h4>BrowserItem.parent</h4> |
1957 <h4>BrowserItem.parent</h4> |
1996 <b>parent</b>(<i></i>) |
1958 <b>parent</b>(<i></i>) |
1997 |
1959 |
1998 <p> |
1960 <p> |