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

branch
eric7
changeset 10784
521fd465b048
parent 10684
58c7f23ae1cb
child 10832
479cf39ac9cb
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
910 </table> 910 </table>
911 911
912 912
913 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a> 913 <a NAME="BrowserDirectoryItem.__init__" ID="BrowserDirectoryItem.__init__"></a>
914 <h4>BrowserDirectoryItem (Constructor)</h4> 914 <h4>BrowserDirectoryItem (Constructor)</h4>
915 <b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True</i>) 915 <b>BrowserDirectoryItem</b>(<i>parent, dinfo, full=True, fsInterface=None</i>)
916 <p> 916 <p>
917 Constructor 917 Constructor
918 </p> 918 </p>
919 919
920 <dl> 920 <dl>
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>)
1145 </table> 1150 </table>
1146 1151
1147 1152
1148 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a> 1153 <a NAME="BrowserFileItem.__init__" ID="BrowserFileItem.__init__"></a>
1149 <h4>BrowserFileItem (Constructor)</h4> 1154 <h4>BrowserFileItem (Constructor)</h4>
1150 <b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage=""</i>) 1155 <b>BrowserFileItem</b>(<i>parent, finfo, full=True, sourceLanguage="", fsInterface=None</i>)
1151 <p> 1156 <p>
1152 Constructor 1157 Constructor
1153 </p> 1158 </p>
1154 1159
1155 <dl> 1160 <dl>
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>)
3542 </table> 3557 </table>
3543 3558
3544 3559
3545 <a NAME="BrowserSimpleDirectoryItem.__init__" ID="BrowserSimpleDirectoryItem.__init__"></a> 3560 <a NAME="BrowserSimpleDirectoryItem.__init__" ID="BrowserSimpleDirectoryItem.__init__"></a>
3546 <h4>BrowserSimpleDirectoryItem (Constructor)</h4> 3561 <h4>BrowserSimpleDirectoryItem (Constructor)</h4>
3547 <b>BrowserSimpleDirectoryItem</b>(<i>parent, text, path=""</i>) 3562 <b>BrowserSimpleDirectoryItem</b>(<i>parent, text, path="", fsInterface=None</i>)
3548 <p> 3563 <p>
3549 Constructor 3564 Constructor
3550 </p> 3565 </p>
3551 3566
3552 <dl> 3567 <dl>
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>)

eric ide

mercurial