eric7/Documentation/Source/eric7.VCS.StatusWidget.html

branch
eric7
changeset 8752
3c1ea4dfb691
parent 8652
8cacde11f4fd
--- a/eric7/Documentation/Source/eric7.VCS.StatusWidget.html	Mon Nov 01 16:53:32 2021 +0100
+++ b/eric7/Documentation/Source/eric7.VCS.StatusWidget.html	Mon Nov 01 16:58:52 2021 +0100
@@ -214,6 +214,10 @@
 <td><a href="#StatusWidget.__updateEnabledStates">__updateEnabledStates</a></td>
 <td>Private method to set the enabled states depending on the list state.</td>
 </tr>
+<tr>
+<td><a href="#StatusWidget.eventFilter">eventFilter</a></td>
+<td>Public method to process some events for the Commit edit.</td>
+</tr>
 </table>
 <h3>Static Methods</h3>
 
@@ -680,6 +684,36 @@
 <p>
         Private method to set the enabled states depending on the list state.
 </p>
+<a NAME="StatusWidget.eventFilter" ID="StatusWidget.eventFilter"></a>
+<h4>StatusWidget.eventFilter</h4>
+<b>eventFilter</b>(<i>obj, evt</i>)
+
+<p>
+        Public method to process some events for the Commit edit.
+</p>
+<dl>
+
+<dt><i>obj</i> (QObject)</dt>
+<dd>
+reference to the object the event was meant for
+</dd>
+<dt><i>evt</i> (QEvent)</dt>
+<dd>
+reference to the event object
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag to indicate that the event was handled
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial