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

branch
eric7
changeset 10215
d476667171a1
parent 10070
9f5758c0fec1
child 10438
4cd7e5a8b3cf
equal deleted inserted replaced
10214:de0718b80010 10215:d476667171a1
237 <tr> 237 <tr>
238 <td><a href="#HgLogBrowserDialog.__selectAllActTriggered">__selectAllActTriggered</a></td> 238 <td><a href="#HgLogBrowserDialog.__selectAllActTriggered">__selectAllActTriggered</a></td>
239 <td>Private method to select or unselect all log entries.</td> 239 <td>Private method to select or unselect all log entries.</td>
240 </tr> 240 </tr>
241 <tr> 241 <tr>
242 <td><a href="#HgLogBrowserDialog.__selectBranches">__selectBranches</a></td>
243 <td>Private slot to select the branches to be shown.</td>
244 </tr>
245 <tr>
242 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td> 246 <td><a href="#HgLogBrowserDialog.__showError">__showError</a></td>
243 <td>Private slot to show some error.</td> 247 <td>Private slot to show some error.</td>
244 </tr> 248 </tr>
245 <tr> 249 <tr>
246 <td><a href="#HgLogBrowserDialog.__stripActTriggered">__stripActTriggered</a></td> 250 <td><a href="#HgLogBrowserDialog.__stripActTriggered">__stripActTriggered</a></td>
1016 <dt><i>select</i> (bool)</dt> 1020 <dt><i>select</i> (bool)</dt>
1017 <dd> 1021 <dd>
1018 flag indicating to select all entries 1022 flag indicating to select all entries
1019 </dd> 1023 </dd>
1020 </dl> 1024 </dl>
1025 <a NAME="HgLogBrowserDialog.__selectBranches" ID="HgLogBrowserDialog.__selectBranches"></a>
1026 <h4>HgLogBrowserDialog.__selectBranches</h4>
1027 <b>__selectBranches</b>(<i>stateFilter=None</i>)
1028
1029 <p>
1030 Private slot to select the branches to be shown.
1031 </p>
1032 <dl>
1033
1034 <dt><i>stateFilter</i> (list of str (optional))</dt>
1035 <dd>
1036 list of state filters ("", "C" or "I") to be presented for
1037 selection (None or empty list means all) (defaults to None)
1038 </dd>
1039 </dl>
1021 <a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a> 1040 <a NAME="HgLogBrowserDialog.__showError" ID="HgLogBrowserDialog.__showError"></a>
1022 <h4>HgLogBrowserDialog.__showError</h4> 1041 <h4>HgLogBrowserDialog.__showError</h4>
1023 <b>__showError</b>(<i>out</i>) 1042 <b>__showError</b>(<i>out</i>)
1024 1043
1025 <p> 1044 <p>

eric ide

mercurial