diff -r e2084f0a28a2 -r 208fced62e00 ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html --- a/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html Sat May 23 11:14:54 2020 +0200 +++ b/ProjectDjango/Documentation/source/Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog.html Mon Jun 22 19:32:12 2020 +0200 @@ -18,96 +18,126 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>Plugin_Project_Django.ProjectDjango.DjangoRunTestServerDataDialog</h1> + <p> Module implementing a dialog to enter the data for the 'loaddata' command. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#DjangoRunTestServerDataDialog">DjangoRunTestServerDataDialog</a></td> <td>Class implementing a dialog to enter the data for the 'loaddata' command.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="DjangoRunTestServerDataDialog" ID="DjangoRunTestServerDataDialog"></a> <h2>DjangoRunTestServerDataDialog</h2> + <p> Class implementing a dialog to enter the data for the 'loaddata' command. </p> <h3>Derived from</h3> QDialog, Ui_DjangoRunTestServerDataDialog <h3>Class Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Class Methods</h3> + <table> <tr><td>None</td></tr> </table> <h3>Methods</h3> + <table> + <tr> <td><a href="#DjangoRunTestServerDataDialog.__init__">DjangoRunTestServerDataDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#DjangoRunTestServerDataDialog.getData">getData</a></td> <td>Public method to get the data entered into the dialog.</td> -</tr><tr> +</tr> +<tr> <td><a href="#DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked">on_fixtureFileButton_clicked</a></td> <td>Private slot to select a fixture file via a file selection dialog.</td> -</tr><tr> +</tr> +<tr> <td><a href="#DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged">on_fixturesEdit_textChanged</a></td> <td>Private slot to handle a change of the fixtures text.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="DjangoRunTestServerDataDialog.__init__" ID="DjangoRunTestServerDataDialog.__init__"></a> <h4>DjangoRunTestServerDataDialog (Constructor)</h4> <b>DjangoRunTestServerDataDialog</b>(<i>project, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>project</i></dt> <dd> reference to the Django project object -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a> +</dl> +<a NAME="DjangoRunTestServerDataDialog.getData" ID="DjangoRunTestServerDataDialog.getData"></a> <h4>DjangoRunTestServerDataDialog.getData</h4> <b>getData</b>(<i></i>) + <p> Public method to get the data entered into the dialog. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> list of fixtures (list of strings) </dd> -</dl><a NAME="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked" ID="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked"></a> +</dl> +<a NAME="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked" ID="DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked"></a> <h4>DjangoRunTestServerDataDialog.on_fixtureFileButton_clicked</h4> <b>on_fixtureFileButton_clicked</b>(<i></i>) + <p> Private slot to select a fixture file via a file selection dialog. -</p><a NAME="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged"></a> +</p> +<a NAME="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged" ID="DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged"></a> <h4>DjangoRunTestServerDataDialog.on_fixturesEdit_textChanged</h4> <b>on_fixturesEdit_textChanged</b>(<i>txt</i>) + <p> Private slot to handle a change of the fixtures text. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> text of the line edit (string)