Documentation/Source/eric5.UI.UserInterface.html

changeset 945
8cd4d08fa9f6
parent 816
53e282890577
child 1127
b1802ebe0066
--- a/Documentation/Source/eric5.UI.UserInterface.html	Fri Mar 11 08:55:14 2011 +0100
+++ b/Documentation/Source/eric5.UI.UserInterface.html	Fri Mar 11 16:51:57 2011 +0100
@@ -749,7 +749,7 @@
 </dd>
 </dl><a NAME="UserInterface.__TRPreviewer" ID="UserInterface.__TRPreviewer"></a>
 <h4>UserInterface.__TRPreviewer</h4>
-<b>__TRPreviewer</b>(<i>fileNames = None, ignore = False</i>)
+<b>__TRPreviewer</b>(<i>fileNames=None, ignore=False</i>)
 <p>
         Private slot to start the Translation Previewer executable.
 </p><dl>
@@ -833,7 +833,7 @@
         Private slot to handle the activation of the Terminal window.
 </p><a NAME="UserInterface.__activateViewProfile" ID="UserInterface.__activateViewProfile"></a>
 <h4>UserInterface.__activateViewProfile</h4>
-<b>__activateViewProfile</b>(<i>name, save = True</i>)
+<b>__activateViewProfile</b>(<i>name, save=True</i>)
 <p>
         Private slot to activate a view profile.
 </p><dl>
@@ -852,7 +852,7 @@
         Private slot to handle the activation of the current editor.
 </p><a NAME="UserInterface.__assistant" ID="UserInterface.__assistant"></a>
 <h4>UserInterface.__assistant</h4>
-<b>__assistant</b>(<i>home = None, version = 0</i>)
+<b>__assistant</b>(<i>home=None, version=0</i>)
 <p>
         Private slot to start the Qt-Assistant executable.
 </p><dl>
@@ -985,7 +985,7 @@
 </dd>
 </dl><a NAME="UserInterface.__customViewer" ID="UserInterface.__customViewer"></a>
 <h4>UserInterface.__customViewer</h4>
-<b>__customViewer</b>(<i>home = None</i>)
+<b>__customViewer</b>(<i>home=None</i>)
 <p>
         Private slot to start a custom viewer.
 </p><dl>
@@ -1005,7 +1005,7 @@
         Private slot to show a dialog to uninstall a plugin.
 </p><a NAME="UserInterface.__designer" ID="UserInterface.__designer"></a>
 <h4>UserInterface.__designer</h4>
-<b>__designer</b>(<i>fn = None, version = 0</i>)
+<b>__designer</b>(<i>fn=None, version=0</i>)
 <p>
         Private slot to start the Qt-Designer executable.
 </p><dl>
@@ -1023,7 +1023,7 @@
         Private slot to start the Qt-Designer 4 executable.
 </p><a NAME="UserInterface.__editPixmap" ID="UserInterface.__editPixmap"></a>
 <h4>UserInterface.__editPixmap</h4>
-<b>__editPixmap</b>(<i>fn = ""</i>)
+<b>__editPixmap</b>(<i>fn=""</i>)
 <p>
         Private slot to show a pixmap in a dialog.
 </p><dl>
@@ -1138,7 +1138,7 @@
         Private slot to create the toolbars.
 </p><a NAME="UserInterface.__installPlugins" ID="UserInterface.__installPlugins"></a>
 <h4>UserInterface.__installPlugins</h4>
-<b>__installPlugins</b>(<i>pluginFileNames = []</i>)
+<b>__installPlugins</b>(<i>pluginFileNames=[]</i>)
 <p>
         Private slot to show a dialog to install a new plugin.
 </p><dl>
@@ -1154,7 +1154,7 @@
         Private slot to handle the lastEditorClosed signal.
 </p><a NAME="UserInterface.__linguist" ID="UserInterface.__linguist"></a>
 <h4>UserInterface.__linguist</h4>
-<b>__linguist</b>(<i>fn = None, version = 0</i>)
+<b>__linguist</b>(<i>fn=None, version=0</i>)
 <p>
         Private slot to start the Qt-Linguist executable.
 </p><dl>
@@ -1167,7 +1167,7 @@
 </dd>
 </dl><a NAME="UserInterface.__linguist4" ID="UserInterface.__linguist4"></a>
 <h4>UserInterface.__linguist4</h4>
-<b>__linguist4</b>(<i>fn = None</i>)
+<b>__linguist4</b>(<i>fn=None</i>)
 <p>
         Private slot to start the Qt-Linguist 4 executable.
 </p><dl>
@@ -1187,7 +1187,7 @@
         Private slot to show a mini editor window.
 </p><a NAME="UserInterface.__openOnStartup" ID="UserInterface.__openOnStartup"></a>
 <h4>UserInterface.__openOnStartup</h4>
-<b>__openOnStartup</b>(<i>startupType = None</i>)
+<b>__openOnStartup</b>(<i>startupType=None</i>)
 <p>
         Private method to open the last file, project or multiproject.
 </p><dl>
@@ -1286,7 +1286,7 @@
 </dd>
 </dl><a NAME="UserInterface.__setEditProfile" ID="UserInterface.__setEditProfile"></a>
 <h4>UserInterface.__setEditProfile</h4>
-<b>__setEditProfile</b>(<i>save = True</i>)
+<b>__setEditProfile</b>(<i>save=True</i>)
 <p>
         Private slot to activate the edit view profile.
 </p><dl>
@@ -1302,7 +1302,7 @@
         Private slot to set the style of the interface.
 </p><a NAME="UserInterface.__setWindowCaption" ID="UserInterface.__setWindowCaption"></a>
 <h4>UserInterface.__setWindowCaption</h4>
-<b>__setWindowCaption</b>(<i>editor = None, project = None</i>)
+<b>__setWindowCaption</b>(<i>editor=None, project=None</i>)
 <p>
         Private method to set the caption of the Main Window.
 </p><dl>
@@ -1344,7 +1344,7 @@
 </dd>
 </dl><a NAME="UserInterface.__showEmailDialog" ID="UserInterface.__showEmailDialog"></a>
 <h4>UserInterface.__showEmailDialog</h4>
-<b>__showEmailDialog</b>(<i>mode, attachFile = None, deleteAttachFile = False</i>)
+<b>__showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
 <p>
         Private slot to show the email dialog in a given mode.
 </p><dl>
@@ -1451,7 +1451,7 @@
 </dd>
 </dl><a NAME="UserInterface.__showSystemEmailClient" ID="UserInterface.__showSystemEmailClient"></a>
 <h4>UserInterface.__showSystemEmailClient</h4>
-<b>__showSystemEmailClient</b>(<i>mode, attachFile = None, deleteAttachFile = False</i>)
+<b>__showSystemEmailClient</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)
 <p>
         Private slot to show the system email dialog.
 </p><dl>
@@ -1537,7 +1537,7 @@
 </dd>
 </dl><a NAME="UserInterface.__startWebBrowser" ID="UserInterface.__startWebBrowser"></a>
 <h4>UserInterface.__startWebBrowser</h4>
-<b>__startWebBrowser</b>(<i>home = ""</i>)
+<b>__startWebBrowser</b>(<i>home=""</i>)
 <p>
         Private slot to start the eric5 web browser.
 </p><dl>
@@ -1710,7 +1710,7 @@
         Private slot to display the unittest dialog and rerun the last test.
 </p><a NAME="UserInterface.__unittestScript" ID="UserInterface.__unittestScript"></a>
 <h4>UserInterface.__unittestScript</h4>
-<b>__unittestScript</b>(<i>prog = None</i>)
+<b>__unittestScript</b>(<i>prog=None</i>)
 <p>
         Private slot for displaying the unittest dialog and run the current script.
 </p><dl>
@@ -1812,7 +1812,7 @@
 <h4>UserInterface.checkConfigurationStatus</h4>
 <b>checkConfigurationStatus</b>(<i></i>)
 <p>
-        Public method to check, if eric5 has been configured. If it is not, 
+        Public method to check, if eric5 has been configured. If it is not,
         the configuration dialog is shown.
 </p><a NAME="UserInterface.checkForErrorLog" ID="UserInterface.checkForErrorLog"></a>
 <h4>UserInterface.checkForErrorLog</h4>
@@ -1974,7 +1974,7 @@
 </dd>
 </dl><a NAME="UserInterface.launchHelpViewer" ID="UserInterface.launchHelpViewer"></a>
 <h4>UserInterface.launchHelpViewer</h4>
-<b>launchHelpViewer</b>(<i>home, searchWord = None</i>)
+<b>launchHelpViewer</b>(<i>home, searchWord=None</i>)
 <p>
         Public slot to start the help viewer.
 </p><dl>
@@ -1987,7 +1987,7 @@
 </dd>
 </dl><a NAME="UserInterface.performVersionCheck" ID="UserInterface.performVersionCheck"></a>
 <h4>UserInterface.performVersionCheck</h4>
-<b>performVersionCheck</b>(<i>manual = True, alternative = 0, showVersions = False</i>)
+<b>performVersionCheck</b>(<i>manual=True, alternative=0, showVersions=False</i>)
 <p>
         Public method to check the internet for an eric5 update.
 </p><dl>
@@ -2011,10 +2011,10 @@
 <dd>
 list of files to open<br />
             The args are processed one at a time. All arguments after a
-            '--' option are considered debug arguments to the program 
+            '--' option are considered debug arguments to the program
             for the debugger. All files named before the '--' option
-            are opened in a text editor, unless the argument ends in 
-            .e4p, then it is opened as a project file. If it ends in 
+            are opened in a text editor, unless the argument ends in
+            .e4p, then it is opened as a project file. If it ends in
             .e4m, it is opened as a multiproject.
 </dd>
 </dl><a NAME="UserInterface.registerToolbar" ID="UserInterface.registerToolbar"></a>
@@ -2045,7 +2045,7 @@
 </dd>
 </dl><a NAME="UserInterface.removeE5Actions" ID="UserInterface.removeE5Actions"></a>
 <h4>UserInterface.removeE5Actions</h4>
-<b>removeE5Actions</b>(<i>actions, type = 'ui'</i>)
+<b>removeE5Actions</b>(<i>actions, type='ui'</i>)
 <p>
         Public method to remove actions from the list of actions.
 </p><dl>
@@ -2072,7 +2072,7 @@
 </dd>
 </dl><a NAME="UserInterface.setDebugProfile" ID="UserInterface.setDebugProfile"></a>
 <h4>UserInterface.setDebugProfile</h4>
-<b>setDebugProfile</b>(<i>save = True</i>)
+<b>setDebugProfile</b>(<i>save=True</i>)
 <p>
         Public slot to activate the debug view profile.
 </p><dl>
@@ -2108,7 +2108,7 @@
 </dd>
 </dl><a NAME="UserInterface.showPreferences" ID="UserInterface.showPreferences"></a>
 <h4>UserInterface.showPreferences</h4>
-<b>showPreferences</b>(<i>pageName = None</i>)
+<b>showPreferences</b>(<i>pageName=None</i>)
 <p>
         Public slot to set the preferences.
 </p><dl>
@@ -2128,7 +2128,7 @@
 </dd>
 </dl><a NAME="UserInterface.versionIsNewer" ID="UserInterface.versionIsNewer"></a>
 <h4>UserInterface.versionIsNewer</h4>
-<b>versionIsNewer</b>(<i>required, snapshot = None</i>)
+<b>versionIsNewer</b>(<i>required, snapshot=None</i>)
 <p>
         Public method to check, if the eric5 version is good compared to
         the required version.

eric ide

mercurial