diff -r 3e194fec0eaa -r 1c2968f124b7 Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html --- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html Wed Oct 03 14:31:58 2018 +0200 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html Wed Oct 03 17:33:40 2018 +0200 @@ -60,6 +60,12 @@ <td><a href="#HgStatusMonitorThread.__init__">HgStatusMonitorThread</a></td> <td>Constructor</td> </tr><tr> +<td><a href="#HgStatusMonitorThread.__initClient">__initClient</a></td> +<td>Private method to initialize the Mercurial client.</td> +</tr><tr> +<td><a href="#HgStatusMonitorThread._getInfo">_getInfo</a></td> +<td>Protected method implementing the real info action.</td> +</tr><tr> <td><a href="#HgStatusMonitorThread._performMonitor">_performMonitor</a></td> <td>Protected method implementing the monitoring action.</td> </tr><tr> @@ -90,6 +96,29 @@ <dd> reference to the parent object (QObject) </dd> +</dl><a NAME="HgStatusMonitorThread.__initClient" ID="HgStatusMonitorThread.__initClient"></a> +<h4>HgStatusMonitorThread.__initClient</h4> +<b>__initClient</b>(<i></i>) +<p> + Private method to initialize the Mercurial client. +</p><a NAME="HgStatusMonitorThread._getInfo" ID="HgStatusMonitorThread._getInfo"></a> +<h4>HgStatusMonitorThread._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="HgStatusMonitorThread._performMonitor" ID="HgStatusMonitorThread._performMonitor"></a> <h4>HgStatusMonitorThread._performMonitor</h4> <b>_performMonitor</b>(<i></i>)