--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricFileSaveConfirmDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricFileSaveConfirmDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,58 +7,54 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricFileSaveConfirmDialog</h1> - <p> Module implementing a dialog to enter a file system path using a file picker. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricFileSaveConfirmDialog">EricFileSaveConfirmDialog</a></td> <td>Class implementing a dialog to enter a file system path using a file picker.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#confirmOverwrite">confirmOverwrite</a></td> <td>Function to confirm that a file shall be overwritten.</td> </tr> </table> + <hr /> <hr /> <a NAME="EricFileSaveConfirmDialog" ID="EricFileSaveConfirmDialog"></a> <h2>EricFileSaveConfirmDialog</h2> - <p> Class implementing a dialog to enter a file system path using a file picker. </p> + <h3>Derived from</h3> QDialog <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="#EricFileSaveConfirmDialog.__init__">EricFileSaveConfirmDialog</a></td> <td>Constructor</td> @@ -76,19 +72,20 @@ <td>Public method to get the selected action and associated data.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricFileSaveConfirmDialog.__init__" ID="EricFileSaveConfirmDialog.__init__"></a> <h4>EricFileSaveConfirmDialog (Constructor)</h4> <b>EricFileSaveConfirmDialog</b>(<i>filename, title, message="", picker=True, parent=None</i>) - <p> Constructor </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -115,10 +112,10 @@ <a NAME="EricFileSaveConfirmDialog.__buttonBoxClicked" ID="EricFileSaveConfirmDialog.__buttonBoxClicked"></a> <h4>EricFileSaveConfirmDialog.__buttonBoxClicked</h4> <b>__buttonBoxClicked</b>(<i>button</i>) - <p> Private slot to handle the user clicking a button. </p> + <dl> <dt><i>button</i> (QAbstractButton)</dt> @@ -129,10 +126,10 @@ <a NAME="EricFileSaveConfirmDialog.__filenameChanged" ID="EricFileSaveConfirmDialog.__filenameChanged"></a> <h4>EricFileSaveConfirmDialog.__filenameChanged</h4> <b>__filenameChanged</b>(<i>text</i>) - <p> Private slot to handle a change of the file name. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -143,10 +140,10 @@ <a NAME="EricFileSaveConfirmDialog.selectedAction" ID="EricFileSaveConfirmDialog.selectedAction"></a> <h4>EricFileSaveConfirmDialog.selectedAction</h4> <b>selectedAction</b>(<i></i>) - <p> Public method to get the selected action and associated data. </p> + <dl> <dt>Return:</dt> <dd> @@ -166,10 +163,10 @@ <a NAME="confirmOverwrite" ID="confirmOverwrite"></a> <h2>confirmOverwrite</h2> <b>confirmOverwrite</b>(<i>filename, title, message="", picker=True, parent=None</i>) - <p> Function to confirm that a file shall be overwritten. </p> + <dl> <dt><i>filename</i> (str)</dt> @@ -208,4 +205,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>