src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.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>currUrl</i></dt> 81 <dt><i>currUrl</i> (str)</dt>
82 <dd> 82 <dd>
83 current repository URL (string) 83 current repository URL
84 </dd> 84 </dd>
85 <dt><i>parent</i></dt> 85 <dt><i>parent</i> (QWidget)</dt>
86 <dd> 86 <dd>
87 parent widget (QWidget) 87 parent widget
88 </dd> 88 </dd>
89 </dl> 89 </dl>
90 <a NAME="SvnRelocateDialog.getData" ID="SvnRelocateDialog.getData"></a> 90 <a NAME="SvnRelocateDialog.getData" ID="SvnRelocateDialog.getData"></a>
91 <h4>SvnRelocateDialog.getData</h4> 91 <h4>SvnRelocateDialog.getData</h4>
92 <b>getData</b>(<i></i>) 92 <b>getData</b>(<i></i>)
95 Public slot used to retrieve the data entered into the dialog. 95 Public slot used to retrieve the data entered into the dialog.
96 </p> 96 </p>
97 <dl> 97 <dl>
98 <dt>Return:</dt> 98 <dt>Return:</dt>
99 <dd> 99 <dd>
100 the new repository URL (string) and an indication, if 100 the new repository URL and an indication, if the relocate is inside
101 the relocate is inside the repository (boolean) 101 the repository
102 </dd>
103 </dl>
104 <dl>
105 <dt>Return Type:</dt>
106 <dd>
107 tuple of (str, bool)
102 </dd> 108 </dd>
103 </dl> 109 </dl>
104 <div align="right"><a href="#top">Up</a></div> 110 <div align="right"><a href="#top">Up</a></div>
105 <hr /> 111 <hr />
106 </body></html> 112 </body></html>

eric ide

mercurial