--- a/Documentation/Source/eric5.Templates.TemplateMultipleVariablesDialog.html Thu Jan 14 17:27:31 2010 +0000 +++ b/Documentation/Source/eric5.Templates.TemplateMultipleVariablesDialog.html Thu Jan 14 18:35:52 2010 +0000 @@ -22,7 +22,7 @@ <body><a NAME="top" ID="top"></a> <h1>eric5.Templates.TemplateMultipleVariablesDialog</h1> <p> -Module implementing a dialog for entering multiple template variables. +Module implementing a dialog for entering multiple template variables. </p> <h3>Global Attributes</h3> <table> @@ -32,7 +32,7 @@ <table> <tr> <td><a href="#TemplateMultipleVariablesDialog">TemplateMultipleVariablesDialog</a></td> -<td>Class implementing a dialog for entering multiple template variables.</td> +<td>Class implementing a dialog for entering multiple template variables.</td> </tr> </table> <h3>Functions</h3> @@ -43,7 +43,7 @@ <a NAME="TemplateMultipleVariablesDialog" ID="TemplateMultipleVariablesDialog"></a> <h2>TemplateMultipleVariablesDialog</h2> <p> - Class implementing a dialog for entering multiple template variables. + Class implementing a dialog for entering multiple template variables. </p> <h3>Derived from</h3> QDialog @@ -55,34 +55,34 @@ <table> <tr> <td><a href="#TemplateMultipleVariablesDialog.__init__">TemplateMultipleVariablesDialog</a></td> -<td>Constructor</td> +<td>Constructor</td> </tr><tr> <td><a href="#TemplateMultipleVariablesDialog.getVariables">getVariables</a></td> -<td>Public method to get the values for all variables.</td> +<td>Public method to get the values for all variables.</td> </tr> </table> <a NAME="TemplateMultipleVariablesDialog.__init__" ID="TemplateMultipleVariablesDialog.__init__"></a> <h4>TemplateMultipleVariablesDialog (Constructor)</h4> <b>TemplateMultipleVariablesDialog</b>(<i>variables, parent = None</i>) <p> - Constructor + Constructor </p><dl> <dt><i>variables</i></dt> <dd> -list of template variable names (list of strings) +list of template variable names (list of strings) </dd><dt><i>parent</i></dt> <dd> -parent widget of this dialog (QWidget) +parent widget of this dialog (QWidget) </dd> </dl><a NAME="TemplateMultipleVariablesDialog.getVariables" ID="TemplateMultipleVariablesDialog.getVariables"></a> <h4>TemplateMultipleVariablesDialog.getVariables</h4> <b>getVariables</b>(<i></i>) <p> - Public method to get the values for all variables. + Public method to get the values for all variables. </p><dl> <dt>Returns:</dt> <dd> -dictionary with the variable as a key and its value (string) +dictionary with the variable as a key and its value (string) </dd> </dl> <div align="right"><a href="#top">Up</a></div>