src/eric7/Documentation/Source/eric7.Project.ProjectOthersBrowser.html

branch
eric7
changeset 10845
bbcad422aea7
parent 10479
856476537696
equal deleted inserted replaced
10844:a7c73526f336 10845:bbcad422aea7
65 <tr> 65 <tr>
66 <td><a href="#ProjectOthersBrowser.__init__">ProjectOthersBrowser</a></td> 66 <td><a href="#ProjectOthersBrowser.__init__">ProjectOthersBrowser</a></td>
67 <td>Constructor</td> 67 <td>Constructor</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#ProjectOthersBrowser.__addNewOthersDirectory">__addNewOthersDirectory</a></td>
71 <td>Private method to add a new directory to the project.</td>
72 </tr>
73 <tr>
74 <td><a href="#ProjectOthersBrowser.__addNewOthersFile">__addNewOthersFile</a></td>
75 <td>Private method to add a new source file to the project.</td>
76 </tr>
77 <tr>
70 <td><a href="#ProjectOthersBrowser.__addOthersDirectory">__addOthersDirectory</a></td> 78 <td><a href="#ProjectOthersBrowser.__addOthersDirectory">__addOthersDirectory</a></td>
71 <td>Private method to add files of a directory to the project.</td> 79 <td>Private method to add files of a directory to the project.</td>
72 </tr> 80 </tr>
73 <tr> 81 <tr>
74 <td><a href="#ProjectOthersBrowser.__addOthersFiles">__addOthersFiles</a></td> 82 <td><a href="#ProjectOthersBrowser.__addOthersFiles">__addOthersFiles</a></td>
170 <dt><i>parent</i> (QWidget)</dt> 178 <dt><i>parent</i> (QWidget)</dt>
171 <dd> 179 <dd>
172 parent widget of this browser 180 parent widget of this browser
173 </dd> 181 </dd>
174 </dl> 182 </dl>
183 <a NAME="ProjectOthersBrowser.__addNewOthersDirectory" ID="ProjectOthersBrowser.__addNewOthersDirectory"></a>
184 <h4>ProjectOthersBrowser.__addNewOthersDirectory</h4>
185 <b>__addNewOthersDirectory</b>(<i>useCurrent=True</i>)
186 <p>
187 Private method to add a new directory to the project.
188 </p>
189
190 <dl>
191
192 <dt><i>useCurrent</i> (bool (optional))</dt>
193 <dd>
194 flag indicating to use the current index for the directory
195 dialog (defaults to True)
196 </dd>
197 </dl>
198 <a NAME="ProjectOthersBrowser.__addNewOthersFile" ID="ProjectOthersBrowser.__addNewOthersFile"></a>
199 <h4>ProjectOthersBrowser.__addNewOthersFile</h4>
200 <b>__addNewOthersFile</b>(<i>useCurrent=True</i>)
201 <p>
202 Private method to add a new source file to the project.
203 </p>
204
205 <dl>
206
207 <dt><i>useCurrent</i> (bool (optional))</dt>
208 <dd>
209 flag indicating to use the current index for the directory
210 dialog (defaults to True)
211 </dd>
212 </dl>
175 <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a> 213 <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a>
176 <h4>ProjectOthersBrowser.__addOthersDirectory</h4> 214 <h4>ProjectOthersBrowser.__addOthersDirectory</h4>
177 <b>__addOthersDirectory</b>(<i></i>) 215 <b>__addOthersDirectory</b>(<i></i>)
178 <p> 216 <p>
179 Private method to add files of a directory to the project. 217 Private method to add files of a directory to the project.

eric ide

mercurial