src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.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.vcsGit.GitPatchFilesDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to select a list of patch files. 11 Module implementing a dialog to select a list of patch files.
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="#GitPatchFilesDialog">GitPatchFilesDialog</a></td> 22 <td><a href="#GitPatchFilesDialog">GitPatchFilesDialog</a></td>
25 <td>Class implementing a dialog to select a list of patch files.</td> 23 <td>Class implementing a dialog to select a list of patch files.</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="GitPatchFilesDialog" ID="GitPatchFilesDialog"></a> 34 <a NAME="GitPatchFilesDialog" ID="GitPatchFilesDialog"></a>
36 <h2>GitPatchFilesDialog</h2> 35 <h2>GitPatchFilesDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to select a list of patch files. 37 Class implementing a dialog to select a list of patch files.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_GitPatchFilesDialog 41 QDialog, Ui_GitPatchFilesDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44
45 <table> 43 <table>
46 <tr><td>None</td></tr> 44 <tr><td>None</td></tr>
47 </table> 45 </table>
46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49
50 <table> 48 <table>
51 <tr><td>None</td></tr> 49 <tr><td>None</td></tr>
52 </table> 50 </table>
51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54
55 <table> 53 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#GitPatchFilesDialog.__init__">GitPatchFilesDialog</a></td> 55 <td><a href="#GitPatchFilesDialog.__init__">GitPatchFilesDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
85 <tr> 82 <tr>
86 <td><a href="#GitPatchFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td> 83 <td><a href="#GitPatchFilesDialog.on_upButton_clicked">on_upButton_clicked</a></td>
87 <td>Private slot to move an entry up in the list.</td> 84 <td>Private slot to move an entry up in the list.</td>
88 </tr> 85 </tr>
89 </table> 86 </table>
87
90 <h3>Static Methods</h3> 88 <h3>Static Methods</h3>
91
92 <table> 89 <table>
93 <tr><td>None</td></tr> 90 <tr><td>None</td></tr>
94 </table> 91 </table>
95 92
93
96 <a NAME="GitPatchFilesDialog.__init__" ID="GitPatchFilesDialog.__init__"></a> 94 <a NAME="GitPatchFilesDialog.__init__" ID="GitPatchFilesDialog.__init__"></a>
97 <h4>GitPatchFilesDialog (Constructor)</h4> 95 <h4>GitPatchFilesDialog (Constructor)</h4>
98 <b>GitPatchFilesDialog</b>(<i>rootDir, patchCheckData, parent=None</i>) 96 <b>GitPatchFilesDialog</b>(<i>rootDir, patchCheckData, parent=None</i>)
99
100 <p> 97 <p>
101 Constructor 98 Constructor
102 </p> 99 </p>
100
103 <dl> 101 <dl>
104 102
105 <dt><i>rootDir</i> (str)</dt> 103 <dt><i>rootDir</i> (str)</dt>
106 <dd> 104 <dd>
107 root of the directory tree 105 root of the directory tree
117 </dd> 115 </dd>
118 </dl> 116 </dl>
119 <a NAME="GitPatchFilesDialog.__getPatchFilesList" ID="GitPatchFilesDialog.__getPatchFilesList"></a> 117 <a NAME="GitPatchFilesDialog.__getPatchFilesList" ID="GitPatchFilesDialog.__getPatchFilesList"></a>
120 <h4>GitPatchFilesDialog.__getPatchFilesList</h4> 118 <h4>GitPatchFilesDialog.__getPatchFilesList</h4>
121 <b>__getPatchFilesList</b>(<i></i>) 119 <b>__getPatchFilesList</b>(<i></i>)
122
123 <p> 120 <p>
124 Private method to get the list of patch files. 121 Private method to get the list of patch files.
125 </p> 122 </p>
123
126 <dl> 124 <dl>
127 <dt>Return:</dt> 125 <dt>Return:</dt>
128 <dd> 126 <dd>
129 list of patch files 127 list of patch files
130 </dd> 128 </dd>
136 </dd> 134 </dd>
137 </dl> 135 </dl>
138 <a NAME="GitPatchFilesDialog.getData" ID="GitPatchFilesDialog.getData"></a> 136 <a NAME="GitPatchFilesDialog.getData" ID="GitPatchFilesDialog.getData"></a>
139 <h4>GitPatchFilesDialog.getData</h4> 137 <h4>GitPatchFilesDialog.getData</h4>
140 <b>getData</b>(<i></i>) 138 <b>getData</b>(<i></i>)
141
142 <p> 139 <p>
143 Public slot to get the entered data. 140 Public slot to get the entered data.
144 </p> 141 </p>
142
145 <dl> 143 <dl>
146 <dt>Return:</dt> 144 <dt>Return:</dt>
147 <dd> 145 <dd>
148 tuple of list of patch files, strip count, flag indicating 146 tuple of list of patch files, strip count, flag indicating
149 that the patch has inaccurate end-of-file marker and a flag 147 that the patch has inaccurate end-of-file marker and a flag
157 </dd> 155 </dd>
158 </dl> 156 </dl>
159 <a NAME="GitPatchFilesDialog.on_addButton_clicked" ID="GitPatchFilesDialog.on_addButton_clicked"></a> 157 <a NAME="GitPatchFilesDialog.on_addButton_clicked" ID="GitPatchFilesDialog.on_addButton_clicked"></a>
160 <h4>GitPatchFilesDialog.on_addButton_clicked</h4> 158 <h4>GitPatchFilesDialog.on_addButton_clicked</h4>
161 <b>on_addButton_clicked</b>(<i></i>) 159 <b>on_addButton_clicked</b>(<i></i>)
162
163 <p> 160 <p>
164 Private slot to add patch files to the list. 161 Private slot to add patch files to the list.
165 </p> 162 </p>
163
166 <a NAME="GitPatchFilesDialog.on_deleteButton_clicked" ID="GitPatchFilesDialog.on_deleteButton_clicked"></a> 164 <a NAME="GitPatchFilesDialog.on_deleteButton_clicked" ID="GitPatchFilesDialog.on_deleteButton_clicked"></a>
167 <h4>GitPatchFilesDialog.on_deleteButton_clicked</h4> 165 <h4>GitPatchFilesDialog.on_deleteButton_clicked</h4>
168 <b>on_deleteButton_clicked</b>(<i></i>) 166 <b>on_deleteButton_clicked</b>(<i></i>)
169
170 <p> 167 <p>
171 Private slot to delete the selected patch files. 168 Private slot to delete the selected patch files.
172 </p> 169 </p>
170
173 <a NAME="GitPatchFilesDialog.on_downButton_clicked" ID="GitPatchFilesDialog.on_downButton_clicked"></a> 171 <a NAME="GitPatchFilesDialog.on_downButton_clicked" ID="GitPatchFilesDialog.on_downButton_clicked"></a>
174 <h4>GitPatchFilesDialog.on_downButton_clicked</h4> 172 <h4>GitPatchFilesDialog.on_downButton_clicked</h4>
175 <b>on_downButton_clicked</b>(<i></i>) 173 <b>on_downButton_clicked</b>(<i></i>)
176
177 <p> 174 <p>
178 Private slot to move an entry down in the list. 175 Private slot to move an entry down in the list.
179 </p> 176 </p>
177
180 <a NAME="GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged" ID="GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged"></a> 178 <a NAME="GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged" ID="GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged"></a>
181 <h4>GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged</h4> 179 <h4>GitPatchFilesDialog.on_patchFilesList_itemSelectionChanged</h4>
182 <b>on_patchFilesList_itemSelectionChanged</b>(<i></i>) 180 <b>on_patchFilesList_itemSelectionChanged</b>(<i></i>)
183
184 <p> 181 <p>
185 Private slot to enable button states depending on selection. 182 Private slot to enable button states depending on selection.
186 </p> 183 </p>
184
187 <a NAME="GitPatchFilesDialog.on_upButton_clicked" ID="GitPatchFilesDialog.on_upButton_clicked"></a> 185 <a NAME="GitPatchFilesDialog.on_upButton_clicked" ID="GitPatchFilesDialog.on_upButton_clicked"></a>
188 <h4>GitPatchFilesDialog.on_upButton_clicked</h4> 186 <h4>GitPatchFilesDialog.on_upButton_clicked</h4>
189 <b>on_upButton_clicked</b>(<i></i>) 187 <b>on_upButton_clicked</b>(<i></i>)
190
191 <p> 188 <p>
192 Private slot to move an entry up in the list. 189 Private slot to move an entry up in the list.
193 </p> 190 </p>
191
194 <div align="right"><a href="#top">Up</a></div> 192 <div align="right"><a href="#top">Up</a></div>
195 <hr /> 193 <hr />
196 </body></html> 194 </body></html>

eric ide

mercurial