16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</h1> |
23 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</h1> |
|
24 |
23 <p> |
25 <p> |
24 Module implementing a dialog to enter the data for a copy or rename operation. |
26 Module implementing a dialog to enter the data for a copy or rename operation. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
|
36 |
32 <tr> |
37 <tr> |
33 <td><a href="#HgCopyDialog">HgCopyDialog</a></td> |
38 <td><a href="#HgCopyDialog">HgCopyDialog</a></td> |
34 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> |
39 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> |
35 </tr> |
40 </tr> |
36 </table> |
41 </table> |
37 <h3>Functions</h3> |
42 <h3>Functions</h3> |
|
43 |
38 <table> |
44 <table> |
39 <tr><td>None</td></tr> |
45 <tr><td>None</td></tr> |
40 </table> |
46 </table> |
41 <hr /><hr /> |
47 <hr /> |
|
48 <hr /> |
42 <a NAME="HgCopyDialog" ID="HgCopyDialog"></a> |
49 <a NAME="HgCopyDialog" ID="HgCopyDialog"></a> |
43 <h2>HgCopyDialog</h2> |
50 <h2>HgCopyDialog</h2> |
|
51 |
44 <p> |
52 <p> |
45 Class implementing a dialog to enter the data for a copy or rename |
53 Class implementing a dialog to enter the data for a copy or rename |
46 operation. |
54 operation. |
47 </p> |
55 </p> |
48 <h3>Derived from</h3> |
56 <h3>Derived from</h3> |
49 QDialog, Ui_HgCopyDialog |
57 QDialog, Ui_HgCopyDialog |
50 <h3>Class Attributes</h3> |
58 <h3>Class Attributes</h3> |
|
59 |
51 <table> |
60 <table> |
52 <tr><td>None</td></tr> |
61 <tr><td>None</td></tr> |
53 </table> |
62 </table> |
54 <h3>Class Methods</h3> |
63 <h3>Class Methods</h3> |
|
64 |
55 <table> |
65 <table> |
56 <tr><td>None</td></tr> |
66 <tr><td>None</td></tr> |
57 </table> |
67 </table> |
58 <h3>Methods</h3> |
68 <h3>Methods</h3> |
|
69 |
59 <table> |
70 <table> |
|
71 |
60 <tr> |
72 <tr> |
61 <td><a href="#HgCopyDialog.__init__">HgCopyDialog</a></td> |
73 <td><a href="#HgCopyDialog.__init__">HgCopyDialog</a></td> |
62 <td>Constructor</td> |
74 <td>Constructor</td> |
63 </tr><tr> |
75 </tr> |
|
76 <tr> |
64 <td><a href="#HgCopyDialog.getData">getData</a></td> |
77 <td><a href="#HgCopyDialog.getData">getData</a></td> |
65 <td>Public method to retrieve the copy data.</td> |
78 <td>Public method to retrieve the copy data.</td> |
66 </tr><tr> |
79 </tr> |
|
80 <tr> |
67 <td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> |
81 <td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> |
68 <td>Private slot to handle changes of the target.</td> |
82 <td>Private slot to handle changes of the target.</td> |
69 </tr> |
83 </tr> |
70 </table> |
84 </table> |
71 <h3>Static Methods</h3> |
85 <h3>Static Methods</h3> |
|
86 |
72 <table> |
87 <table> |
73 <tr><td>None</td></tr> |
88 <tr><td>None</td></tr> |
74 </table> |
89 </table> |
|
90 |
75 <a NAME="HgCopyDialog.__init__" ID="HgCopyDialog.__init__"></a> |
91 <a NAME="HgCopyDialog.__init__" ID="HgCopyDialog.__init__"></a> |
76 <h4>HgCopyDialog (Constructor)</h4> |
92 <h4>HgCopyDialog (Constructor)</h4> |
77 <b>HgCopyDialog</b>(<i>source, parent=None, move=False</i>) |
93 <b>HgCopyDialog</b>(<i>source, parent=None, move=False</i>) |
|
94 |
78 <p> |
95 <p> |
79 Constructor |
96 Constructor |
80 </p><dl> |
97 </p> |
|
98 <dl> |
|
99 |
81 <dt><i>source</i></dt> |
100 <dt><i>source</i></dt> |
82 <dd> |
101 <dd> |
83 name of the source file/directory (string) |
102 name of the source file/directory (string) |
84 </dd><dt><i>parent</i></dt> |
103 </dd> |
|
104 <dt><i>parent</i></dt> |
85 <dd> |
105 <dd> |
86 parent widget (QWidget) |
106 parent widget (QWidget) |
87 </dd><dt><i>move</i></dt> |
107 </dd> |
|
108 <dt><i>move</i></dt> |
88 <dd> |
109 <dd> |
89 flag indicating a move operation (boolean) |
110 flag indicating a move operation (boolean) |
90 </dd> |
111 </dd> |
91 </dl><a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> |
112 </dl> |
|
113 <a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> |
92 <h4>HgCopyDialog.getData</h4> |
114 <h4>HgCopyDialog.getData</h4> |
93 <b>getData</b>(<i></i>) |
115 <b>getData</b>(<i></i>) |
|
116 |
94 <p> |
117 <p> |
95 Public method to retrieve the copy data. |
118 Public method to retrieve the copy data. |
96 </p><dl> |
119 </p> |
|
120 <dl> |
97 <dt>Returns:</dt> |
121 <dt>Returns:</dt> |
98 <dd> |
122 <dd> |
99 the target name (string) and a flag indicating |
123 the target name (string) and a flag indicating |
100 the operation should be enforced (boolean) |
124 the operation should be enforced (boolean) |
101 </dd> |
125 </dd> |
102 </dl><a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> |
126 </dl> |
|
127 <a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> |
103 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> |
128 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> |
104 <b>on_targetPicker_textChanged</b>(<i>txt</i>) |
129 <b>on_targetPicker_textChanged</b>(<i>txt</i>) |
|
130 |
105 <p> |
131 <p> |
106 Private slot to handle changes of the target. |
132 Private slot to handle changes of the target. |
107 </p><dl> |
133 </p> |
|
134 <dl> |
|
135 |
108 <dt><i>txt</i></dt> |
136 <dt><i>txt</i></dt> |
109 <dd> |
137 <dd> |
110 contents of the target edit (string) |
138 contents of the target edit (string) |
111 </dd> |
139 </dd> |
112 </dl> |
140 </dl> |