Documentation/Source/eric5.Plugins.PluginWizardQFileDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.PluginWizardQFileDialog.html
--- a/Documentation/Source/eric5.Plugins.PluginWizardQFileDialog.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.PluginWizardQFileDialog.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Plugins.PluginWizardQFileDialog</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#81;&#70;&#105;&#108;&#101;&#68;&#105;&#97;&#108;&#111;&#103; w&#105;z&#97;&#114;&#100; &#112;&#108;&#117;&#103;&#105;&#110;.
+Module implementing the QFileDialog wizard plugin.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#FileDialogWizard">FileDialogWizard</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#81;&#70;&#105;&#108;&#101;&#68;&#105;&#97;&#108;&#111;&#103; w&#105;z&#97;&#114;&#100; &#112;&#108;&#117;&#103;&#105;&#110;.</td>
+<td>Class implementing the QFileDialog wizard plugin.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,7 +43,7 @@
 <a NAME="FileDialogWizard" ID="FileDialogWizard"></a>
 <h2>FileDialogWizard</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; &#81;&#70;&#105;&#108;&#101;&#68;&#105;&#97;&#108;&#111;&#103; w&#105;z&#97;&#114;&#100; &#112;&#108;&#117;&#103;&#105;&#110;.
+    Class implementing the QFileDialog wizard plugin.
 </p>
 <h3>Derived from</h3>
 QObject
@@ -55,82 +55,82 @@
 <table>
 <tr>
 <td><a href="#FileDialogWizard.__init__">FileDialogWizard</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.__callForm">__callForm</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#111;&#100;&#101;.</td>
+<td>Private method to display a dialog and get the code.</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.__handle">__handle</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; w&#105;z&#97;&#114;&#100;&#115; &#97;&#99;&#116;&#105;&#111;&#110;</td>
+<td>Private method to handle the wizards action</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.__initAction">__initAction</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110;.</td>
+<td>Private method to initialize the action.</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.__initMenu">__initMenu</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#116;&#104;&#101; &#114;&#105;&#103;&#104;&#116; &#109;&#101;&#110;&#117;.</td>
+<td>Private method to add the actions to the right menu.</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.activate">activate</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#105;&#115; &#112;&#108;&#117;&#103;&#105;&#110;.</td>
+<td>Public method to activate this plugin.</td>
 </tr><tr>
 <td><a href="#FileDialogWizard.deactivate">deactivate</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#105;&#115; &#112;&#108;&#117;&#103;&#105;&#110;.</td>
+<td>Public method to deactivate this plugin.</td>
 </tr>
 </table>
 <a NAME="FileDialogWizard.__init__" ID="FileDialogWizard.__init__"></a>
 <h4>FileDialogWizard (Constructor)</h4>
 <b>FileDialogWizard</b>(<i>ui</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>ui</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#117;&#115;&#101;&#114; &#105;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101; &#111;&#98;&#106;&#101;&#99;&#116; (&#85;&#73;.&#85;&#115;&#101;&#114;&#73;&#110;&#116;&#101;&#114;&#102;&#97;&#99;&#101;)
+reference to the user interface object (UI.UserInterface)
 </dd>
 </dl><a NAME="FileDialogWizard.__callForm" ID="FileDialogWizard.__callForm"></a>
 <h4>FileDialogWizard.__callForm</h4>
 <b>__callForm</b>(<i>editor</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#105;&#115;&#112;&#108;&#97;y &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#97;&#110;&#100; &#103;&#101;&#116; &#116;&#104;&#101; &#99;&#111;&#100;&#101;.
+        Private method to display a dialog and get the code.
 </p><dl>
 <dt><i>editor</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; &#99;&#117;&#114;&#114;&#101;&#110;&#116; &#101;&#100;&#105;&#116;&#111;&#114;
+reference to the current editor
 </dd>
 </dl><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#104;&#101; &#103;&#101;&#110;&#101;&#114;&#97;&#116;&#101;&#100; &#99;&#111;&#100;&#101; (&#115;&#116;&#114;&#105;&#110;&#103;)
+the generated code (string)
 </dd>
 </dl><a NAME="FileDialogWizard.__handle" ID="FileDialogWizard.__handle"></a>
 <h4>FileDialogWizard.__handle</h4>
 <b>__handle</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#104;&#97;&#110;&#100;&#108;&#101; &#116;&#104;&#101; w&#105;z&#97;&#114;&#100;&#115; &#97;&#99;&#116;&#105;&#111;&#110; 
+        Private method to handle the wizards action 
 </p><a NAME="FileDialogWizard.__initAction" ID="FileDialogWizard.__initAction"></a>
 <h4>FileDialogWizard.__initAction</h4>
 <b>__initAction</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#105;&#110;&#105;&#116;&#105;&#97;&#108;&#105;z&#101; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110;.
+        Private method to initialize the action.
 </p><a NAME="FileDialogWizard.__initMenu" ID="FileDialogWizard.__initMenu"></a>
 <h4>FileDialogWizard.__initMenu</h4>
 <b>__initMenu</b>(<i></i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#100;&#100; &#116;&#104;&#101; &#97;&#99;&#116;&#105;&#111;&#110;&#115; &#116;&#111; &#116;&#104;&#101; &#114;&#105;&#103;&#104;&#116; &#109;&#101;&#110;&#117;.
+        Private method to add the actions to the right menu.
 </p><a NAME="FileDialogWizard.activate" ID="FileDialogWizard.activate"></a>
 <h4>FileDialogWizard.activate</h4>
 <b>activate</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#105;&#115; &#112;&#108;&#117;&#103;&#105;&#110;.
+        Public method to activate this plugin.
 </p><dl>
 <dt>Returns:</dt>
 <dd>
-&#116;&#117;&#112;&#108;&#101; &#111;&#102; &#78;&#111;&#110;&#101; &#97;&#110;&#100; &#97;&#99;&#116;&#105;v&#97;&#116;&#105;&#111;&#110; &#115;&#116;&#97;&#116;&#117;&#115; (&#98;&#111;&#111;&#108;&#101;&#97;&#110;)
+tuple of None and activation status (boolean)
 </dd>
 </dl><a NAME="FileDialogWizard.deactivate" ID="FileDialogWizard.deactivate"></a>
 <h4>FileDialogWizard.deactivate</h4>
 <b>deactivate</b>(<i></i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#109;&#101;&#116;&#104;&#111;&#100; &#116;&#111; &#100;&#101;&#97;&#99;&#116;&#105;v&#97;&#116;&#101; &#116;&#104;&#105;&#115; &#112;&#108;&#117;&#103;&#105;&#110;.
+        Public method to deactivate this plugin.
 </p>
 <div align="right"><a href="#top">Up</a></div>
 <hr />

eric ide

mercurial