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 </dl> |
98 </dl> |
99 <a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> |
99 <a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> |
100 <h4>HgCopyDialog.getData</h4> |
100 <h4>HgCopyDialog.getData</h4> |
101 <b>getData</b>(<i></i>) |
101 <b>getData</b>(<i></i>) |
105 </p> |
105 </p> |
106 <dl> |
106 <dl> |
107 <dt>Return:</dt> |
107 <dt>Return:</dt> |
108 <dd> |
108 <dd> |
109 the target name (string) and a flag indicating |
109 the target name (string) and a flag indicating |
110 the operation should be enforced (boolean) |
110 the operation should be enforced |
|
111 </dd> |
|
112 </dl> |
|
113 <dl> |
|
114 <dt>Return Type:</dt> |
|
115 <dd> |
|
116 bool |
111 </dd> |
117 </dd> |
112 </dl> |
118 </dl> |
113 <a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> |
119 <a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> |
114 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> |
120 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> |
115 <b>on_targetPicker_textChanged</b>(<i>txt</i>) |
121 <b>on_targetPicker_textChanged</b>(<i>txt</i>) |