src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
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>)
120 <p> 126 <p>
121 Private method used to enable/disable the OK-button. 127 Private method used to enable/disable the OK-button.
122 </p> 128 </p>
123 <dl> 129 <dl>
124 130
125 <dt><i>text</i></dt> 131 <dt><i>text</i> (str)</dt>
126 <dd> 132 <dd>
127 tag name entered in the combo (string) 133 tag name entered in the combo
128 </dd> 134 </dd>
129 </dl> 135 </dl>
130 <div align="right"><a href="#top">Up</a></div> 136 <div align="right"><a href="#top">Up</a></div>
131 <hr /> 137 <hr />
132 </body></html> 138 </body></html>

eric ide

mercurial