--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Wed Sep 25 19:40:31 2019 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Wed Sep 25 19:42:44 2019 +0200 @@ -18,92 +18,120 @@ </style> </head> -<body><a NAME="top" ID="top"></a> +<body> +<a NAME="top" ID="top"></a> <h1>eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog</h1> + <p> Module implementing a dialog to enter the data for the repo conversion. </p> <h3>Global Attributes</h3> + <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> + <table> + <tr> <td><a href="#LfConvertDataDialog">LfConvertDataDialog</a></td> <td>Class implementing a dialog to enter the data for the repo conversion.</td> </tr> </table> <h3>Functions</h3> + <table> <tr><td>None</td></tr> </table> -<hr /><hr /> +<hr /> +<hr /> <a NAME="LfConvertDataDialog" ID="LfConvertDataDialog"></a> <h2>LfConvertDataDialog</h2> + <p> Class implementing a dialog to enter the data for the repo conversion. </p> <h3>Derived from</h3> QDialog, Ui_LfConvertDataDialog <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="#LfConvertDataDialog.__init__">LfConvertDataDialog</a></td> <td>Constructor</td> -</tr><tr> +</tr> +<tr> <td><a href="#LfConvertDataDialog.getData">getData</a></td> <td>Public method to retrieve the entered data.</td> -</tr><tr> +</tr> +<tr> <td><a href="#LfConvertDataDialog.on_newProjectPicker_textChanged">on_newProjectPicker_textChanged</a></td> <td>Private slot to handle editing of the new project directory.</td> </tr> </table> <h3>Static Methods</h3> + <table> <tr><td>None</td></tr> </table> + <a NAME="LfConvertDataDialog.__init__" ID="LfConvertDataDialog.__init__"></a> <h4>LfConvertDataDialog (Constructor)</h4> <b>LfConvertDataDialog</b>(<i>currentPath, mode, parent=None</i>) + <p> Constructor -</p><dl> +</p> +<dl> + <dt><i>currentPath</i></dt> <dd> directory name of the current project (string) -</dd><dt><i>mode</i></dt> +</dd> +<dt><i>mode</i></dt> <dd> dialog mode (string, one of 'largefiles' or 'normal') -</dd><dt><i>parent</i></dt> +</dd> +<dt><i>parent</i></dt> <dd> reference to the parent widget (QWidget) </dd> -</dl><a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a> +</dl> +<a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a> <h4>LfConvertDataDialog.getData</h4> <b>getData</b>(<i></i>) + <p> Public method to retrieve the entered data. -</p><dl> +</p> +<dl> <dt>Returns:</dt> <dd> tuple containing the new project directory name (string), minimum file size (integer) and file patterns (list of string) </dd> -</dl><a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a> +</dl> +<a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a> <h4>LfConvertDataDialog.on_newProjectPicker_textChanged</h4> <b>on_newProjectPicker_textChanged</b>(<i>txt</i>) + <p> Private slot to handle editing of the new project directory. -</p><dl> +</p> +<dl> + <dt><i>txt</i></dt> <dd> new project directory name (string)