55 <table> |
55 <table> |
56 <tr> |
56 <tr> |
57 <td><a href="#HgBundleDialog.__init__">HgBundleDialog</a></td> |
57 <td><a href="#HgBundleDialog.__init__">HgBundleDialog</a></td> |
58 <td>Constructor</td> |
58 <td>Constructor</td> |
59 </tr><tr> |
59 </tr><tr> |
|
60 <td><a href="#HgBundleDialog.__updateOK">__updateOK</a></td> |
|
61 <td>Private slot to update the OK button.</td> |
|
62 </tr><tr> |
60 <td><a href="#HgBundleDialog.getParameters">getParameters</a></td> |
63 <td><a href="#HgBundleDialog.getParameters">getParameters</a></td> |
61 <td>Public method to retrieve the bundle data.</td> |
64 <td>Public method to retrieve the bundle data.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#HgBundleDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> |
|
67 <td>Private slot to handle changes of the Bookmark select button.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HgBundleDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> |
|
70 <td>Private slot to handle changes of the Bookmark combo.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HgBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
73 <td>Private slot to handle changes of the Branch select button.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#HgBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
76 <td>Private slot to handle changes of the Branch combo.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#HgBundleDialog.on_idButton_toggled">on_idButton_toggled</a></td> |
|
79 <td>Private slot to handle changes of the ID select button.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#HgBundleDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> |
|
82 <td>Private slot to handle changes of the ID edit.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#HgBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
85 <td>Private slot to handle changes of the Tag select button.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
|
88 <td>Private slot to handle changes of the Tag combo.</td> |
62 </tr> |
89 </tr> |
63 </table> |
90 </table> |
64 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> |
91 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> |
65 <h4>HgBundleDialog (Constructor)</h4> |
92 <h4>HgBundleDialog (Constructor)</h4> |
66 <b>HgBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>) |
93 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, parent=None</i>) |
67 <p> |
94 <p> |
68 Constructor |
95 Constructor |
69 </p><dl> |
96 </p><dl> |
70 <dt><i>tagsList</i></dt> |
97 <dt><i>tagsList</i></dt> |
71 <dd> |
98 <dd> |
72 list of tags (list of strings) |
99 list of tags (list of strings) |
73 </dd><dt><i>branchesList</i></dt> |
100 </dd><dt><i>branchesList</i></dt> |
74 <dd> |
101 <dd> |
75 list of branches (list of strings) |
102 list of branches (list of strings) |
|
103 </dd><dt><i>bookmarksList</i></dt> |
|
104 <dd> |
|
105 list of bookmarks (list of strings) |
76 </dd><dt><i>parent</i></dt> |
106 </dd><dt><i>parent</i></dt> |
77 <dd> |
107 <dd> |
78 parent widget (QWidget) |
108 parent widget (QWidget) |
79 </dd> |
109 </dd> |
80 </dl><a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a> |
110 </dl><a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a> |
|
111 <h4>HgBundleDialog.__updateOK</h4> |
|
112 <b>__updateOK</b>(<i></i>) |
|
113 <p> |
|
114 Private slot to update the OK button. |
|
115 </p><a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a> |
81 <h4>HgBundleDialog.getParameters</h4> |
116 <h4>HgBundleDialog.getParameters</h4> |
82 <b>getParameters</b>(<i></i>) |
117 <b>getParameters</b>(<i></i>) |
83 <p> |
118 <p> |
84 Public method to retrieve the bundle data. |
119 Public method to retrieve the bundle data. |
85 </p><dl> |
120 </p><dl> |
86 <dt>Returns:</dt> |
121 <dt>Returns:</dt> |
87 <dd> |
122 <dd> |
88 tuple naming the revision, the compression type and a flag indicating |
123 tuple naming the revision, the compression type and a flag indicating |
89 to bundle all changesets (string, string, boolean) |
124 to bundle all changesets (string, string, boolean) |
|
125 </dd> |
|
126 </dl><a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> |
|
127 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> |
|
128 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
|
129 <p> |
|
130 Private slot to handle changes of the Bookmark select button. |
|
131 </p><dl> |
|
132 <dt><i>checked</i></dt> |
|
133 <dd> |
|
134 state of the button (boolean) |
|
135 </dd> |
|
136 </dl><a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> |
|
137 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> |
|
138 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
|
139 <p> |
|
140 Private slot to handle changes of the Bookmark combo. |
|
141 </p><dl> |
|
142 <dt><i>txt</i></dt> |
|
143 <dd> |
|
144 text of the combo (string) |
|
145 </dd> |
|
146 </dl><a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> |
|
147 <h4>HgBundleDialog.on_branchButton_toggled</h4> |
|
148 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
149 <p> |
|
150 Private slot to handle changes of the Branch select button. |
|
151 </p><dl> |
|
152 <dt><i>checked</i></dt> |
|
153 <dd> |
|
154 state of the button (boolean) |
|
155 </dd> |
|
156 </dl><a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> |
|
157 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> |
|
158 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
159 <p> |
|
160 Private slot to handle changes of the Branch combo. |
|
161 </p><dl> |
|
162 <dt><i>txt</i></dt> |
|
163 <dd> |
|
164 text of the combo (string) |
|
165 </dd> |
|
166 </dl><a NAME="HgBundleDialog.on_idButton_toggled" ID="HgBundleDialog.on_idButton_toggled"></a> |
|
167 <h4>HgBundleDialog.on_idButton_toggled</h4> |
|
168 <b>on_idButton_toggled</b>(<i>checked</i>) |
|
169 <p> |
|
170 Private slot to handle changes of the ID select button. |
|
171 </p><dl> |
|
172 <dt><i>checked</i></dt> |
|
173 <dd> |
|
174 state of the button (boolean) |
|
175 </dd> |
|
176 </dl><a NAME="HgBundleDialog.on_idEdit_textChanged" ID="HgBundleDialog.on_idEdit_textChanged"></a> |
|
177 <h4>HgBundleDialog.on_idEdit_textChanged</h4> |
|
178 <b>on_idEdit_textChanged</b>(<i>txt</i>) |
|
179 <p> |
|
180 Private slot to handle changes of the ID edit. |
|
181 </p><dl> |
|
182 <dt><i>txt</i></dt> |
|
183 <dd> |
|
184 text of the edit (string) |
|
185 </dd> |
|
186 </dl><a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a> |
|
187 <h4>HgBundleDialog.on_tagButton_toggled</h4> |
|
188 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
189 <p> |
|
190 Private slot to handle changes of the Tag select button. |
|
191 </p><dl> |
|
192 <dt><i>checked</i></dt> |
|
193 <dd> |
|
194 state of the button (boolean) |
|
195 </dd> |
|
196 </dl><a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> |
|
197 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> |
|
198 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
199 <p> |
|
200 Private slot to handle changes of the Tag combo. |
|
201 </p><dl> |
|
202 <dt><i>txt</i></dt> |
|
203 <dd> |
|
204 text of the combo (string) |
90 </dd> |
205 </dd> |
91 </dl> |
206 </dl> |
92 <div align="right"><a href="#top">Up</a></div> |
207 <div align="right"><a href="#top">Up</a></div> |
93 <hr /> |
208 <hr /> |
94 </body></html> |
209 </body></html> |