135 </tr> |
135 </tr> |
136 <tr> |
136 <tr> |
137 <td><a href="#ProjectOthersBrowser._showContextMenu">_showContextMenu</a></td> |
137 <td><a href="#ProjectOthersBrowser._showContextMenu">_showContextMenu</a></td> |
138 <td>Protected slot called before the context menu is shown.</td> |
138 <td>Protected slot called before the context menu is shown.</td> |
139 </tr> |
139 </tr> |
|
140 <tr> |
|
141 <td><a href="#ProjectOthersBrowser.getIcon">getIcon</a></td> |
|
142 <td>Public method to get an icon for the project browser.</td> |
|
143 </tr> |
140 </table> |
144 </table> |
141 <h3>Static Methods</h3> |
145 <h3>Static Methods</h3> |
142 |
146 |
143 <table> |
147 <table> |
144 <tr><td>None</td></tr> |
148 <tr><td>None</td></tr> |
145 </table> |
149 </table> |
146 |
150 |
147 <a NAME="ProjectOthersBrowser.__init__" ID="ProjectOthersBrowser.__init__"></a> |
151 <a NAME="ProjectOthersBrowser.__init__" ID="ProjectOthersBrowser.__init__"></a> |
148 <h4>ProjectOthersBrowser (Constructor)</h4> |
152 <h4>ProjectOthersBrowser (Constructor)</h4> |
149 <b>ProjectOthersBrowser</b>(<i>project, parent=None</i>) |
153 <b>ProjectOthersBrowser</b>(<i>project, projectBrowser, parent=None</i>) |
150 |
154 |
151 <p> |
155 <p> |
152 Constructor |
156 Constructor |
153 </p> |
157 </p> |
154 <dl> |
158 <dl> |
155 |
159 |
156 <dt><i>project</i></dt> |
160 <dt><i>project</i> (Project)</dt> |
157 <dd> |
161 <dd> |
158 reference to the project object |
162 reference to the project object |
159 </dd> |
163 </dd> |
160 <dt><i>parent</i></dt> |
164 <dt><i>projectBrowser</i> (ProjectBrowser)</dt> |
161 <dd> |
165 <dd> |
162 parent widget of this browser (QWidget) |
166 reference to the project browser object |
|
167 </dd> |
|
168 <dt><i>parent</i> (QWidget)</dt> |
|
169 <dd> |
|
170 parent widget of this browser |
163 </dd> |
171 </dd> |
164 </dl> |
172 </dl> |
165 <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a> |
173 <a NAME="ProjectOthersBrowser.__addOthersDirectory" ID="ProjectOthersBrowser.__addOthersDirectory"></a> |
166 <h4>ProjectOthersBrowser.__addOthersDirectory</h4> |
174 <h4>ProjectOthersBrowser.__addOthersDirectory</h4> |
167 <b>__addOthersDirectory</b>(<i></i>) |
175 <b>__addOthersDirectory</b>(<i></i>) |