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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
81 <p> 81 <p>
82 Constructor 82 Constructor
83 </p> 83 </p>
84 <dl> 84 <dl>
85 85
86 <dt><i>source</i></dt> 86 <dt><i>source</i> (str)</dt>
87 <dd> 87 <dd>
88 name of the source file/directory (string) 88 name of the source file/directory
89 </dd> 89 </dd>
90 <dt><i>parent</i></dt> 90 <dt><i>parent</i> (QWidget)</dt>
91 <dd> 91 <dd>
92 parent widget (QWidget) 92 parent widget
93 </dd> 93 </dd>
94 <dt><i>move</i></dt> 94 <dt><i>move</i> (bool)</dt>
95 <dd> 95 <dd>
96 flag indicating a move operation (boolean) 96 flag indicating a move operation
97 </dd> 97 </dd>
98 <dt><i>force</i></dt> 98 <dt><i>force</i> (bool)</dt>
99 <dd> 99 <dd>
100 flag indicating a forced operation (boolean) 100 flag indicating a forced operation
101 </dd> 101 </dd>
102 </dl> 102 </dl>
103 <a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a> 103 <a NAME="SvnCopyDialog.getData" ID="SvnCopyDialog.getData"></a>
104 <h4>SvnCopyDialog.getData</h4> 104 <h4>SvnCopyDialog.getData</h4>
105 <b>getData</b>(<i></i>) 105 <b>getData</b>(<i></i>)
108 Public method to retrieve the copy data. 108 Public method to retrieve the copy data.
109 </p> 109 </p>
110 <dl> 110 <dl>
111 <dt>Return:</dt> 111 <dt>Return:</dt>
112 <dd> 112 <dd>
113 the target name (string) and a flag indicating 113 the target name and a flag indicating the operation should be enforced
114 the operation should be enforced (boolean) 114 </dd>
115 </dl>
116 <dl>
117 <dt>Return Type:</dt>
118 <dd>
119 tuple of (str, bool)
115 </dd> 120 </dd>
116 </dl> 121 </dl>
117 <a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a> 122 <a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a>
118 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4> 123 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4>
119 <b>on_targetPicker_textChanged</b>(<i>txt</i>) 124 <b>on_targetPicker_textChanged</b>(<i>txt</i>)
121 <p> 126 <p>
122 Private slot to handle changes of the target. 127 Private slot to handle changes of the target.
123 </p> 128 </p>
124 <dl> 129 <dl>
125 130
126 <dt><i>txt</i></dt> 131 <dt><i>txt</i> (str)</dt>
127 <dd> 132 <dd>
128 contents of the target edit (string) 133 contents of the target edit
129 </dd> 134 </dd>
130 </dl> 135 </dl>
131 <div align="right"><a href="#top">Up</a></div> 136 <div align="right"><a href="#top">Up</a></div>
132 <hr /> 137 <hr />
133 </body></html> 138 </body></html>

eric ide

mercurial