--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Wed Oct 03 14:31:58 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Wed Oct 03 17:33:40 2018 +0200 @@ -60,6 +60,9 @@ <td><a href="#GitStatusMonitorThread.__init__">GitStatusMonitorThread</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#GitStatusMonitorThread._getInfo">_getInfo</a></td> +<td>Protected method implementing the real info action.</td> +</tr><tr> <td><a href="#GitStatusMonitorThread._performMonitor">_performMonitor</a></td> <td>Protected method implementing the monitoring action.</td> </tr><tr> @@ -90,6 +93,24 @@ <dd> reference to the parent object (QObject) </dd> +</dl><a NAME="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a> +<h4>GitStatusMonitorThread._getInfo</h4> +<b>_getInfo</b>(<i></i>) +<p> + Protected method implementing the real info action. +</p><p> + This method should be overridden and create a short info message to be + shown in the main window status bar right next to the status indicator. +</p><dl> +<dt>Returns:</dt> +<dd> +short info message +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="GitStatusMonitorThread._performMonitor" ID="GitStatusMonitorThread._performMonitor"></a> <h4>GitStatusMonitorThread._performMonitor</h4> <b>_performMonitor</b>(<i></i>)