src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.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 tuple containing the target name and a flag indicating the
114 the operation should be enforced (boolean) 114 operation should be enforced
115 </dd>
116 </dl>
117 <dl>
118 <dt>Return Type:</dt>
119 <dd>
120 tuple of (str, bool)
115 </dd> 121 </dd>
116 </dl> 122 </dl>
117 <a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a> 123 <a NAME="SvnCopyDialog.on_targetPicker_textChanged" ID="SvnCopyDialog.on_targetPicker_textChanged"></a>
118 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4> 124 <h4>SvnCopyDialog.on_targetPicker_textChanged</h4>
119 <b>on_targetPicker_textChanged</b>(<i>txt</i>) 125 <b>on_targetPicker_textChanged</b>(<i>txt</i>)
121 <p> 127 <p>
122 Private slot to handle changes of the target. 128 Private slot to handle changes of the target.
123 </p> 129 </p>
124 <dl> 130 <dl>
125 131
126 <dt><i>txt</i></dt> 132 <dt><i>txt</i> (str)</dt>
127 <dd> 133 <dd>
128 contents of the target edit (string) 134 contents of the target edit
129 </dd> 135 </dd>
130 </dl> 136 </dl>
131 <div align="right"><a href="#top">Up</a></div> 137 <div align="right"><a href="#top">Up</a></div>
132 <hr /> 138 <hr />
133 </body></html> 139 </body></html>

eric ide

mercurial