80 <p> |
80 <p> |
81 Constructor |
81 Constructor |
82 </p> |
82 </p> |
83 <dl> |
83 <dl> |
84 |
84 |
85 <dt><i>taglist</i></dt> |
85 <dt><i>taglist</i> (list of str)</dt> |
86 <dd> |
86 <dd> |
87 list of previously entered tags (list of strings) |
87 list of previously entered tags |
88 </dd> |
88 </dd> |
89 <dt><i>revision</i></dt> |
89 <dt><i>revision</i> (str)</dt> |
90 <dd> |
90 <dd> |
91 revision to set tag for (string) |
91 revision to set tag for |
92 </dd> |
92 </dd> |
93 <dt><i>tagName</i></dt> |
93 <dt><i>tagName</i> (str)</dt> |
94 <dd> |
94 <dd> |
95 name of the tag (string) |
95 name of the tag |
96 </dd> |
96 </dd> |
97 <dt><i>parent</i></dt> |
97 <dt><i>parent</i> (QWidget)</dt> |
98 <dd> |
98 <dd> |
99 parent widget (QWidget) |
99 parent widget |
100 </dd> |
100 </dd> |
101 </dl> |
101 </dl> |
102 <a NAME="GitTagDialog.getParameters" ID="GitTagDialog.getParameters"></a> |
102 <a NAME="GitTagDialog.getParameters" ID="GitTagDialog.getParameters"></a> |
103 <h4>GitTagDialog.getParameters</h4> |
103 <h4>GitTagDialog.getParameters</h4> |
104 <b>getParameters</b>(<i></i>) |
104 <b>getParameters</b>(<i></i>) |
107 Public method to retrieve the tag data. |
107 Public method to retrieve the tag data. |
108 </p> |
108 </p> |
109 <dl> |
109 <dl> |
110 <dt>Return:</dt> |
110 <dt>Return:</dt> |
111 <dd> |
111 <dd> |
112 tuple of two strings, two int and a boolean (tag, revision, |
112 tuple containing the tag, revision, tag operation, tag type, |
113 tag operation, tag type, enforce operation) |
113 and a flag indicating to enforce the operation |
|
114 </dd> |
|
115 </dl> |
|
116 <dl> |
|
117 <dt>Return Type:</dt> |
|
118 <dd> |
|
119 tuple of (str, str, int, int, bool) |
114 </dd> |
120 </dd> |
115 </dl> |
121 </dl> |
116 <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.on_tagCombo_editTextChanged"></a> |
122 <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.on_tagCombo_editTextChanged"></a> |
117 <h4>GitTagDialog.on_tagCombo_editTextChanged</h4> |
123 <h4>GitTagDialog.on_tagCombo_editTextChanged</h4> |
118 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |
124 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |