79 </table> |
79 </table> |
80 |
80 |
81 |
81 |
82 <a NAME="ProjectBrowserDirectoryItem.__init__" ID="ProjectBrowserDirectoryItem.__init__"></a> |
82 <a NAME="ProjectBrowserDirectoryItem.__init__" ID="ProjectBrowserDirectoryItem.__init__"></a> |
83 <h4>ProjectBrowserDirectoryItem (Constructor)</h4> |
83 <h4>ProjectBrowserDirectoryItem (Constructor)</h4> |
84 <b>ProjectBrowserDirectoryItem</b>(<i>parent, dinfo, projectType, full=True, bold=False</i>) |
84 <b>ProjectBrowserDirectoryItem</b>(<i>parent, dinfo, projectType, full=True, bold=False, fsInterface=None</i>) |
85 <p> |
85 <p> |
86 Constructor |
86 Constructor |
87 </p> |
87 </p> |
88 |
88 |
89 <dl> |
89 <dl> |
105 flag indicating full pathname should be displayed |
105 flag indicating full pathname should be displayed |
106 </dd> |
106 </dd> |
107 <dt><i>bold</i> (bool)</dt> |
107 <dt><i>bold</i> (bool)</dt> |
108 <dd> |
108 <dd> |
109 flag indicating a highlighted font |
109 flag indicating a highlighted font |
|
110 </dd> |
|
111 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
112 <dd> |
|
113 reference to the 'eric-ide' server file system interface |
|
114 (defaults to None) |
110 </dd> |
115 </dd> |
111 </dl> |
116 </dl> |
112 <div align="right"><a href="#top">Up</a></div> |
117 <div align="right"><a href="#top">Up</a></div> |
113 <hr /> |
118 <hr /> |
114 <hr /> |
119 <hr /> |
144 </table> |
149 </table> |
145 |
150 |
146 |
151 |
147 <a NAME="ProjectBrowserFileItem.__init__" ID="ProjectBrowserFileItem.__init__"></a> |
152 <a NAME="ProjectBrowserFileItem.__init__" ID="ProjectBrowserFileItem.__init__"></a> |
148 <h4>ProjectBrowserFileItem (Constructor)</h4> |
153 <h4>ProjectBrowserFileItem (Constructor)</h4> |
149 <b>ProjectBrowserFileItem</b>(<i>parent, finfo, projectType, full=True, bold=False, sourceLanguage=""</i>) |
154 <b>ProjectBrowserFileItem</b>(<i>parent, finfo, projectType, full=True, bold=False, sourceLanguage="", fsInterface=None, </i>) |
150 <p> |
155 <p> |
151 Constructor |
156 Constructor |
152 </p> |
157 </p> |
153 |
158 |
154 <dl> |
159 <dl> |
174 flag indicating a highlighted font |
179 flag indicating a highlighted font |
175 </dd> |
180 </dd> |
176 <dt><i>sourceLanguage</i> (str)</dt> |
181 <dt><i>sourceLanguage</i> (str)</dt> |
177 <dd> |
182 <dd> |
178 source code language of the project |
183 source code language of the project |
|
184 </dd> |
|
185 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
186 <dd> |
|
187 reference to the 'eric-ide' server file system interface |
|
188 (defaults to None) |
179 </dd> |
189 </dd> |
180 </dl> |
190 </dl> |
181 <div align="right"><a href="#top">Up</a></div> |
191 <div align="right"><a href="#top">Up</a></div> |
182 <hr /> |
192 <hr /> |
183 <hr /> |
193 <hr /> |
499 </table> |
509 </table> |
500 |
510 |
501 |
511 |
502 <a NAME="ProjectBrowserModel.__init__" ID="ProjectBrowserModel.__init__"></a> |
512 <a NAME="ProjectBrowserModel.__init__" ID="ProjectBrowserModel.__init__"></a> |
503 <h4>ProjectBrowserModel (Constructor)</h4> |
513 <h4>ProjectBrowserModel (Constructor)</h4> |
504 <b>ProjectBrowserModel</b>(<i>parent</i>) |
514 <b>ProjectBrowserModel</b>(<i>parent, fsInterface=None</i>) |
505 <p> |
515 <p> |
506 Constructor |
516 Constructor |
507 </p> |
517 </p> |
508 |
518 |
509 <dl> |
519 <dl> |
510 |
520 |
511 <dt><i>parent</i> (Project.Project)</dt> |
521 <dt><i>parent</i> (Project.Project)</dt> |
512 <dd> |
522 <dd> |
513 reference to parent object |
523 reference to parent object |
|
524 </dd> |
|
525 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
526 <dd> |
|
527 reference to the 'eric-ide' server interface object |
|
528 (defaults to None) |
514 </dd> |
529 </dd> |
515 </dl> |
530 </dl> |
516 <a NAME="ProjectBrowserModel.__addVCSStatus" ID="ProjectBrowserModel.__addVCSStatus"></a> |
531 <a NAME="ProjectBrowserModel.__addVCSStatus" ID="ProjectBrowserModel.__addVCSStatus"></a> |
517 <h4>ProjectBrowserModel.__addVCSStatus</h4> |
532 <h4>ProjectBrowserModel.__addVCSStatus</h4> |
518 <b>__addVCSStatus</b>(<i>item, name</i>) |
533 <b>__addVCSStatus</b>(<i>item, name</i>) |
1032 </table> |
1047 </table> |
1033 |
1048 |
1034 |
1049 |
1035 <a NAME="ProjectBrowserSimpleDirectoryItem.__init__" ID="ProjectBrowserSimpleDirectoryItem.__init__"></a> |
1050 <a NAME="ProjectBrowserSimpleDirectoryItem.__init__" ID="ProjectBrowserSimpleDirectoryItem.__init__"></a> |
1036 <h4>ProjectBrowserSimpleDirectoryItem (Constructor)</h4> |
1051 <h4>ProjectBrowserSimpleDirectoryItem (Constructor)</h4> |
1037 <b>ProjectBrowserSimpleDirectoryItem</b>(<i>parent, projectType, text, path=""</i>) |
1052 <b>ProjectBrowserSimpleDirectoryItem</b>(<i>parent, projectType, text, path="", fsInterface=None</i>) |
1038 <p> |
1053 <p> |
1039 Constructor |
1054 Constructor |
1040 </p> |
1055 </p> |
1041 |
1056 |
1042 <dl> |
1057 <dl> |
1054 text to be displayed |
1069 text to be displayed |
1055 </dd> |
1070 </dd> |
1056 <dt><i>path</i> (str)</dt> |
1071 <dt><i>path</i> (str)</dt> |
1057 <dd> |
1072 <dd> |
1058 path of the directory |
1073 path of the directory |
|
1074 </dd> |
|
1075 <dt><i>fsInterface</i> (EricServerFileSystemInterface (optional))</dt> |
|
1076 <dd> |
|
1077 reference to the 'eric-ide' server file system interface |
|
1078 (defaults to None) |
1059 </dd> |
1079 </dd> |
1060 </dl> |
1080 </dl> |
1061 <div align="right"><a href="#top">Up</a></div> |
1081 <div align="right"><a href="#top">Up</a></div> |
1062 <hr /> |
1082 <hr /> |
1063 </body></html> |
1083 </body></html> |