src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
85 <p> 85 <p>
86 Constructor 86 Constructor
87 </p> 87 </p>
88 <dl> 88 <dl>
89 89
90 <dt><i>source</i></dt> 90 <dt><i>source</i> (str)</dt>
91 <dd> 91 <dd>
92 name of the source file/directory (string) 92 name of the source file/directory
93 </dd> 93 </dd>
94 <dt><i>parent</i></dt> 94 <dt><i>parent</i> (QWidget)</dt>
95 <dd> 95 <dd>
96 parent widget (QWidget) 96 parent widget
97 </dd> 97 </dd>
98 <dt><i>move</i></dt> 98 <dt><i>move</i> (bool)</dt>
99 <dd> 99 <dd>
100 flag indicating a move operation (boolean) 100 flag indicating a move operation
101 </dd> 101 </dd>
102 </dl> 102 </dl>
103 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a> 103 <a NAME="GitCopyDialog.getData" ID="GitCopyDialog.getData"></a>
104 <h4>GitCopyDialog.getData</h4> 104 <h4>GitCopyDialog.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="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a> 122 <a NAME="GitCopyDialog.on_dirButton_clicked" ID="GitCopyDialog.on_dirButton_clicked"></a>
118 <h4>GitCopyDialog.on_dirButton_clicked</h4> 123 <h4>GitCopyDialog.on_dirButton_clicked</h4>
119 <b>on_dirButton_clicked</b>(<i></i>) 124 <b>on_dirButton_clicked</b>(<i></i>)
129 <p> 134 <p>
130 Private slot to handle changes of the target. 135 Private slot to handle changes of the target.
131 </p> 136 </p>
132 <dl> 137 <dl>
133 138
134 <dt><i>txt</i></dt> 139 <dt><i>txt</i> (str)</dt>
135 <dd> 140 <dd>
136 contents of the target edit (string) 141 contents of the target edit
137 </dd> 142 </dd>
138 </dl> 143 </dl>
139 <div align="right"><a href="#top">Up</a></div> 144 <div align="right"><a href="#top">Up</a></div>
140 <hr /> 145 <hr />
141 </body></html> 146 </body></html>

eric ide

mercurial