WizardDataUriEncoder/Documentation/source/Plugin_Wizard_DataUriEncoder.WizardDataUriEncoder.DataUriEncoderWizardDialog.html

branch
eric7
changeset 44
1ab3e76972e6
parent 41
f7634f688a52
child 48
d9cd58b1e0c8
diff -r dbb86ed48634 -r 1ab3e76972e6 WizardDataUriEncoder/Documentation/source/Plugin_Wizard_DataUriEncoder.WizardDataUriEncoder.DataUriEncoderWizardDialog.html
--- a/WizardDataUriEncoder/Documentation/source/Plugin_Wizard_DataUriEncoder.WizardDataUriEncoder.DataUriEncoderWizardDialog.html	Wed Jun 02 17:20:11 2021 +0200
+++ b/WizardDataUriEncoder/Documentation/source/Plugin_Wizard_DataUriEncoder.WizardDataUriEncoder.DataUriEncoderWizardDialog.html	Wed Jun 02 17:30:01 2021 +0200
@@ -28,7 +28,7 @@
 <h3>Global Attributes</h3>
 
 <table>
-<tr><td>Python3Template</td></tr>
+<tr><td>DataUriTemplates</td></tr>
 </table>
 <h3>Classes</h3>
 
@@ -77,10 +77,6 @@
 <td>Private method to get the mime type from the user.</td>
 </tr>
 <tr>
-<td><a href="#DataUriEncoderWizardDialog.__getStartDir">__getStartDir</a></td>
-<td>Private method to get the start directory for selection dialogs.</td>
-</tr>
-<tr>
 <td><a href="#DataUriEncoderWizardDialog.getCode">getCode</a></td>
 <td>Public method to get the code.</td>
 </tr>
@@ -97,11 +93,7 @@
 <td>Private slot to encode the contents of the given file.</td>
 </tr>
 <tr>
-<td><a href="#DataUriEncoderWizardDialog.on_fileButton_clicked">on_fileButton_clicked</a></td>
-<td>Private slot to select the file to be encoded via a selection dialog.</td>
-</tr>
-<tr>
-<td><a href="#DataUriEncoderWizardDialog.on_fileEdit_textChanged">on_fileEdit_textChanged</a></td>
+<td><a href="#DataUriEncoderWizardDialog.on_filePicker_textChanged">on_filePicker_textChanged</a></td>
 <td>Private slot to handle the editing of the file name.</td>
 </tr>
 <tr>
@@ -124,9 +116,9 @@
 </p>
 <dl>
 
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="DataUriEncoderWizardDialog.__askMime" ID="DataUriEncoderWizardDialog.__askMime"></a>
@@ -139,20 +131,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-entered mime type (string)
+entered mime type
 </dd>
 </dl>
-<a NAME="DataUriEncoderWizardDialog.__getStartDir" ID="DataUriEncoderWizardDialog.__getStartDir"></a>
-<h4>DataUriEncoderWizardDialog.__getStartDir</h4>
-<b>__getStartDir</b>(<i></i>)
-
-<p>
-        Private method to get the start directory for selection dialogs.
-</p>
 <dl>
-<dt>Return:</dt>
+<dt>Return Type:</dt>
 <dd>
-start directory (string)
+str
 </dd>
 </dl>
 <a NAME="DataUriEncoderWizardDialog.getCode" ID="DataUriEncoderWizardDialog.getCode"></a>
@@ -165,7 +150,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-generated code (string)
+generated code
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="DataUriEncoderWizardDialog.on_copyButton_clicked" ID="DataUriEncoderWizardDialog.on_copyButton_clicked"></a>
@@ -184,9 +175,9 @@
 </p>
 <dl>
 
-<dt><i>index</i></dt>
+<dt><i>index</i> (int)</dt>
 <dd>
-index of the selected entry (integer)
+index of the selected entry
 </dd>
 </dl>
 <a NAME="DataUriEncoderWizardDialog.on_encodeButton_clicked" ID="DataUriEncoderWizardDialog.on_encodeButton_clicked"></a>
@@ -196,25 +187,18 @@
 <p>
         Private slot to encode the contents of the given file.
 </p>
-<a NAME="DataUriEncoderWizardDialog.on_fileButton_clicked" ID="DataUriEncoderWizardDialog.on_fileButton_clicked"></a>
-<h4>DataUriEncoderWizardDialog.on_fileButton_clicked</h4>
-<b>on_fileButton_clicked</b>(<i></i>)
-
-<p>
-        Private slot to select the file to be encoded via a selection dialog.
-</p>
-<a NAME="DataUriEncoderWizardDialog.on_fileEdit_textChanged" ID="DataUriEncoderWizardDialog.on_fileEdit_textChanged"></a>
-<h4>DataUriEncoderWizardDialog.on_fileEdit_textChanged</h4>
-<b>on_fileEdit_textChanged</b>(<i>txt</i>)
+<a NAME="DataUriEncoderWizardDialog.on_filePicker_textChanged" ID="DataUriEncoderWizardDialog.on_filePicker_textChanged"></a>
+<h4>DataUriEncoderWizardDialog.on_filePicker_textChanged</h4>
+<b>on_filePicker_textChanged</b>(<i>txt</i>)
 
 <p>
         Private slot to handle the editing of the file name.
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-current file name (string)
+current file name
 </dd>
 </dl>
 <a NAME="DataUriEncoderWizardDialog.on_outputTextEdit_textChanged" ID="DataUriEncoderWizardDialog.on_outputTextEdit_textChanged"></a>

eric ide

mercurial