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>) |