src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to enter the data for a copy or rename operation. 11 Module implementing a dialog to enter the data for a copy or rename operation.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#HgCopyDialog">HgCopyDialog</a></td> 22 <td><a href="#HgCopyDialog">HgCopyDialog</a></td>
25 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td> 23 <td>Class implementing a dialog to enter the data for a copy or rename operation.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="HgCopyDialog" ID="HgCopyDialog"></a> 34 <a NAME="HgCopyDialog" ID="HgCopyDialog"></a>
36 <h2>HgCopyDialog</h2> 35 <h2>HgCopyDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to enter the data for a copy or rename 37 Class implementing a dialog to enter the data for a copy or rename
40 operation. 38 operation.
41 </p> 39 </p>
40
42 <h3>Derived from</h3> 41 <h3>Derived from</h3>
43 QDialog, Ui_HgCopyDialog 42 QDialog, Ui_HgCopyDialog
44 <h3>Class Attributes</h3> 43 <h3>Class Attributes</h3>
45
46 <table> 44 <table>
47 <tr><td>None</td></tr> 45 <tr><td>None</td></tr>
48 </table> 46 </table>
47
49 <h3>Class Methods</h3> 48 <h3>Class Methods</h3>
50
51 <table> 49 <table>
52 <tr><td>None</td></tr> 50 <tr><td>None</td></tr>
53 </table> 51 </table>
52
54 <h3>Methods</h3> 53 <h3>Methods</h3>
55
56 <table> 54 <table>
57
58 <tr> 55 <tr>
59 <td><a href="#HgCopyDialog.__init__">HgCopyDialog</a></td> 56 <td><a href="#HgCopyDialog.__init__">HgCopyDialog</a></td>
60 <td>Constructor</td> 57 <td>Constructor</td>
61 </tr> 58 </tr>
62 <tr> 59 <tr>
66 <tr> 63 <tr>
67 <td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td> 64 <td><a href="#HgCopyDialog.on_targetPicker_textChanged">on_targetPicker_textChanged</a></td>
68 <td>Private slot to handle changes of the target.</td> 65 <td>Private slot to handle changes of the target.</td>
69 </tr> 66 </tr>
70 </table> 67 </table>
68
71 <h3>Static Methods</h3> 69 <h3>Static Methods</h3>
72
73 <table> 70 <table>
74 <tr><td>None</td></tr> 71 <tr><td>None</td></tr>
75 </table> 72 </table>
76 73
74
77 <a NAME="HgCopyDialog.__init__" ID="HgCopyDialog.__init__"></a> 75 <a NAME="HgCopyDialog.__init__" ID="HgCopyDialog.__init__"></a>
78 <h4>HgCopyDialog (Constructor)</h4> 76 <h4>HgCopyDialog (Constructor)</h4>
79 <b>HgCopyDialog</b>(<i>source, parent=None, move=False</i>) 77 <b>HgCopyDialog</b>(<i>source, parent=None, move=False</i>)
80
81 <p> 78 <p>
82 Constructor 79 Constructor
83 </p> 80 </p>
81
84 <dl> 82 <dl>
85 83
86 <dt><i>source</i> (str)</dt> 84 <dt><i>source</i> (str)</dt>
87 <dd> 85 <dd>
88 name of the source file/directory 86 name of the source file/directory
97 </dd> 95 </dd>
98 </dl> 96 </dl>
99 <a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a> 97 <a NAME="HgCopyDialog.getData" ID="HgCopyDialog.getData"></a>
100 <h4>HgCopyDialog.getData</h4> 98 <h4>HgCopyDialog.getData</h4>
101 <b>getData</b>(<i></i>) 99 <b>getData</b>(<i></i>)
102
103 <p> 100 <p>
104 Public method to retrieve the copy data. 101 Public method to retrieve the copy data.
105 </p> 102 </p>
103
106 <dl> 104 <dl>
107 <dt>Return:</dt> 105 <dt>Return:</dt>
108 <dd> 106 <dd>
109 the target name (string) and a flag indicating 107 the target name (string) and a flag indicating
110 the operation should be enforced 108 the operation should be enforced
117 </dd> 115 </dd>
118 </dl> 116 </dl>
119 <a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a> 117 <a NAME="HgCopyDialog.on_targetPicker_textChanged" ID="HgCopyDialog.on_targetPicker_textChanged"></a>
120 <h4>HgCopyDialog.on_targetPicker_textChanged</h4> 118 <h4>HgCopyDialog.on_targetPicker_textChanged</h4>
121 <b>on_targetPicker_textChanged</b>(<i>txt</i>) 119 <b>on_targetPicker_textChanged</b>(<i>txt</i>)
122
123 <p> 120 <p>
124 Private slot to handle changes of the target. 121 Private slot to handle changes of the target.
125 </p> 122 </p>
123
126 <dl> 124 <dl>
127 125
128 <dt><i>txt</i> (str)</dt> 126 <dt><i>txt</i> (str)</dt>
129 <dd> 127 <dd>
130 contents of the target edit 128 contents of the target edit

eric ide

mercurial