|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to enter the data for a copy or rename operation. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#HgCopyDialog">HgCopyDialog</a></td> |
|
34 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="HgCopyDialog" ID="HgCopyDialog"></a> |
|
43 <h2>HgCopyDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to enter the data for a copy or rename |
|
46 operation. |
|
47 </p> |
|
48 <h3>Derived from</h3> |
|
49 QDialog, Ui_HgCopyDialog |
|
50 <h3>Class Attributes</h3> |
|
51 <table> |
|
52 <tr><td>None</td></tr> |
|
53 </table> |
|
54 <h3>Class Methods</h3> |
|
55 <table> |
|
56 <tr><td>None</td></tr> |
|
57 </table> |
|
58 <h3>Methods</h3> |
|
59 <table> |
|
60 <tr> |
|
61 <td><a href="#HgCopyDialog.__init__">HgCopyDialog</a></td> |
|
62 <td>Constructor</td> |
|
63 </tr><tr> |
|
64 <td><a href="#HgCopyDialog.getData">getData</a></td> |
|
65 <td>Public method to retrieve the copy data.</td> |
|
66 </tr><tr> |
|
67 <td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> |
|
68 <td>Private slot to handle changes of the target.</td> |
|
69 </tr> |
|
70 </table> |
|
71 <h3>Static Methods</h3> |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 <a NAME="HgCopyDialog.__init__" ID="HgCopyDialog.__init__"></a> |
|
76 <h4>HgCopyDialog (Constructor)</h4> |
|
77 <b>HgCopyDialog</b>(<i>source, parent=None, move=False</i>) |
|
78 <p> |
|
79 Constructor |
|
80 </p><dl> |
|
81 <dt><i>source</i></dt> |
|
82 <dd> |
|
83 name of the source file/directory (string) |
|
84 </dd><dt><i>parent</i></dt> |
|
85 <dd> |
|
86 parent widget (QWidget) |
|
87 </dd><dt><i>move</i></dt> |
|
88 <dd> |
|
89 flag indicating a move operation (boolean) |
|
90 </dd> |
|
91 </dl><a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> |
|
92 <h4>HgCopyDialog.getData</h4> |
|
93 <b>getData</b>(<i></i>) |
|
94 <p> |
|
95 Public method to retrieve the copy data. |
|
96 </p><dl> |
|
97 <dt>Returns:</dt> |
|
98 <dd> |
|
99 the target name (string) and a flag indicating |
|
100 the operation should be enforced (boolean) |
|
101 </dd> |
|
102 </dl><a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> |
|
103 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> |
|
104 <b>on_targetPicker_textChanged</b>(<i>txt</i>) |
|
105 <p> |
|
106 Private slot to handle changes of the target. |
|
107 </p><dl> |
|
108 <dt><i>txt</i></dt> |
|
109 <dd> |
|
110 contents of the target edit (string) |
|
111 </dd> |
|
112 </dl> |
|
113 <div align="right"><a href="#top">Up</a></div> |
|
114 <hr /> |
|
115 </body></html> |