Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html

changeset 1048
0cfd237feaf7
parent 1037
b547147ccb4b
child 1053
c54aa980ea8e
equal deleted inserted replaced
1047:b41a36b201e4 1048:0cfd237feaf7
70 <td>Private slot used to push or pop patches until the a named one is at the top of the stack.</td> 70 <td>Private slot used to push or pop patches until the a named one is at the top of the stack.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#QueuesProjectHelper.__hgQueueGotoPatchForced">__hgQueueGotoPatchForced</a></td> 72 <td><a href="#QueuesProjectHelper.__hgQueueGotoPatchForced">__hgQueueGotoPatchForced</a></td>
73 <td>Private slot used to push or pop patches until the a named one is at the top of the stack overwriting local changes.</td> 73 <td>Private slot used to push or pop patches until the a named one is at the top of the stack overwriting local changes.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#QueuesProjectHelper.__hgQueueGuardsDeactivate">__hgQueueGuardsDeactivate</a></td>
76 <td>Private slot used to deactivate all active guards.</td>
77 </tr><tr>
78 <td><a href="#QueuesProjectHelper.__hgQueueGuardsDefine">__hgQueueGuardsDefine</a></td>
79 <td>Private slot used to define guards for the current or a named patch.</td>
80 </tr><tr>
81 <td><a href="#QueuesProjectHelper.__hgQueueGuardsDropAll">__hgQueueGuardsDropAll</a></td>
82 <td>Private slot used to drop all guards of the current or a named patch.</td>
83 </tr><tr>
84 <td><a href="#QueuesProjectHelper.__hgQueueGuardsIdentifyActive">__hgQueueGuardsIdentifyActive</a></td>
85 <td>Private slot used to list all active guards.</td>
86 </tr><tr>
87 <td><a href="#QueuesProjectHelper.__hgQueueGuardsList">__hgQueueGuardsList</a></td>
88 <td>Private slot used to list the guards for the current or a named patch.</td>
89 </tr><tr>
90 <td><a href="#QueuesProjectHelper.__hgQueueGuardsListAll">__hgQueueGuardsListAll</a></td>
91 <td>Private slot used to list all guards of all patches.</td>
92 </tr><tr>
93 <td><a href="#QueuesProjectHelper.__hgQueueGuardsSetActive">__hgQueueGuardsSetActive</a></td>
94 <td>Private slot used to set the active guards.</td>
95 </tr><tr>
75 <td><a href="#QueuesProjectHelper.__hgQueueListPatches">__hgQueueListPatches</a></td> 96 <td><a href="#QueuesProjectHelper.__hgQueueListPatches">__hgQueueListPatches</a></td>
76 <td>Private slot used to show a list of applied and unapplied patches.</td> 97 <td>Private slot used to show a list of applied and unapplied patches.</td>
77 </tr><tr> 98 </tr><tr>
78 <td><a href="#QueuesProjectHelper.__hgQueueNewPatch">__hgQueueNewPatch</a></td> 99 <td><a href="#QueuesProjectHelper.__hgQueueNewPatch">__hgQueueNewPatch</a></td>
79 <td>Private slot used to create a new named patch.</td> 100 <td>Private slot used to create a new named patch.</td>
126 <td><a href="#QueuesProjectHelper.__hgQueueShowHeader">__hgQueueShowHeader</a></td> 147 <td><a href="#QueuesProjectHelper.__hgQueueShowHeader">__hgQueueShowHeader</a></td>
127 <td>Private slot used to show the commit message of the current patch.</td> 148 <td>Private slot used to show the commit message of the current patch.</td>
128 </tr><tr> 149 </tr><tr>
129 <td><a href="#QueuesProjectHelper.__hgQueueShowPatch">__hgQueueShowPatch</a></td> 150 <td><a href="#QueuesProjectHelper.__hgQueueShowPatch">__hgQueueShowPatch</a></td>
130 <td>Private slot used to show the contents of the current patch.</td> 151 <td>Private slot used to show the contents of the current patch.</td>
152 </tr><tr>
153 <td><a href="#QueuesProjectHelper.__initGuardsActions">__initGuardsActions</a></td>
154 <td>Public method to generate the guards action objects.</td>
131 </tr><tr> 155 </tr><tr>
132 <td><a href="#QueuesProjectHelper.__initPushPopActions">__initPushPopActions</a></td> 156 <td><a href="#QueuesProjectHelper.__initPushPopActions">__initPushPopActions</a></td>
133 <td>Public method to generate the push and pop action objects.</td> 157 <td>Public method to generate the push and pop action objects.</td>
134 </tr><tr> 158 </tr><tr>
135 <td><a href="#QueuesProjectHelper.__initPushPopForceActions">__initPushPopForceActions</a></td> 159 <td><a href="#QueuesProjectHelper.__initPushPopForceActions">__initPushPopForceActions</a></td>
178 <h4>QueuesProjectHelper.__hgQueueGotoPatchForced</h4> 202 <h4>QueuesProjectHelper.__hgQueueGotoPatchForced</h4>
179 <b>__hgQueueGotoPatchForced</b>(<i></i>) 203 <b>__hgQueueGotoPatchForced</b>(<i></i>)
180 <p> 204 <p>
181 Private slot used to push or pop patches until the a named one 205 Private slot used to push or pop patches until the a named one
182 is at the top of the stack overwriting local changes. 206 is at the top of the stack overwriting local changes.
207 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsDeactivate" ID="QueuesProjectHelper.__hgQueueGuardsDeactivate"></a>
208 <h4>QueuesProjectHelper.__hgQueueGuardsDeactivate</h4>
209 <b>__hgQueueGuardsDeactivate</b>(<i></i>)
210 <p>
211 Private slot used to deactivate all active guards.
212 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsDefine" ID="QueuesProjectHelper.__hgQueueGuardsDefine"></a>
213 <h4>QueuesProjectHelper.__hgQueueGuardsDefine</h4>
214 <b>__hgQueueGuardsDefine</b>(<i></i>)
215 <p>
216 Private slot used to define guards for the current or a named patch.
217 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsDropAll" ID="QueuesProjectHelper.__hgQueueGuardsDropAll"></a>
218 <h4>QueuesProjectHelper.__hgQueueGuardsDropAll</h4>
219 <b>__hgQueueGuardsDropAll</b>(<i></i>)
220 <p>
221 Private slot used to drop all guards of the current or a named patch.
222 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsIdentifyActive" ID="QueuesProjectHelper.__hgQueueGuardsIdentifyActive"></a>
223 <h4>QueuesProjectHelper.__hgQueueGuardsIdentifyActive</h4>
224 <b>__hgQueueGuardsIdentifyActive</b>(<i></i>)
225 <p>
226 Private slot used to list all active guards.
227 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsList" ID="QueuesProjectHelper.__hgQueueGuardsList"></a>
228 <h4>QueuesProjectHelper.__hgQueueGuardsList</h4>
229 <b>__hgQueueGuardsList</b>(<i></i>)
230 <p>
231 Private slot used to list the guards for the current or a named patch.
232 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsListAll" ID="QueuesProjectHelper.__hgQueueGuardsListAll"></a>
233 <h4>QueuesProjectHelper.__hgQueueGuardsListAll</h4>
234 <b>__hgQueueGuardsListAll</b>(<i></i>)
235 <p>
236 Private slot used to list all guards of all patches.
237 </p><a NAME="QueuesProjectHelper.__hgQueueGuardsSetActive" ID="QueuesProjectHelper.__hgQueueGuardsSetActive"></a>
238 <h4>QueuesProjectHelper.__hgQueueGuardsSetActive</h4>
239 <b>__hgQueueGuardsSetActive</b>(<i></i>)
240 <p>
241 Private slot used to set the active guards.
183 </p><a NAME="QueuesProjectHelper.__hgQueueListPatches" ID="QueuesProjectHelper.__hgQueueListPatches"></a> 242 </p><a NAME="QueuesProjectHelper.__hgQueueListPatches" ID="QueuesProjectHelper.__hgQueueListPatches"></a>
184 <h4>QueuesProjectHelper.__hgQueueListPatches</h4> 243 <h4>QueuesProjectHelper.__hgQueueListPatches</h4>
185 <b>__hgQueueListPatches</b>(<i></i>) 244 <b>__hgQueueListPatches</b>(<i></i>)
186 <p> 245 <p>
187 Private slot used to show a list of applied and unapplied patches. 246 Private slot used to show a list of applied and unapplied patches.
281 </p><a NAME="QueuesProjectHelper.__hgQueueShowPatch" ID="QueuesProjectHelper.__hgQueueShowPatch"></a> 340 </p><a NAME="QueuesProjectHelper.__hgQueueShowPatch" ID="QueuesProjectHelper.__hgQueueShowPatch"></a>
282 <h4>QueuesProjectHelper.__hgQueueShowPatch</h4> 341 <h4>QueuesProjectHelper.__hgQueueShowPatch</h4>
283 <b>__hgQueueShowPatch</b>(<i></i>) 342 <b>__hgQueueShowPatch</b>(<i></i>)
284 <p> 343 <p>
285 Private slot used to show the contents of the current patch. 344 Private slot used to show the contents of the current patch.
345 </p><a NAME="QueuesProjectHelper.__initGuardsActions" ID="QueuesProjectHelper.__initGuardsActions"></a>
346 <h4>QueuesProjectHelper.__initGuardsActions</h4>
347 <b>__initGuardsActions</b>(<i></i>)
348 <p>
349 Public method to generate the guards action objects.
286 </p><a NAME="QueuesProjectHelper.__initPushPopActions" ID="QueuesProjectHelper.__initPushPopActions"></a> 350 </p><a NAME="QueuesProjectHelper.__initPushPopActions" ID="QueuesProjectHelper.__initPushPopActions"></a>
287 <h4>QueuesProjectHelper.__initPushPopActions</h4> 351 <h4>QueuesProjectHelper.__initPushPopActions</h4>
288 <b>__initPushPopActions</b>(<i></i>) 352 <b>__initPushPopActions</b>(<i></i>)
289 <p> 353 <p>
290 Public method to generate the push and pop action objects. 354 Public method to generate the push and pop action objects.

eric ide

mercurial