src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
76 <p> 76 <p>
77 Constructor 77 Constructor
78 </p> 78 </p>
79 <dl> 79 <dl>
80 80
81 <dt><i>taglist</i></dt> 81 <dt><i>taglist</i> (list of str)</dt>
82 <dd> 82 <dd>
83 list of previously entered tags (list of strings) 83 list of previously entered tags
84 </dd> 84 </dd>
85 <dt><i>reposURL</i></dt> 85 <dt><i>reposURL</i> (str)</dt>
86 <dd> 86 <dd>
87 repository path (string) or None 87 repository path or None
88 </dd> 88 </dd>
89 <dt><i>standardLayout</i></dt> 89 <dt><i>standardLayout</i> (bool)</dt>
90 <dd> 90 <dd>
91 flag indicating the layout of the 91 flag indicating the layout of the repository
92 repository (boolean)
93 </dd> 92 </dd>
94 <dt><i>parent</i></dt> 93 <dt><i>parent</i> (QWidget)</dt>
95 <dd> 94 <dd>
96 parent widget (QWidget) 95 parent widget
97 </dd> 96 </dd>
98 </dl> 97 </dl>
99 <a NAME="SvnSwitchDialog.getParameters" ID="SvnSwitchDialog.getParameters"></a> 98 <a NAME="SvnSwitchDialog.getParameters" ID="SvnSwitchDialog.getParameters"></a>
100 <h4>SvnSwitchDialog.getParameters</h4> 99 <h4>SvnSwitchDialog.getParameters</h4>
101 <b>getParameters</b>(<i></i>) 100 <b>getParameters</b>(<i></i>)
104 Public method to retrieve the tag data. 103 Public method to retrieve the tag data.
105 </p> 104 </p>
106 <dl> 105 <dl>
107 <dt>Return:</dt> 106 <dt>Return:</dt>
108 <dd> 107 <dd>
109 tuple of string and int (tag, tag type) 108 tuple containing the tag and tag type)
109 </dd>
110 </dl>
111 <dl>
112 <dt>Return Type:</dt>
113 <dd>
114 tuple of (str, int)
110 </dd> 115 </dd>
111 </dl> 116 </dl>
112 <div align="right"><a href="#top">Up</a></div> 117 <div align="right"><a href="#top">Up</a></div>
113 <hr /> 118 <hr />
114 </body></html> 119 </body></html>

eric ide

mercurial