112 <p> |
112 <p> |
113 Constructor |
113 Constructor |
114 </p> |
114 </p> |
115 <dl> |
115 <dl> |
116 |
116 |
117 <dt><i>vcs</i></dt> |
117 <dt><i>vcs</i> (Hg)</dt> |
118 <dd> |
118 <dd> |
119 reference to the vcs object |
119 reference to the vcs object |
120 </dd> |
120 </dd> |
121 <dt><i>extension</i></dt> |
121 <dt><i>extension</i> (Queues)</dt> |
122 <dd> |
122 <dd> |
123 reference to the extension module (Queues) |
123 reference to the extension module |
124 </dd> |
124 </dd> |
125 <dt><i>patchesList</i></dt> |
125 <dt><i>patchesList</i> (list of str)</dt> |
126 <dd> |
126 <dd> |
127 list of patches (list of strings) |
127 list of patches |
128 </dd> |
128 </dd> |
129 <dt><i>parent</i></dt> |
129 <dt><i>parent</i> (QWidget)</dt> |
130 <dd> |
130 <dd> |
131 reference to the parent widget (QWidget) |
131 reference to the parent widget |
132 </dd> |
132 </dd> |
133 </dl> |
133 </dl> |
134 <a NAME="HgQueuesDefineGuardsDialog.__applyGuards" ID="HgQueuesDefineGuardsDialog.__applyGuards"></a> |
134 <a NAME="HgQueuesDefineGuardsDialog.__applyGuards" ID="HgQueuesDefineGuardsDialog.__applyGuards"></a> |
135 <h4>HgQueuesDefineGuardsDialog.__applyGuards</h4> |
135 <h4>HgQueuesDefineGuardsDialog.__applyGuards</h4> |
136 <b>__applyGuards</b>(<i></i>) |
136 <b>__applyGuards</b>(<i></i>) |
145 <p> |
145 <p> |
146 Private method to get a reference to a named guard. |
146 Private method to get a reference to a named guard. |
147 </p> |
147 </p> |
148 <dl> |
148 <dl> |
149 |
149 |
150 <dt><i>guard</i></dt> |
150 <dt><i>guard</i> (str)</dt> |
151 <dd> |
151 <dd> |
152 name of the guard (string) |
152 name of the guard |
153 </dd> |
153 </dd> |
154 </dl> |
154 </dl> |
155 <dl> |
155 <dl> |
156 <dt>Return:</dt> |
156 <dt>Return:</dt> |
157 <dd> |
157 <dd> |
158 reference to the guard item (QListWidgetItem) |
158 reference to the guard item |
|
159 </dd> |
|
160 </dl> |
|
161 <dl> |
|
162 <dt>Return Type:</dt> |
|
163 <dd> |
|
164 QListWidgetItem |
159 </dd> |
165 </dd> |
160 </dl> |
166 </dl> |
161 <a NAME="HgQueuesDefineGuardsDialog.closeEvent" ID="HgQueuesDefineGuardsDialog.closeEvent"></a> |
167 <a NAME="HgQueuesDefineGuardsDialog.closeEvent" ID="HgQueuesDefineGuardsDialog.closeEvent"></a> |
162 <h4>HgQueuesDefineGuardsDialog.closeEvent</h4> |
168 <h4>HgQueuesDefineGuardsDialog.closeEvent</h4> |
163 <b>closeEvent</b>(<i>e</i>) |
169 <b>closeEvent</b>(<i>e</i>) |
165 <p> |
171 <p> |
166 Protected slot implementing a close event handler. |
172 Protected slot implementing a close event handler. |
167 </p> |
173 </p> |
168 <dl> |
174 <dl> |
169 |
175 |
170 <dt><i>e</i></dt> |
176 <dt><i>e</i> (QCloseEvent)</dt> |
171 <dd> |
177 <dd> |
172 close event (QCloseEvent) |
178 close event |
173 </dd> |
179 </dd> |
174 </dl> |
180 </dl> |
175 <a NAME="HgQueuesDefineGuardsDialog.on_addButton_clicked" ID="HgQueuesDefineGuardsDialog.on_addButton_clicked"></a> |
181 <a NAME="HgQueuesDefineGuardsDialog.on_addButton_clicked" ID="HgQueuesDefineGuardsDialog.on_addButton_clicked"></a> |
176 <h4>HgQueuesDefineGuardsDialog.on_addButton_clicked</h4> |
182 <h4>HgQueuesDefineGuardsDialog.on_addButton_clicked</h4> |
177 <b>on_addButton_clicked</b>(<i></i>) |
183 <b>on_addButton_clicked</b>(<i></i>) |
186 <p> |
192 <p> |
187 Private slot called by a button of the button box clicked. |
193 Private slot called by a button of the button box clicked. |
188 </p> |
194 </p> |
189 <dl> |
195 <dl> |
190 |
196 |
191 <dt><i>button</i></dt> |
197 <dt><i>button</i> (QAbstractButton)</dt> |
192 <dd> |
198 <dd> |
193 button that was clicked (QAbstractButton) |
199 button that was clicked |
194 </dd> |
200 </dd> |
195 </dl> |
201 </dl> |
196 <a NAME="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" ID="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged"></a> |
202 <a NAME="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged" ID="HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged"></a> |
197 <h4>HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged</h4> |
203 <h4>HgQueuesDefineGuardsDialog.on_guardCombo_editTextChanged</h4> |
198 <b>on_guardCombo_editTextChanged</b>(<i>txt</i>) |
204 <b>on_guardCombo_editTextChanged</b>(<i>txt</i>) |
200 <p> |
206 <p> |
201 Private slot to handle changes of the text of the guard combo. |
207 Private slot to handle changes of the text of the guard combo. |
202 </p> |
208 </p> |
203 <dl> |
209 <dl> |
204 |
210 |
205 <dt><i>txt</i></dt> |
211 <dt><i>txt</i> (str)</dt> |
206 <dd> |
212 <dd> |
207 contents of the guard combo line edit (string) |
213 contents of the guard combo line edit |
208 </dd> |
214 </dd> |
209 </dl> |
215 </dl> |
210 <a NAME="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" ID="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged"></a> |
216 <a NAME="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged" ID="HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged"></a> |
211 <h4>HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged</h4> |
217 <h4>HgQueuesDefineGuardsDialog.on_guardsList_itemSelectionChanged</h4> |
212 <b>on_guardsList_itemSelectionChanged</b>(<i></i>) |
218 <b>on_guardsList_itemSelectionChanged</b>(<i></i>) |