Documentation/Source/eric6.Project.ProjectBrowser.html

changeset 6416
a915f8dd1ca6
parent 5988
3cd2d5b75cdb
equal deleted inserted replaced
6415:6268db2f966d 6416:a915f8dd1ca6
109 <td><a href="#ProjectBrowser.handleEditorLineChanged">handleEditorLineChanged</a></td> 109 <td><a href="#ProjectBrowser.handleEditorLineChanged">handleEditorLineChanged</a></td>
110 <td>Public slot to handle the editorLineChanged signal.</td> 110 <td>Public slot to handle the editorLineChanged signal.</td>
111 </tr><tr> 111 </tr><tr>
112 <td><a href="#ProjectBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td> 112 <td><a href="#ProjectBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td>
113 <td>Public slot used to handle the preferencesChanged signal.</td> 113 <td>Public slot used to handle the preferencesChanged signal.</td>
114 </tr><tr>
115 <td><a href="#ProjectBrowser.showEvent">showEvent</a></td>
116 <td>Protected method handleing the show event.</td>
117 </tr> 114 </tr>
118 </table> 115 </table>
119 <h3>Static Methods</h3> 116 <h3>Static Methods</h3>
120 <table> 117 <table>
121 <tr><td>None</td></tr> 118 <tr><td>None</td></tr>
122 </table> 119 </table>
123 <a NAME="ProjectBrowser.__init__" ID="ProjectBrowser.__init__"></a> 120 <a NAME="ProjectBrowser.__init__" ID="ProjectBrowser.__init__"></a>
124 <h4>ProjectBrowser (Constructor)</h4> 121 <h4>ProjectBrowser (Constructor)</h4>
125 <b>ProjectBrowser</b>(<i>project, parent=None, embeddedBrowser=True</i>) 122 <b>ProjectBrowser</b>(<i>project, parent=None</i>)
126 <p> 123 <p>
127 Constructor 124 Constructor
128 </p><dl> 125 </p><dl>
129 <dt><i>project</i></dt> 126 <dt><i>project</i></dt>
130 <dd> 127 <dd>
131 reference to the project object 128 reference to the project object
132 </dd><dt><i>parent</i></dt> 129 </dd><dt><i>parent</i></dt>
133 <dd> 130 <dd>
134 parent widget (QWidget) 131 parent widget (QWidget)
135 </dd><dt><i>embeddedBrowser</i></dt>
136 <dd>
137 flag indicating whether the file browser should
138 be included. This flag is set to False by those layouts, that
139 have the file browser in a separate window or embedded
140 in the debeug browser instead
141 </dd> 132 </dd>
142 </dl><a NAME="ProjectBrowser.__currentChanged" ID="ProjectBrowser.__currentChanged"></a> 133 </dl><a NAME="ProjectBrowser.__currentChanged" ID="ProjectBrowser.__currentChanged"></a>
143 <h4>ProjectBrowser.__currentChanged</h4> 134 <h4>ProjectBrowser.__currentChanged</h4>
144 <b>__currentChanged</b>(<i>index</i>) 135 <b>__currentChanged</b>(<i>index</i>)
145 <p> 136 <p>
267 </dl><a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a> 258 </dl><a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a>
268 <h4>ProjectBrowser.handlePreferencesChanged</h4> 259 <h4>ProjectBrowser.handlePreferencesChanged</h4>
269 <b>handlePreferencesChanged</b>(<i></i>) 260 <b>handlePreferencesChanged</b>(<i></i>)
270 <p> 261 <p>
271 Public slot used to handle the preferencesChanged signal. 262 Public slot used to handle the preferencesChanged signal.
272 </p><a NAME="ProjectBrowser.showEvent" ID="ProjectBrowser.showEvent"></a> 263 </p>
273 <h4>ProjectBrowser.showEvent</h4>
274 <b>showEvent</b>(<i>evt</i>)
275 <p>
276 Protected method handleing the show event.
277 </p><dl>
278 <dt><i>evt</i></dt>
279 <dd>
280 show event to handle (QShowEvent)
281 </dd>
282 </dl>
283 <div align="right"><a href="#top">Up</a></div> 264 <div align="right"><a href="#top">Up</a></div>
284 <hr /> 265 <hr />
285 </body></html> 266 </body></html>

eric ide

mercurial