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>reposURL</i></dt> |
89 <dt><i>reposURL</i> (str)</dt> |
90 <dd> |
90 <dd> |
91 repository path (string) or None |
91 repository path or None |
92 </dd> |
92 </dd> |
93 <dt><i>standardLayout</i></dt> |
93 <dt><i>standardLayout</i> (bool)</dt> |
94 <dd> |
94 <dd> |
95 flag indicating the layout of the |
95 flag indicating the layout of the |
96 repository (boolean) |
96 repository |
97 </dd> |
97 </dd> |
98 <dt><i>parent</i></dt> |
98 <dt><i>parent</i> (QWidget)</dt> |
99 <dd> |
99 <dd> |
100 parent widget (QWidget) |
100 parent widget |
101 </dd> |
101 </dd> |
102 </dl> |
102 </dl> |
103 <a NAME="SvnTagDialog.getParameters" ID="SvnTagDialog.getParameters"></a> |
103 <a NAME="SvnTagDialog.getParameters" ID="SvnTagDialog.getParameters"></a> |
104 <h4>SvnTagDialog.getParameters</h4> |
104 <h4>SvnTagDialog.getParameters</h4> |
105 <b>getParameters</b>(<i></i>) |
105 <b>getParameters</b>(<i></i>) |
108 Public method to retrieve the tag data. |
108 Public method to retrieve the tag data. |
109 </p> |
109 </p> |
110 <dl> |
110 <dl> |
111 <dt>Return:</dt> |
111 <dt>Return:</dt> |
112 <dd> |
112 <dd> |
113 tuple of string and int (tag, tag operation) |
113 tuple containing the tag and tag operation |
|
114 </dd> |
|
115 </dl> |
|
116 <dl> |
|
117 <dt>Return Type:</dt> |
|
118 <dd> |
|
119 tuple of (str, int |
114 </dd> |
120 </dd> |
115 </dl> |
121 </dl> |
116 <a NAME="SvnTagDialog.on_tagCombo_editTextChanged" ID="SvnTagDialog.on_tagCombo_editTextChanged"></a> |
122 <a NAME="SvnTagDialog.on_tagCombo_editTextChanged" ID="SvnTagDialog.on_tagCombo_editTextChanged"></a> |
117 <h4>SvnTagDialog.on_tagCombo_editTextChanged</h4> |
123 <h4>SvnTagDialog.on_tagCombo_editTextChanged</h4> |
118 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |
124 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) |