PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html

changeset 25
05c80b70ced5
parent 2
1375fce99e3b
child 51
a18bc7af1151
diff -r 0959d163449e -r 05c80b70ced5 PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html
--- a/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html	Thu Apr 24 19:06:53 2014 +0200
+++ b/PrintRemover/Documentation/source/Plugin_Tools_Print_Remover.PrintRemover.ConfigurationPage.PrintRemoverPage.html	Sat Apr 26 15:49:42 2014 +0200
@@ -60,18 +60,30 @@
 <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><a href="#PrintRemoverPage.__moveSelectedEntry">__moveSelectedEntry</a></td>
+<td>Private method to move the selected entry up or down.</td>
+</tr><tr>
+<td><a href="#PrintRemoverPage.on_addButton_clicked">on_addButton_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>
+<td><a href="#PrintRemoverPage.on_addSeparatorButton_clicked">on_addSeparatorButton_clicked</a></td>
+<td>Private slot add a separator to the list.</td>
+</tr><tr>
+<td><a href="#PrintRemoverPage.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
+<td>Private slot to delete the selected entry.</td>
 </tr><tr>
-<td><a href="#PrintRemoverPage.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td>
-<td>Private slot to handle entering a pattern.</td>
+<td><a href="#PrintRemoverPage.on_downButton_clicked">on_downButton_clicked</a></td>
+<td>Private slot to move an entry down.</td>
+</tr><tr>
+<td><a href="#PrintRemoverPage.on_editButton_clicked">on_editButton_clicked</a></td>
+<td>Private slot to edit the selected entry.</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.on_upButton_clicked">on_upButton_clicked</a></td>
+<td>Private slot to move an entry up.</td>
+</tr><tr>
 <td><a href="#PrintRemoverPage.save">save</a></td>
 <td>Public slot to save the Print Remover configuration.</td>
 </tr>
@@ -90,31 +102,51 @@
 <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>)
+</dl><a NAME="PrintRemoverPage.__moveSelectedEntry" ID="PrintRemoverPage.__moveSelectedEntry"></a>
+<h4>PrintRemoverPage.__moveSelectedEntry</h4>
+<b>__moveSelectedEntry</b>(<i>moveUp</i>)
+<p>
+        Private method to move the selected entry up or down.
+</p><dl>
+<dt><i>moveUp</i></dt>
+<dd>
+flag indicating to move the entry up (boolean)
+</dd>
+</dl><a NAME="PrintRemoverPage.on_addButton_clicked" ID="PrintRemoverPage.on_addButton_clicked"></a>
+<h4>PrintRemoverPage.on_addButton_clicked</h4>
+<b>on_addButton_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><a NAME="PrintRemoverPage.on_addSeparatorButton_clicked" ID="PrintRemoverPage.on_addSeparatorButton_clicked"></a>
+<h4>PrintRemoverPage.on_addSeparatorButton_clicked</h4>
+<b>on_addSeparatorButton_clicked</b>(<i></i>)
+<p>
+        Private slot add a separator to the list.
+</p><a NAME="PrintRemoverPage.on_deleteButton_clicked" ID="PrintRemoverPage.on_deleteButton_clicked"></a>
+<h4>PrintRemoverPage.on_deleteButton_clicked</h4>
+<b>on_deleteButton_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>)
+        Private slot to delete the selected entry.
+</p><a NAME="PrintRemoverPage.on_downButton_clicked" ID="PrintRemoverPage.on_downButton_clicked"></a>
+<h4>PrintRemoverPage.on_downButton_clicked</h4>
+<b>on_downButton_clicked</b>(<i></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>
+        Private slot to move an entry down.
+</p><a NAME="PrintRemoverPage.on_editButton_clicked" ID="PrintRemoverPage.on_editButton_clicked"></a>
+<h4>PrintRemoverPage.on_editButton_clicked</h4>
+<b>on_editButton_clicked</b>(<i></i>)
+<p>
+        Private slot to edit the selected entry.
+</p><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.on_upButton_clicked" ID="PrintRemoverPage.on_upButton_clicked"></a>
+<h4>PrintRemoverPage.on_upButton_clicked</h4>
+<b>on_upButton_clicked</b>(<i></i>)
+<p>
+        Private slot to move an entry up.
 </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a>
 <h4>PrintRemoverPage.save</h4>
 <b>save</b>(<i></i>)

eric ide

mercurial