Wed, 18 Dec 2013 09:26:02 +0100
Finished first relese of the print remover tool plug-in.
<!DOCTYPE html> <html><head> <title>Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage</title> <meta charset="UTF-8"> <style> body { background: #EDECE6; margin: 0em 1em 10em 1em; color: black; } h1 { color: white; background: #85774A; } h2 { color: white; background: #85774A; } h3 { color: white; background: #9D936E; } h4 { color: white; background: #9D936E; } a { color: #BA6D36; } </style> </head> <body><a NAME="top" ID="top"></a> <h1>Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage</h1> <p> Module implementing the Print Remover configuration page. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#PrintRemoverPage">PrintRemoverPage</a></td> <td>Class implementing the Print Remover configuration page.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /><hr /> <a NAME="PrintRemoverPage" ID="PrintRemoverPage"></a> <h2>PrintRemoverPage</h2> <p> Class implementing the Print Remover configuration page. </p> <h3>Derived from</h3> ConfigurationPageBase, Ui_PrintRemoverPage <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="#PrintRemoverPage.__init__">PrintRemoverPage</a></td> <td>Constructor</td> </tr><tr> <td><a href="#PrintRemoverPage.on_addPatternButton_clicked">on_addPatternButton_clicked</a></td> <td>Private slot add a pattern to the list.</td> </tr><tr> <td><a href="#PrintRemoverPage.on_deletePatternButton_clicked">on_deletePatternButton_clicked</a></td> <td>Private slot to delete the selected items.</td> </tr><tr> <td><a href="#PrintRemoverPage.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> <td>Private slot to handle entering a pattern.</td> </tr><tr> <td><a href="#PrintRemoverPage.on_patternList_itemSelectionChanged">on_patternList_itemSelectionChanged</a></td> <td>Private slot to handle the selection of patterns.</td> </tr><tr> <td><a href="#PrintRemoverPage.save">save</a></td> <td>Public slot to save the Print Remover configuration.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="PrintRemoverPage.__init__" ID="PrintRemoverPage.__init__"></a> <h4>PrintRemoverPage (Constructor)</h4> <b>PrintRemoverPage</b>(<i>plugin</i>) <p> Constructor </p><dl> <dt><i>plugin</i></dt> <dd> reference to the plugin object </dd> </dl><a NAME="PrintRemoverPage.on_addPatternButton_clicked" ID="PrintRemoverPage.on_addPatternButton_clicked"></a> <h4>PrintRemoverPage.on_addPatternButton_clicked</h4> <b>on_addPatternButton_clicked</b>(<i></i>) <p> Private slot add a pattern to the list. </p><a NAME="PrintRemoverPage.on_deletePatternButton_clicked" ID="PrintRemoverPage.on_deletePatternButton_clicked"></a> <h4>PrintRemoverPage.on_deletePatternButton_clicked</h4> <b>on_deletePatternButton_clicked</b>(<i></i>) <p> Private slot to delete the selected items. </p><a NAME="PrintRemoverPage.on_patternEdit_textChanged" ID="PrintRemoverPage.on_patternEdit_textChanged"></a> <h4>PrintRemoverPage.on_patternEdit_textChanged</h4> <b>on_patternEdit_textChanged</b>(<i>pattern</i>) <p> Private slot to handle entering a pattern. </p><dl> <dt><i>pattern</i></dt> <dd> pattern string entered into the line edit (string) </dd> </dl><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a> <h4>PrintRemoverPage.on_patternList_itemSelectionChanged</h4> <b>on_patternList_itemSelectionChanged</b>(<i></i>) <p> Private slot to handle the selection of patterns. </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a> <h4>PrintRemoverPage.save</h4> <b>save</b>(<i></i>) <p> Public slot to save the Print Remover configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>