100 <p> |
100 <p> |
101 Constructor |
101 Constructor |
102 </p> |
102 </p> |
103 <dl> |
103 <dl> |
104 |
104 |
105 <dt><i>rootDir</i></dt> |
105 <dt><i>rootDir</i> (str)</dt> |
106 <dd> |
106 <dd> |
107 root of the directory tree (string) |
107 root of the directory tree |
108 </dd> |
108 </dd> |
109 <dt><i>patchCheckData</i></dt> |
109 <dt><i>patchCheckData</i> (tuple of (list of str, int, bool, bool))</dt> |
110 <dd> |
110 <dd> |
111 tuple of data as returned by the |
111 tuple of data as returned by the |
112 getData() method |
112 getData() method |
113 </dd> |
113 </dd> |
114 <dt><i>parent</i></dt> |
114 <dt><i>parent</i> (QWidget)</dt> |
115 <dd> |
115 <dd> |
116 reference to the parent widget (QWidget) |
116 reference to the parent widget |
117 </dd> |
117 </dd> |
118 </dl> |
118 </dl> |
119 <a NAME="GitPatchFilesDialog.__getPatchFilesList" ID="GitPatchFilesDialog.__getPatchFilesList"></a> |
119 <a NAME="GitPatchFilesDialog.__getPatchFilesList" ID="GitPatchFilesDialog.__getPatchFilesList"></a> |
120 <h4>GitPatchFilesDialog.__getPatchFilesList</h4> |
120 <h4>GitPatchFilesDialog.__getPatchFilesList</h4> |
121 <b>__getPatchFilesList</b>(<i></i>) |
121 <b>__getPatchFilesList</b>(<i></i>) |
124 Private method to get the list of patch files. |
124 Private method to get the list of patch files. |
125 </p> |
125 </p> |
126 <dl> |
126 <dl> |
127 <dt>Return:</dt> |
127 <dt>Return:</dt> |
128 <dd> |
128 <dd> |
129 list of patch files (list of string) |
129 list of patch files |
|
130 </dd> |
|
131 </dl> |
|
132 <dl> |
|
133 <dt>Return Type:</dt> |
|
134 <dd> |
|
135 list of str |
130 </dd> |
136 </dd> |
131 </dl> |
137 </dl> |
132 <a NAME="GitPatchFilesDialog.getData" ID="GitPatchFilesDialog.getData"></a> |
138 <a NAME="GitPatchFilesDialog.getData" ID="GitPatchFilesDialog.getData"></a> |
133 <h4>GitPatchFilesDialog.getData</h4> |
139 <h4>GitPatchFilesDialog.getData</h4> |
134 <b>getData</b>(<i></i>) |
140 <b>getData</b>(<i></i>) |
140 <dt>Return:</dt> |
146 <dt>Return:</dt> |
141 <dd> |
147 <dd> |
142 tuple of list of patch files, strip count, flag indicating |
148 tuple of list of patch files, strip count, flag indicating |
143 that the patch has inaccurate end-of-file marker and a flag |
149 that the patch has inaccurate end-of-file marker and a flag |
144 indicating to not trust the line count information |
150 indicating to not trust the line count information |
145 (list of string, integer, boolean, boolean) |
151 </dd> |
|
152 </dl> |
|
153 <dl> |
|
154 <dt>Return Type:</dt> |
|
155 <dd> |
|
156 tuple of (list of str, int, bool, bool) |
146 </dd> |
157 </dd> |
147 </dl> |
158 </dl> |
148 <a NAME="GitPatchFilesDialog.on_addButton_clicked" ID="GitPatchFilesDialog.on_addButton_clicked"></a> |
159 <a NAME="GitPatchFilesDialog.on_addButton_clicked" ID="GitPatchFilesDialog.on_addButton_clicked"></a> |
149 <h4>GitPatchFilesDialog.on_addButton_clicked</h4> |
160 <h4>GitPatchFilesDialog.on_addButton_clicked</h4> |
150 <b>on_addButton_clicked</b>(<i></i>) |
161 <b>on_addButton_clicked</b>(<i></i>) |