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

branch
eric7
changeset 9362
9daa438fb4de
parent 9209
b99e7fd55fd3
child 9530
c30f02ea1b27
equal deleted inserted replaced
9361:718bc86e1c3f 9362:9daa438fb4de
68 <tr> 68 <tr>
69 <td><a href="#ProjectOthersBrowser.__init__">ProjectOthersBrowser</a></td> 69 <td><a href="#ProjectOthersBrowser.__init__">ProjectOthersBrowser</a></td>
70 <td>Constructor</td> 70 <td>Constructor</td>
71 </tr> 71 </tr>
72 <tr> 72 <tr>
73 <td><a href="#ProjectOthersBrowser.__addOthersDirectory">__addOthersDirectory</a></td>
74 <td>Private method to add files of a directory to the project.</td>
75 </tr>
76 <tr>
77 <td><a href="#ProjectOthersBrowser.__addOthersFiles">__addOthersFiles</a></td>
78 <td>Private method to add files to the project.</td>
79 </tr>
80 <tr>
73 <td><a href="#ProjectOthersBrowser.__deleteItem">__deleteItem</a></td> 81 <td><a href="#ProjectOthersBrowser.__deleteItem">__deleteItem</a></td>
74 <td>Private method to delete the selected entry from the OTHERS project data area.</td> 82 <td>Private method to delete the selected entry from the OTHERS project data area.</td>
75 </tr> 83 </tr>
76 <tr> 84 <tr>
77 <td><a href="#ProjectOthersBrowser.__refreshItem">__refreshItem</a></td> 85 <td><a href="#ProjectOthersBrowser.__refreshItem">__refreshItem</a></td>
86 <td>Private slot called by the menu aboutToShow signal.</td> 94 <td>Private slot called by the menu aboutToShow signal.</td>
87 </tr> 95 </tr>
88 <tr> 96 <tr>
89 <td><a href="#ProjectOthersBrowser.__showContextMenuBack">__showContextMenuBack</a></td> 97 <td><a href="#ProjectOthersBrowser.__showContextMenuBack">__showContextMenuBack</a></td>
90 <td>Private slot called by the backMenu aboutToShow signal.</td> 98 <td>Private slot called by the backMenu aboutToShow signal.</td>
99 </tr>
100 <tr>
101 <td><a href="#ProjectOthersBrowser.__showContextMenuDir">__showContextMenuDir</a></td>
102 <td>Private slot called by the dirMenu aboutToShow signal.</td>
91 </tr> 103 </tr>
92 <tr> 104 <tr>
93 <td><a href="#ProjectOthersBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td> 105 <td><a href="#ProjectOthersBrowser.__showContextMenuMulti">__showContextMenuMulti</a></td>
94 <td>Private slot called by the multiMenu aboutToShow signal.</td> 106 <td>Private slot called by the multiMenu aboutToShow signal.</td>
95 </tr> 107 </tr>
148 <dt><i>parent</i></dt> 160 <dt><i>parent</i></dt>
149 <dd> 161 <dd>
150 parent widget of this browser (QWidget) 162 parent widget of this browser (QWidget)
151 </dd> 163 </dd>
152 </dl> 164 </dl>
165 <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a>
166 <h4>ProjectOthersBrowser.__addOthersDirectory</h4>
167 <b>__addOthersDirectory</b>(<i></i>)
168
169 <p>
170 Private method to add files of a directory to the project.
171 </p>
172 <a NAME="ProjectOthersBrowser.__addOthersFiles" ID="ProjectOthersBrowser.__addOthersFiles"></a>
173 <h4>ProjectOthersBrowser.__addOthersFiles</h4>
174 <b>__addOthersFiles</b>(<i></i>)
175
176 <p>
177 Private method to add files to the project.
178 </p>
153 <a NAME="ProjectOthersBrowser.__deleteItem" ID="ProjectOthersBrowser.__deleteItem"></a> 179 <a NAME="ProjectOthersBrowser.__deleteItem" ID="ProjectOthersBrowser.__deleteItem"></a>
154 <h4>ProjectOthersBrowser.__deleteItem</h4> 180 <h4>ProjectOthersBrowser.__deleteItem</h4>
155 <b>__deleteItem</b>(<i></i>) 181 <b>__deleteItem</b>(<i></i>)
156 182
157 <p> 183 <p>
184 <h4>ProjectOthersBrowser.__showContextMenuBack</h4> 210 <h4>ProjectOthersBrowser.__showContextMenuBack</h4>
185 <b>__showContextMenuBack</b>(<i></i>) 211 <b>__showContextMenuBack</b>(<i></i>)
186 212
187 <p> 213 <p>
188 Private slot called by the backMenu aboutToShow signal. 214 Private slot called by the backMenu aboutToShow signal.
215 </p>
216 <a NAME="ProjectOthersBrowser.__showContextMenuDir" ID="ProjectOthersBrowser.__showContextMenuDir"></a>
217 <h4>ProjectOthersBrowser.__showContextMenuDir</h4>
218 <b>__showContextMenuDir</b>(<i></i>)
219
220 <p>
221 Private slot called by the dirMenu aboutToShow signal.
189 </p> 222 </p>
190 <a NAME="ProjectOthersBrowser.__showContextMenuMulti" ID="ProjectOthersBrowser.__showContextMenuMulti"></a> 223 <a NAME="ProjectOthersBrowser.__showContextMenuMulti" ID="ProjectOthersBrowser.__showContextMenuMulti"></a>
191 <h4>ProjectOthersBrowser.__showContextMenuMulti</h4> 224 <h4>ProjectOthersBrowser.__showContextMenuMulti</h4>
192 <b>__showContextMenuMulti</b>(<i></i>) 225 <b>__showContextMenuMulti</b>(<i></i>)
193 226

eric ide

mercurial