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

changeset 25
05c80b70ced5
parent 2
1375fce99e3b
child 51
a18bc7af1151
equal deleted inserted replaced
24:0959d163449e 25:05c80b70ced5
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#PrintRemoverPage.__init__">PrintRemoverPage</a></td> 60 <td><a href="#PrintRemoverPage.__init__">PrintRemoverPage</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#PrintRemoverPage.on_addPatternButton_clicked">on_addPatternButton_clicked</a></td> 63 <td><a href="#PrintRemoverPage.__moveSelectedEntry">__moveSelectedEntry</a></td>
64 <td>Private method to move the selected entry up or down.</td>
65 </tr><tr>
66 <td><a href="#PrintRemoverPage.on_addButton_clicked">on_addButton_clicked</a></td>
64 <td>Private slot add a pattern to the list.</td> 67 <td>Private slot add a pattern to the list.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#PrintRemoverPage.on_deletePatternButton_clicked">on_deletePatternButton_clicked</a></td> 69 <td><a href="#PrintRemoverPage.on_addSeparatorButton_clicked">on_addSeparatorButton_clicked</a></td>
67 <td>Private slot to delete the selected items.</td> 70 <td>Private slot add a separator to the list.</td>
68 </tr><tr> 71 </tr><tr>
69 <td><a href="#PrintRemoverPage.on_patternEdit_textChanged">on_patternEdit_textChanged</a></td> 72 <td><a href="#PrintRemoverPage.on_deleteButton_clicked">on_deleteButton_clicked</a></td>
70 <td>Private slot to handle entering a pattern.</td> 73 <td>Private slot to delete the selected entry.</td>
74 </tr><tr>
75 <td><a href="#PrintRemoverPage.on_downButton_clicked">on_downButton_clicked</a></td>
76 <td>Private slot to move an entry down.</td>
77 </tr><tr>
78 <td><a href="#PrintRemoverPage.on_editButton_clicked">on_editButton_clicked</a></td>
79 <td>Private slot to edit the selected entry.</td>
71 </tr><tr> 80 </tr><tr>
72 <td><a href="#PrintRemoverPage.on_patternList_itemSelectionChanged">on_patternList_itemSelectionChanged</a></td> 81 <td><a href="#PrintRemoverPage.on_patternList_itemSelectionChanged">on_patternList_itemSelectionChanged</a></td>
73 <td>Private slot to handle the selection of patterns.</td> 82 <td>Private slot to handle the selection of patterns.</td>
83 </tr><tr>
84 <td><a href="#PrintRemoverPage.on_upButton_clicked">on_upButton_clicked</a></td>
85 <td>Private slot to move an entry up.</td>
74 </tr><tr> 86 </tr><tr>
75 <td><a href="#PrintRemoverPage.save">save</a></td> 87 <td><a href="#PrintRemoverPage.save">save</a></td>
76 <td>Public slot to save the Print Remover configuration.</td> 88 <td>Public slot to save the Print Remover configuration.</td>
77 </tr> 89 </tr>
78 </table> 90 </table>
88 </p><dl> 100 </p><dl>
89 <dt><i>plugin</i></dt> 101 <dt><i>plugin</i></dt>
90 <dd> 102 <dd>
91 reference to the plugin object 103 reference to the plugin object
92 </dd> 104 </dd>
93 </dl><a NAME="PrintRemoverPage.on_addPatternButton_clicked" ID="PrintRemoverPage.on_addPatternButton_clicked"></a> 105 </dl><a NAME="PrintRemoverPage.__moveSelectedEntry" ID="PrintRemoverPage.__moveSelectedEntry"></a>
94 <h4>PrintRemoverPage.on_addPatternButton_clicked</h4> 106 <h4>PrintRemoverPage.__moveSelectedEntry</h4>
95 <b>on_addPatternButton_clicked</b>(<i></i>) 107 <b>__moveSelectedEntry</b>(<i>moveUp</i>)
108 <p>
109 Private method to move the selected entry up or down.
110 </p><dl>
111 <dt><i>moveUp</i></dt>
112 <dd>
113 flag indicating to move the entry up (boolean)
114 </dd>
115 </dl><a NAME="PrintRemoverPage.on_addButton_clicked" ID="PrintRemoverPage.on_addButton_clicked"></a>
116 <h4>PrintRemoverPage.on_addButton_clicked</h4>
117 <b>on_addButton_clicked</b>(<i></i>)
96 <p> 118 <p>
97 Private slot add a pattern to the list. 119 Private slot add a pattern to the list.
98 </p><a NAME="PrintRemoverPage.on_deletePatternButton_clicked" ID="PrintRemoverPage.on_deletePatternButton_clicked"></a> 120 </p><a NAME="PrintRemoverPage.on_addSeparatorButton_clicked" ID="PrintRemoverPage.on_addSeparatorButton_clicked"></a>
99 <h4>PrintRemoverPage.on_deletePatternButton_clicked</h4> 121 <h4>PrintRemoverPage.on_addSeparatorButton_clicked</h4>
100 <b>on_deletePatternButton_clicked</b>(<i></i>) 122 <b>on_addSeparatorButton_clicked</b>(<i></i>)
101 <p> 123 <p>
102 Private slot to delete the selected items. 124 Private slot add a separator to the list.
103 </p><a NAME="PrintRemoverPage.on_patternEdit_textChanged" ID="PrintRemoverPage.on_patternEdit_textChanged"></a> 125 </p><a NAME="PrintRemoverPage.on_deleteButton_clicked" ID="PrintRemoverPage.on_deleteButton_clicked"></a>
104 <h4>PrintRemoverPage.on_patternEdit_textChanged</h4> 126 <h4>PrintRemoverPage.on_deleteButton_clicked</h4>
105 <b>on_patternEdit_textChanged</b>(<i>pattern</i>) 127 <b>on_deleteButton_clicked</b>(<i></i>)
106 <p> 128 <p>
107 Private slot to handle entering a pattern. 129 Private slot to delete the selected entry.
108 </p><dl> 130 </p><a NAME="PrintRemoverPage.on_downButton_clicked" ID="PrintRemoverPage.on_downButton_clicked"></a>
109 <dt><i>pattern</i></dt> 131 <h4>PrintRemoverPage.on_downButton_clicked</h4>
110 <dd> 132 <b>on_downButton_clicked</b>(<i></i>)
111 pattern string entered into the line edit (string) 133 <p>
112 </dd> 134 Private slot to move an entry down.
113 </dl><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a> 135 </p><a NAME="PrintRemoverPage.on_editButton_clicked" ID="PrintRemoverPage.on_editButton_clicked"></a>
136 <h4>PrintRemoverPage.on_editButton_clicked</h4>
137 <b>on_editButton_clicked</b>(<i></i>)
138 <p>
139 Private slot to edit the selected entry.
140 </p><a NAME="PrintRemoverPage.on_patternList_itemSelectionChanged" ID="PrintRemoverPage.on_patternList_itemSelectionChanged"></a>
114 <h4>PrintRemoverPage.on_patternList_itemSelectionChanged</h4> 141 <h4>PrintRemoverPage.on_patternList_itemSelectionChanged</h4>
115 <b>on_patternList_itemSelectionChanged</b>(<i></i>) 142 <b>on_patternList_itemSelectionChanged</b>(<i></i>)
116 <p> 143 <p>
117 Private slot to handle the selection of patterns. 144 Private slot to handle the selection of patterns.
145 </p><a NAME="PrintRemoverPage.on_upButton_clicked" ID="PrintRemoverPage.on_upButton_clicked"></a>
146 <h4>PrintRemoverPage.on_upButton_clicked</h4>
147 <b>on_upButton_clicked</b>(<i></i>)
148 <p>
149 Private slot to move an entry up.
118 </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a> 150 </p><a NAME="PrintRemoverPage.save" ID="PrintRemoverPage.save"></a>
119 <h4>PrintRemoverPage.save</h4> 151 <h4>PrintRemoverPage.save</h4>
120 <b>save</b>(<i></i>) 152 <b>save</b>(<i></i>)
121 <p> 153 <p>
122 Public slot to save the Print Remover configuration. 154 Public slot to save the Print Remover configuration.

eric ide

mercurial