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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
98 <p> 98 <p>
99 Constructor 99 Constructor
100 </p> 100 </p>
101 <dl> 101 <dl>
102 102
103 <dt><i>vcs</i></dt> 103 <dt><i>vcs</i> (Hg)</dt>
104 <dd> 104 <dd>
105 reference to the vcs object 105 reference to the vcs object
106 </dd> 106 </dd>
107 <dt><i>parent</i></dt> 107 <dt><i>parent</i> (QWidget)</dt>
108 <dd> 108 <dd>
109 parent widget (QWidget) 109 parent widget
110 </dd> 110 </dd>
111 </dl> 111 </dl>
112 <a NAME="HgSummaryDialog.__committed" ID="HgSummaryDialog.__committed"></a> 112 <a NAME="HgSummaryDialog.__committed" ID="HgSummaryDialog.__committed"></a>
113 <h4>HgSummaryDialog.__committed</h4> 113 <h4>HgSummaryDialog.__committed</h4>
114 <b>__committed</b>(<i></i>) 114 <b>__committed</b>(<i></i>)
123 <p> 123 <p>
124 Private method to process the output into nice readable text. 124 Private method to process the output into nice readable text.
125 </p> 125 </p>
126 <dl> 126 <dl>
127 127
128 <dt><i>output</i></dt> 128 <dt><i>output</i> (str)</dt>
129 <dd> 129 <dd>
130 output from the summary command (string) 130 output from the summary command
131 </dd> 131 </dd>
132 </dl> 132 </dl>
133 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a> 133 <a NAME="HgSummaryDialog.__showError" ID="HgSummaryDialog.__showError"></a>
134 <h4>HgSummaryDialog.__showError</h4> 134 <h4>HgSummaryDialog.__showError</h4>
135 <b>__showError</b>(<i>out</i>) 135 <b>__showError</b>(<i>out</i>)
137 <p> 137 <p>
138 Private slot to show some error. 138 Private slot to show some error.
139 </p> 139 </p>
140 <dl> 140 <dl>
141 141
142 <dt><i>out</i></dt> 142 <dt><i>out</i> (str)</dt>
143 <dd> 143 <dd>
144 error to be shown (string) 144 error to be shown
145 </dd> 145 </dd>
146 </dl> 146 </dl>
147 <a NAME="HgSummaryDialog.on_buttonBox_clicked" ID="HgSummaryDialog.on_buttonBox_clicked"></a> 147 <a NAME="HgSummaryDialog.on_buttonBox_clicked" ID="HgSummaryDialog.on_buttonBox_clicked"></a>
148 <h4>HgSummaryDialog.on_buttonBox_clicked</h4> 148 <h4>HgSummaryDialog.on_buttonBox_clicked</h4>
149 <b>on_buttonBox_clicked</b>(<i>button</i>) 149 <b>on_buttonBox_clicked</b>(<i>button</i>)
151 <p> 151 <p>
152 Private slot called by a button of the button box clicked. 152 Private slot called by a button of the button box clicked.
153 </p> 153 </p>
154 <dl> 154 <dl>
155 155
156 <dt><i>button</i></dt> 156 <dt><i>button</i> (QAbstractButton)</dt>
157 <dd> 157 <dd>
158 button that was clicked (QAbstractButton) 158 button that was clicked
159 </dd> 159 </dd>
160 </dl> 160 </dl>
161 <a NAME="HgSummaryDialog.on_refreshButton_clicked" ID="HgSummaryDialog.on_refreshButton_clicked"></a> 161 <a NAME="HgSummaryDialog.on_refreshButton_clicked" ID="HgSummaryDialog.on_refreshButton_clicked"></a>
162 <h4>HgSummaryDialog.on_refreshButton_clicked</h4> 162 <h4>HgSummaryDialog.on_refreshButton_clicked</h4>
163 <b>on_refreshButton_clicked</b>(<i></i>) 163 <b>on_refreshButton_clicked</b>(<i></i>)
172 <p> 172 <p>
173 Public slot to start the hg summary command. 173 Public slot to start the hg summary command.
174 </p> 174 </p>
175 <dl> 175 <dl>
176 176
177 <dt><i>mq</i></dt> 177 <dt><i>mq</i> (bool)</dt>
178 <dd> 178 <dd>
179 flag indicating to show the queue status as well (boolean) 179 flag indicating to show the queue status as well
180 </dd> 180 </dd>
181 <dt><i>largefiles</i></dt> 181 <dt><i>largefiles</i> (bool)</dt>
182 <dd> 182 <dd>
183 flag indicating to show the largefiles status as 183 flag indicating to show the largefiles status as
184 well (boolean) 184 well
185 </dd> 185 </dd>
186 </dl> 186 </dl>
187 <div align="right"><a href="#top">Up</a></div> 187 <div align="right"><a href="#top">Up</a></div>
188 <hr /> 188 <hr />
189 </body></html> 189 </body></html>

eric ide

mercurial