20 <table> |
20 <table> |
21 <tr> |
21 <tr> |
22 <td><a href="#GitTagDialog">GitTagDialog</a></td> |
22 <td><a href="#GitTagDialog">GitTagDialog</a></td> |
23 <td>Class implementing a dialog to enter the data for a tagging operation.</td> |
23 <td>Class implementing a dialog to enter the data for a tagging operation.</td> |
24 </tr> |
24 </tr> |
|
25 <tr> |
|
26 <td><a href="#GitTagOperation">GitTagOperation</a></td> |
|
27 <td>Class defining the supported git tag operations.</td> |
|
28 </tr> |
|
29 <tr> |
|
30 <td><a href="#GitTagType">GitTagType</a></td> |
|
31 <td>Class defining the supported git tag types.</td> |
|
32 </tr> |
25 </table> |
33 </table> |
26 |
34 |
27 <h3>Functions</h3> |
35 <h3>Functions</h3> |
28 <table> |
36 <table> |
29 <tr><td>None</td></tr> |
37 <tr><td>None</td></tr> |
39 |
47 |
40 <h3>Derived from</h3> |
48 <h3>Derived from</h3> |
41 QDialog, Ui_GitTagDialog |
49 QDialog, Ui_GitTagDialog |
42 <h3>Class Attributes</h3> |
50 <h3>Class Attributes</h3> |
43 <table> |
51 <table> |
44 <tr><td>AnnotatedTag</td></tr> |
52 <tr><td>None</td></tr> |
45 <tr><td>CreateTag</td></tr> |
|
46 <tr><td>DeleteTag</td></tr> |
|
47 <tr><td>LocalTag</td></tr> |
|
48 <tr><td>SignedTag</td></tr> |
|
49 <tr><td>VerifyTag</td></tr> |
|
50 </table> |
53 </table> |
51 |
54 |
52 <h3>Class Methods</h3> |
55 <h3>Class Methods</h3> |
53 <table> |
56 <table> |
54 <tr><td>None</td></tr> |
57 <tr><td>None</td></tr> |
117 </dd> |
120 </dd> |
118 </dl> |
121 </dl> |
119 <dl> |
122 <dl> |
120 <dt>Return Type:</dt> |
123 <dt>Return Type:</dt> |
121 <dd> |
124 <dd> |
122 tuple of (str, str, int, int, bool) |
125 tuple of (str, str, GitTagOperation, GitTagType, bool) |
123 </dd> |
126 </dd> |
124 </dl> |
127 </dl> |
125 <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.on_tagCombo_editTextChanged"></a> |
128 <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.on_tagCombo_editTextChanged"></a> |
126 <h4>GitTagDialog.on_tagCombo_editTextChanged</h4> |
129 <h4>GitTagDialog.on_tagCombo_editTextChanged</h4> |
127 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |
130 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |
136 tag name entered in the combo |
139 tag name entered in the combo |
137 </dd> |
140 </dd> |
138 </dl> |
141 </dl> |
139 <div align="right"><a href="#top">Up</a></div> |
142 <div align="right"><a href="#top">Up</a></div> |
140 <hr /> |
143 <hr /> |
|
144 <hr /> |
|
145 <a NAME="GitTagOperation" ID="GitTagOperation"></a> |
|
146 <h2>GitTagOperation</h2> |
|
147 <p> |
|
148 Class defining the supported git tag operations. |
|
149 </p> |
|
150 |
|
151 <h3>Derived from</h3> |
|
152 enum.Enum |
|
153 <h3>Class Attributes</h3> |
|
154 <table> |
|
155 <tr><td>Create</td></tr> |
|
156 <tr><td>Delete</td></tr> |
|
157 <tr><td>Verify</td></tr> |
|
158 </table> |
|
159 |
|
160 <h3>Class Methods</h3> |
|
161 <table> |
|
162 <tr><td>None</td></tr> |
|
163 </table> |
|
164 |
|
165 <h3>Methods</h3> |
|
166 <table> |
|
167 <tr><td>None</td></tr> |
|
168 </table> |
|
169 |
|
170 <h3>Static Methods</h3> |
|
171 <table> |
|
172 <tr><td>None</td></tr> |
|
173 </table> |
|
174 |
|
175 |
|
176 <div align="right"><a href="#top">Up</a></div> |
|
177 <hr /> |
|
178 <hr /> |
|
179 <a NAME="GitTagType" ID="GitTagType"></a> |
|
180 <h2>GitTagType</h2> |
|
181 <p> |
|
182 Class defining the supported git tag types. |
|
183 </p> |
|
184 |
|
185 <h3>Derived from</h3> |
|
186 enum.Enum |
|
187 <h3>Class Attributes</h3> |
|
188 <table> |
|
189 <tr><td>Annotated</td></tr> |
|
190 <tr><td>Local</td></tr> |
|
191 <tr><td>Signed</td></tr> |
|
192 </table> |
|
193 |
|
194 <h3>Class Methods</h3> |
|
195 <table> |
|
196 <tr><td>None</td></tr> |
|
197 </table> |
|
198 |
|
199 <h3>Methods</h3> |
|
200 <table> |
|
201 <tr><td>None</td></tr> |
|
202 </table> |
|
203 |
|
204 <h3>Static Methods</h3> |
|
205 <table> |
|
206 <tr><td>None</td></tr> |
|
207 </table> |
|
208 |
|
209 |
|
210 <div align="right"><a href="#top">Up</a></div> |
|
211 <hr /> |
141 </body></html> |
212 </body></html> |