925 </dd> |
925 </dd> |
926 <dt><i>dinfo</i> (str)</dt> |
926 <dt><i>dinfo</i> (str)</dt> |
927 <dd> |
927 <dd> |
928 dinfo is the string for the directory |
928 dinfo is the string for the directory |
929 </dd> |
929 </dd> |
930 <dt><i>full</i> (bool)</dt> |
930 <dt><i>full</i> (bool (optional))</dt> |
931 <dd> |
931 <dd> |
932 flag indicating full pathname should be displayed |
932 flag indicating full pathname should be displayed (defaults to True) |
|
933 </dd> |
|
934 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
935 <dd> |
|
936 reference to the 'eric-ide' server file system interface |
|
937 (defaults to None) |
933 </dd> |
938 </dd> |
934 </dl> |
939 </dl> |
935 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a> |
940 <a NAME="BrowserDirectoryItem.dirName" ID="BrowserDirectoryItem.dirName"></a> |
936 <h4>BrowserDirectoryItem.dirName</h4> |
941 <h4>BrowserDirectoryItem.dirName</h4> |
937 <b>dirName</b>(<i></i>) |
942 <b>dirName</b>(<i></i>) |
1160 </dd> |
1165 </dd> |
1161 <dt><i>finfo</i> (str)</dt> |
1166 <dt><i>finfo</i> (str)</dt> |
1162 <dd> |
1167 <dd> |
1163 the string for the file |
1168 the string for the file |
1164 </dd> |
1169 </dd> |
1165 <dt><i>full</i> (bool)</dt> |
1170 <dt><i>full</i> (bool (optional))</dt> |
1166 <dd> |
1171 <dd> |
1167 flag indicating full pathname should be displayed |
1172 flag indicating full pathname should be displayed (defaults to True) |
1168 </dd> |
1173 </dd> |
1169 <dt><i>sourceLanguage</i> (str)</dt> |
1174 <dt><i>sourceLanguage</i> (str (optional))</dt> |
1170 <dd> |
1175 <dd> |
1171 source code language of the project |
1176 source code language of the project (defaults to "") |
|
1177 </dd> |
|
1178 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
1179 <dd> |
|
1180 reference to the 'eric-ide' server file system interface |
|
1181 (defaults to None) |
1172 </dd> |
1182 </dd> |
1173 </dl> |
1183 </dl> |
1174 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a> |
1184 <a NAME="BrowserFileItem.dirName" ID="BrowserFileItem.dirName"></a> |
1175 <h4>BrowserFileItem.dirName</h4> |
1185 <h4>BrowserFileItem.dirName</h4> |
1176 <b>dirName</b>(<i></i>) |
1186 <b>dirName</b>(<i></i>) |
2882 </table> |
2892 </table> |
2883 |
2893 |
2884 |
2894 |
2885 <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a> |
2895 <a NAME="BrowserModel.__init__" ID="BrowserModel.__init__"></a> |
2886 <h4>BrowserModel (Constructor)</h4> |
2896 <h4>BrowserModel (Constructor)</h4> |
2887 <b>BrowserModel</b>(<i>parent=None, nopopulate=False</i>) |
2897 <b>BrowserModel</b>(<i>parent=None, nopopulate=False, fsInterface=None</i>) |
2888 <p> |
2898 <p> |
2889 Constructor |
2899 Constructor |
2890 </p> |
2900 </p> |
2891 |
2901 |
2892 <dl> |
2902 <dl> |
2893 |
2903 |
2894 <dt><i>parent</i> (QObject)</dt> |
2904 <dt><i>parent</i> (QObject (optional))</dt> |
2895 <dd> |
2905 <dd> |
2896 reference to parent object |
2906 reference to parent object (defaults to None) |
2897 </dd> |
2907 </dd> |
2898 <dt><i>nopopulate</i> (bool)</dt> |
2908 <dt><i>nopopulate</i> (bool (optional))</dt> |
2899 <dd> |
2909 <dd> |
2900 flag indicating to not populate the model |
2910 flag indicating to not populate the model (defaults to False) |
|
2911 </dd> |
|
2912 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
2913 <dd> |
|
2914 reference to the 'eric-ide' server interface object |
|
2915 (defaults to None) |
2901 </dd> |
2916 </dd> |
2902 </dl> |
2917 </dl> |
2903 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
2918 <a NAME="BrowserModel.__populateModel" ID="BrowserModel.__populateModel"></a> |
2904 <h4>BrowserModel.__populateModel</h4> |
2919 <h4>BrowserModel.__populateModel</h4> |
2905 <b>__populateModel</b>(<i></i>) |
2920 <b>__populateModel</b>(<i></i>) |
3560 text to be displayed |
3575 text to be displayed |
3561 </dd> |
3576 </dd> |
3562 <dt><i>path</i> (str)</dt> |
3577 <dt><i>path</i> (str)</dt> |
3563 <dd> |
3578 <dd> |
3564 path of the directory |
3579 path of the directory |
|
3580 </dd> |
|
3581 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
3582 <dd> |
|
3583 reference to the 'eric-ide' server file system interface |
|
3584 (defaults to None) |
3565 </dd> |
3585 </dd> |
3566 </dl> |
3586 </dl> |
3567 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a> |
3587 <a NAME="BrowserSimpleDirectoryItem.dirName" ID="BrowserSimpleDirectoryItem.dirName"></a> |
3568 <h4>BrowserSimpleDirectoryItem.dirName</h4> |
3588 <h4>BrowserSimpleDirectoryItem.dirName</h4> |
3569 <b>dirName</b>(<i></i>) |
3589 <b>dirName</b>(<i></i>) |