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

changeset 1037
b547147ccb4b
child 1228
7afaf2fca55b
equal deleted inserted replaced
1036:1922b6ce2a57 1037:b547147ccb4b
1 <?xml version="1.0" encoding="utf-8"?>
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN'
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
4 <html><head>
5 <title>eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog</title>
6 <style>
7 body {
8 background: #EDECE6;
9 margin: 0em 1em 10em 1em;
10 color: black;
11 }
12
13 h1 { color: white; background: #85774A; }
14 h2 { color: white; background: #85774A; }
15 h3 { color: white; background: #9D936E; }
16 h4 { color: white; background: #9D936E; }
17
18 a { color: #BA6D36; }
19
20 </style>
21 </head>
22 <body><a NAME="top" ID="top"></a>
23 <h1>eric5.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog</h1>
24 <p>
25 Module implementing a dialog to enter data to fold patches.
26 </p>
27 <h3>Global Attributes</h3>
28 <table>
29 <tr><td>None</td></tr>
30 </table>
31 <h3>Classes</h3>
32 <table>
33 <tr>
34 <td><a href="#HgQueuesFoldDialog">HgQueuesFoldDialog</a></td>
35 <td>Class implementing a dialog to enter data to fold patches.</td>
36 </tr>
37 </table>
38 <h3>Functions</h3>
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <hr /><hr />
43 <a NAME="HgQueuesFoldDialog" ID="HgQueuesFoldDialog"></a>
44 <h2>HgQueuesFoldDialog</h2>
45 <p>
46 Class implementing a dialog to enter data to fold patches.
47 </p>
48 <h3>Derived from</h3>
49 QDialog, Ui_HgQueuesFoldDialog
50 <h3>Class Attributes</h3>
51 <table>
52 <tr><td>None</td></tr>
53 </table>
54 <h3>Methods</h3>
55 <table>
56 <tr>
57 <td><a href="#HgQueuesFoldDialog.__init__">HgQueuesFoldDialog</a></td>
58 <td>Constructor</td>
59 </tr><tr>
60 <td><a href="#HgQueuesFoldDialog.__updateOkButton">__updateOkButton</a></td>
61 <td>Private slot to update the status of the OK button.</td>
62 </tr><tr>
63 <td><a href="#HgQueuesFoldDialog.getData">getData</a></td>
64 <td>Public method to retrieve the entered data.</td>
65 </tr><tr>
66 <td><a href="#HgQueuesFoldDialog.on_addButton_clicked">on_addButton_clicked</a></td>
67 <td>Private slot to add a patch to the list of selected patches.</td>
68 </tr><tr>
69 <td><a href="#HgQueuesFoldDialog.on_downButton_clicked">on_downButton_clicked</a></td>
70 <td>Private slot to move a patch down in the list.</td>
71 </tr><tr>
72 <td><a href="#HgQueuesFoldDialog.on_removeButton_clicked">on_removeButton_clicked</a></td>
73 <td>Private slot to remove a patch from the list of selected patches.</td>
74 </tr><tr>
75 <td><a href="#HgQueuesFoldDialog.on_selectedPatches_currentItemChanged">on_selectedPatches_currentItemChanged</a></td>
76 <td>Private slot to react on changes of the current item of selected patches.</td>
77 </tr><tr>
78 <td><a href="#HgQueuesFoldDialog.on_sourcePatches_currentItemChanged">on_sourcePatches_currentItemChanged</a></td>
79 <td>Private slot to react on changes of the current item of source patches.</td>
80 </tr><tr>
81 <td><a href="#HgQueuesFoldDialog.on_upButton_clicked">on_upButton_clicked</a></td>
82 <td>Private slot to move a patch up in the list.</td>
83 </tr>
84 </table>
85 <a NAME="HgQueuesFoldDialog.__init__" ID="HgQueuesFoldDialog.__init__"></a>
86 <h4>HgQueuesFoldDialog (Constructor)</h4>
87 <b>HgQueuesFoldDialog</b>(<i>patchesList, parent=None</i>)
88 <p>
89 Constructor
90 </p><dl>
91 <dt><i>patchesList</i></dt>
92 <dd>
93 list of patches to select from (list of strings)
94 </dd><dt><i>parent</i></dt>
95 <dd>
96 reference to the parent widget (QWidget)
97 </dd>
98 </dl><a NAME="HgQueuesFoldDialog.__updateOkButton" ID="HgQueuesFoldDialog.__updateOkButton"></a>
99 <h4>HgQueuesFoldDialog.__updateOkButton</h4>
100 <b>__updateOkButton</b>(<i></i>)
101 <p>
102 Private slot to update the status of the OK button.
103 </p><a NAME="HgQueuesFoldDialog.getData" ID="HgQueuesFoldDialog.getData"></a>
104 <h4>HgQueuesFoldDialog.getData</h4>
105 <b>getData</b>(<i></i>)
106 <p>
107 Public method to retrieve the entered data.
108 </p><dl>
109 <dt>Returns:</dt>
110 <dd>
111 tuple of commit message and list of selected patches
112 (string, list of strings)
113 </dd>
114 </dl><a NAME="HgQueuesFoldDialog.on_addButton_clicked" ID="HgQueuesFoldDialog.on_addButton_clicked"></a>
115 <h4>HgQueuesFoldDialog.on_addButton_clicked</h4>
116 <b>on_addButton_clicked</b>(<i></i>)
117 <p>
118 Private slot to add a patch to the list of selected patches.
119 </p><a NAME="HgQueuesFoldDialog.on_downButton_clicked" ID="HgQueuesFoldDialog.on_downButton_clicked"></a>
120 <h4>HgQueuesFoldDialog.on_downButton_clicked</h4>
121 <b>on_downButton_clicked</b>(<i></i>)
122 <p>
123 Private slot to move a patch down in the list.
124 </p><a NAME="HgQueuesFoldDialog.on_removeButton_clicked" ID="HgQueuesFoldDialog.on_removeButton_clicked"></a>
125 <h4>HgQueuesFoldDialog.on_removeButton_clicked</h4>
126 <b>on_removeButton_clicked</b>(<i></i>)
127 <p>
128 Private slot to remove a patch from the list of selected patches.
129 </p><a NAME="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged" ID="HgQueuesFoldDialog.on_selectedPatches_currentItemChanged"></a>
130 <h4>HgQueuesFoldDialog.on_selectedPatches_currentItemChanged</h4>
131 <b>on_selectedPatches_currentItemChanged</b>(<i>current, previous</i>)
132 <p>
133 Private slot to react on changes of the current item of selected patches.
134 </p><dl>
135 <dt><i>current</i></dt>
136 <dd>
137 reference to the new current item (QTreeWidgetItem)
138 </dd><dt><i>previous</i></dt>
139 <dd>
140 reference to the previous current item (QTreeWidgetItem)
141 </dd>
142 </dl><a NAME="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged" ID="HgQueuesFoldDialog.on_sourcePatches_currentItemChanged"></a>
143 <h4>HgQueuesFoldDialog.on_sourcePatches_currentItemChanged</h4>
144 <b>on_sourcePatches_currentItemChanged</b>(<i>current, previous</i>)
145 <p>
146 Private slot to react on changes of the current item of source patches.
147 </p><dl>
148 <dt><i>current</i></dt>
149 <dd>
150 reference to the new current item (QTreeWidgetItem)
151 </dd><dt><i>previous</i></dt>
152 <dd>
153 reference to the previous current item (QTreeWidgetItem)
154 </dd>
155 </dl><a NAME="HgQueuesFoldDialog.on_upButton_clicked" ID="HgQueuesFoldDialog.on_upButton_clicked"></a>
156 <h4>HgQueuesFoldDialog.on_upButton_clicked</h4>
157 <b>on_upButton_clicked</b>(<i></i>)
158 <p>
159 Private slot to move a patch up in the list.
160 </p>
161 <div align="right"><a href="#top">Up</a></div>
162 <hr />
163 </body></html>

eric ide

mercurial