src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
88 <p> 88 <p>
89 Constructor 89 Constructor
90 </p> 90 </p>
91 <dl> 91 <dl>
92 92
93 <dt><i>vcs</i></dt> 93 <dt><i>vcs</i> (Git)</dt>
94 <dd> 94 <dd>
95 reference to the VCS object (Git) 95 reference to the VCS object (Git)
96 </dd> 96 </dd>
97 <dt><i>parent</i></dt> 97 <dt><i>parent</i> (QWidget)</dt>
98 <dd> 98 <dd>
99 reference to the parent widget (QWidget) 99 reference to the parent widget
100 </dd> 100 </dd>
101 </dl> 101 </dl>
102 <a NAME="GitPatchStatisticsDialog.__createStatisticsItem" ID="GitPatchStatisticsDialog.__createStatisticsItem"></a> 102 <a NAME="GitPatchStatisticsDialog.__createStatisticsItem" ID="GitPatchStatisticsDialog.__createStatisticsItem"></a>
103 <h4>GitPatchStatisticsDialog.__createStatisticsItem</h4> 103 <h4>GitPatchStatisticsDialog.__createStatisticsItem</h4>
104 <b>__createStatisticsItem</b>(<i>line</i>) 104 <b>__createStatisticsItem</b>(<i>line</i>)
106 <p> 106 <p>
107 Private method to create a file statistics entry. 107 Private method to create a file statistics entry.
108 </p> 108 </p>
109 <dl> 109 <dl>
110 110
111 <dt><i>line</i></dt> 111 <dt><i>line</i> (str)</dt>
112 <dd> 112 <dd>
113 string with file statistics data (string) 113 string with file statistics data
114 </dd> 114 </dd>
115 </dl> 115 </dl>
116 <a NAME="GitPatchStatisticsDialog.__resizeColumns" ID="GitPatchStatisticsDialog.__resizeColumns"></a> 116 <a NAME="GitPatchStatisticsDialog.__resizeColumns" ID="GitPatchStatisticsDialog.__resizeColumns"></a>
117 <h4>GitPatchStatisticsDialog.__resizeColumns</h4> 117 <h4>GitPatchStatisticsDialog.__resizeColumns</h4>
118 <b>__resizeColumns</b>(<i></i>) 118 <b>__resizeColumns</b>(<i></i>)
131 <dt>Return:</dt> 131 <dt>Return:</dt>
132 <dd> 132 <dd>
133 tuple of list of patch files, strip count, flag indicating 133 tuple of list of patch files, strip count, flag indicating
134 that the patch has inaccurate end-of-file marker and a flag 134 that the patch has inaccurate end-of-file marker and a flag
135 indicating to not trust the line count information 135 indicating to not trust the line count information
136 (list of string, integer, boolean, boolean) 136 </dd>
137 </dl>
138 <dl>
139 <dt>Return Type:</dt>
140 <dd>
141 tuple of (list of str, int, bool, bool)
137 </dd> 142 </dd>
138 </dl> 143 </dl>
139 <a NAME="GitPatchStatisticsDialog.start" ID="GitPatchStatisticsDialog.start"></a> 144 <a NAME="GitPatchStatisticsDialog.start" ID="GitPatchStatisticsDialog.start"></a>
140 <h4>GitPatchStatisticsDialog.start</h4> 145 <h4>GitPatchStatisticsDialog.start</h4>
141 <b>start</b>(<i>projectDir, patchCheckData</i>) 146 <b>start</b>(<i>projectDir, patchCheckData</i>)
143 <p> 148 <p>
144 Public method to start the statistics process. 149 Public method to start the statistics process.
145 </p> 150 </p>
146 <dl> 151 <dl>
147 152
148 <dt><i>projectDir</i></dt> 153 <dt><i>projectDir</i> (str)</dt>
149 <dd> 154 <dd>
150 directory name of the project (string) 155 directory name of the project
151 </dd> 156 </dd>
152 <dt><i>patchCheckData</i></dt> 157 <dt><i>patchCheckData</i> (tuple of (list of str, int, bool, bool))</dt>
153 <dd> 158 <dd>
154 tuple of data as returned by the 159 tuple of data as returned by the
155 GitPatchFilesDialog.getData() method 160 GitPatchFilesDialog.getData() method
156 </dd> 161 </dd>
157 </dl> 162 </dl>

eric ide

mercurial