src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>taglist</i></dt> 89 <dt><i>taglist</i> (list of str)</dt>
90 <dd> 90 <dd>
91 list of previously entered tags (list of strings) 91 list of previously entered tags
92 </dd> 92 </dd>
93 <dt><i>revision</i></dt> 93 <dt><i>revision</i> (str)</dt>
94 <dd> 94 <dd>
95 revision to set tag for (string) 95 revision to set tag for
96 </dd> 96 </dd>
97 <dt><i>tagName</i></dt> 97 <dt><i>tagName</i> (str)</dt>
98 <dd> 98 <dd>
99 name of the tag (string) 99 name of the tag
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 102 <dd>
103 parent widget (QWidget) 103 parent widget
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="HgTagDialog.getParameters" ID="HgTagDialog.getParameters"></a> 106 <a NAME="HgTagDialog.getParameters" ID="HgTagDialog.getParameters"></a>
107 <h4>HgTagDialog.getParameters</h4> 107 <h4>HgTagDialog.getParameters</h4>
108 <b>getParameters</b>(<i></i>) 108 <b>getParameters</b>(<i></i>)
130 <p> 130 <p>
131 Private slot setting the local status of the selected entry. 131 Private slot setting the local status of the selected entry.
132 </p> 132 </p>
133 <dl> 133 <dl>
134 134
135 <dt><i>index</i></dt> 135 <dt><i>index</i> (int)</dt>
136 <dd> 136 <dd>
137 index of the selected entrie (integer) 137 index of the selected entrie
138 </dd> 138 </dd>
139 </dl> 139 </dl>
140 <a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a> 140 <a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a>
141 <h4>HgTagDialog.on_tagCombo_editTextChanged</h4> 141 <h4>HgTagDialog.on_tagCombo_editTextChanged</h4>
142 <b>on_tagCombo_editTextChanged</b>(<i>text</i>) 142 <b>on_tagCombo_editTextChanged</b>(<i>text</i>)
144 <p> 144 <p>
145 Private method used to enable/disable the OK-button. 145 Private method used to enable/disable the OK-button.
146 </p> 146 </p>
147 <dl> 147 <dl>
148 148
149 <dt><i>text</i></dt> 149 <dt><i>text</i> (str)</dt>
150 <dd> 150 <dd>
151 tag name entered in the combo (string) 151 tag name entered in the combo
152 </dd> 152 </dd>
153 </dl> 153 </dl>
154 <div align="right"><a href="#top">Up</a></div> 154 <div align="right"><a href="#top">Up</a></div>
155 <hr /> 155 <hr />
156 </body></html> 156 </body></html>

eric ide

mercurial