276 <td>Private method to create the Sidebars layout.</td> |
276 <td>Private method to create the Sidebars layout.</td> |
277 </tr><tr> |
277 </tr><tr> |
278 <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td> |
278 <td><a href="#UserInterface.__createToolboxesLayout">__createToolboxesLayout</a></td> |
279 <td>Private method to create the Toolboxes layout.</td> |
279 <td>Private method to create the Toolboxes layout.</td> |
280 </tr><tr> |
280 </tr><tr> |
|
281 <td><a href="#UserInterface.__createUnitTestDialog">__createUnitTestDialog</a></td> |
|
282 <td>Private slot to generate the unit test dialog on demand.</td> |
|
283 </tr><tr> |
281 <td><a href="#UserInterface.__customViewer">__customViewer</a></td> |
284 <td><a href="#UserInterface.__customViewer">__customViewer</a></td> |
282 <td>Private slot to start a custom viewer.</td> |
285 <td>Private slot to start a custom viewer.</td> |
283 </tr><tr> |
286 </tr><tr> |
284 <td><a href="#UserInterface.__debuggingStarted">__debuggingStarted</a></td> |
287 <td><a href="#UserInterface.__debuggingStarted">__debuggingStarted</a></td> |
285 <td>Private slot to handle the start of a debugging session.</td> |
288 <td>Private slot to handle the start of a debugging session.</td> |
720 <td>Public method to show the eric5 versions available for download.</td> |
723 <td>Public method to show the eric5 versions available for download.</td> |
721 </tr><tr> |
724 </tr><tr> |
722 <td><a href="#UserInterface.showEvent">showEvent</a></td> |
725 <td><a href="#UserInterface.showEvent">showEvent</a></td> |
723 <td>Protected method to handle the show event.</td> |
726 <td>Protected method to handle the show event.</td> |
724 </tr><tr> |
727 </tr><tr> |
|
728 <td><a href="#UserInterface.showFindFileByNameDialog">showFindFileByNameDialog</a></td> |
|
729 <td>Public slot to show the Find File by Name dialog.</td> |
|
730 </tr><tr> |
|
731 <td><a href="#UserInterface.showFindFilesDialog">showFindFilesDialog</a></td> |
|
732 <td>Public slot to show the Find In Files dialog.</td> |
|
733 </tr><tr> |
725 <td><a href="#UserInterface.showLogTab">showLogTab</a></td> |
734 <td><a href="#UserInterface.showLogTab">showLogTab</a></td> |
726 <td>Public method to show a particular Log-Viewer tab.</td> |
735 <td>Public method to show a particular Log-Viewer tab.</td> |
727 </tr><tr> |
736 </tr><tr> |
728 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
737 <td><a href="#UserInterface.showPreferences">showPreferences</a></td> |
729 <td>Public slot to set the preferences.</td> |
738 <td>Public slot to set the preferences.</td> |
|
739 </tr><tr> |
|
740 <td><a href="#UserInterface.showReplaceFilesDialog">showReplaceFilesDialog</a></td> |
|
741 <td>Public slot to show the Find & Replace In Files dialog.</td> |
730 </tr><tr> |
742 </tr><tr> |
731 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> |
743 <td><a href="#UserInterface.unregisterToolbar">unregisterToolbar</a></td> |
732 <td>Public method to unregister a toolbar.</td> |
744 <td>Public method to unregister a toolbar.</td> |
733 </tr><tr> |
745 </tr><tr> |
734 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> |
746 <td><a href="#UserInterface.versionIsNewer">versionIsNewer</a></td> |
1005 </p><dl> |
1017 </p><dl> |
1006 <dt><i>debugServer</i></dt> |
1018 <dt><i>debugServer</i></dt> |
1007 <dd> |
1019 <dd> |
1008 reference to the debug server object |
1020 reference to the debug server object |
1009 </dd> |
1021 </dd> |
1010 </dl><a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a> |
1022 </dl><a NAME="UserInterface.__createUnitTestDialog" ID="UserInterface.__createUnitTestDialog"></a> |
|
1023 <h4>UserInterface.__createUnitTestDialog</h4> |
|
1024 <b>__createUnitTestDialog</b>(<i></i>) |
|
1025 <p> |
|
1026 Private slot to generate the unit test dialog on demand. |
|
1027 </p><a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a> |
1011 <h4>UserInterface.__customViewer</h4> |
1028 <h4>UserInterface.__customViewer</h4> |
1012 <b>__customViewer</b>(<i>home=None</i>) |
1029 <b>__customViewer</b>(<i>home=None</i>) |
1013 <p> |
1030 <p> |
1014 Private slot to start a custom viewer. |
1031 Private slot to start a custom viewer. |
1015 </p><dl> |
1032 </p><dl> |
2159 </p><dl> |
2176 </p><dl> |
2160 <dt><i>evt</i></dt> |
2177 <dt><i>evt</i></dt> |
2161 <dd> |
2178 <dd> |
2162 reference to the show event (QShowEvent) |
2179 reference to the show event (QShowEvent) |
2163 </dd> |
2180 </dd> |
|
2181 </dl><a NAME="UserInterface.showFindFileByNameDialog" ID="UserInterface.showFindFileByNameDialog"></a> |
|
2182 <h4>UserInterface.showFindFileByNameDialog</h4> |
|
2183 <b>showFindFileByNameDialog</b>(<i></i>) |
|
2184 <p> |
|
2185 Public slot to show the Find File by Name dialog. |
|
2186 </p><a NAME="UserInterface.showFindFilesDialog" ID="UserInterface.showFindFilesDialog"></a> |
|
2187 <h4>UserInterface.showFindFilesDialog</h4> |
|
2188 <b>showFindFilesDialog</b>(<i>txt="", searchDir=""</i>) |
|
2189 <p> |
|
2190 Public slot to show the Find In Files dialog. |
|
2191 </p><dl> |
|
2192 <dt><i>txt=</i></dt> |
|
2193 <dd> |
|
2194 text to search for (string) |
|
2195 </dd><dt><i>searchDir=</i></dt> |
|
2196 <dd> |
|
2197 directory to search in (string) |
|
2198 </dd> |
2164 </dl><a NAME="UserInterface.showLogTab" ID="UserInterface.showLogTab"></a> |
2199 </dl><a NAME="UserInterface.showLogTab" ID="UserInterface.showLogTab"></a> |
2165 <h4>UserInterface.showLogTab</h4> |
2200 <h4>UserInterface.showLogTab</h4> |
2166 <b>showLogTab</b>(<i>tabname</i>) |
2201 <b>showLogTab</b>(<i>tabname</i>) |
2167 <p> |
2202 <p> |
2168 Public method to show a particular Log-Viewer tab. |
2203 Public method to show a particular Log-Viewer tab. |
2178 Public slot to set the preferences. |
2213 Public slot to set the preferences. |
2179 </p><dl> |
2214 </p><dl> |
2180 <dt><i>pageName</i></dt> |
2215 <dt><i>pageName</i></dt> |
2181 <dd> |
2216 <dd> |
2182 name of the configuration page to show (string) |
2217 name of the configuration page to show (string) |
|
2218 </dd> |
|
2219 </dl><a NAME="UserInterface.showReplaceFilesDialog" ID="UserInterface.showReplaceFilesDialog"></a> |
|
2220 <h4>UserInterface.showReplaceFilesDialog</h4> |
|
2221 <b>showReplaceFilesDialog</b>(<i>txt="", searchDir=""</i>) |
|
2222 <p> |
|
2223 Public slot to show the Find & Replace In Files dialog. |
|
2224 </p><dl> |
|
2225 <dt><i>txt=</i></dt> |
|
2226 <dd> |
|
2227 text to search for (string) |
|
2228 </dd><dt><i>searchDir=</i></dt> |
|
2229 <dd> |
|
2230 directory to search in (string) |
2183 </dd> |
2231 </dd> |
2184 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> |
2232 </dl><a NAME="UserInterface.unregisterToolbar" ID="UserInterface.unregisterToolbar"></a> |
2185 <h4>UserInterface.unregisterToolbar</h4> |
2233 <h4>UserInterface.unregisterToolbar</h4> |
2186 <b>unregisterToolbar</b>(<i>name</i>) |
2234 <b>unregisterToolbar</b>(<i>name</i>) |
2187 <p> |
2235 <p> |