eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
diff -r 1779dc278077 -r 391d6b7b1eff eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Wed Sep 25 19:40:31 2019 +0200
+++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Wed Sep 25 19:42:44 2019 +0200
@@ -18,99 +18,129 @@
 
 </style>
 </head>
-<body><a NAME="top" ID="top"></a>
+<body>
+<a NAME="top" ID="top"></a>
 <h1>eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread</h1>
+
 <p>
 Module implementing the VCS status monitor thread class for Subversion.
 </p>
 <h3>Global Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Classes</h3>
+
 <table>
+
 <tr>
 <td><a href="#SvnStatusMonitorThread">SvnStatusMonitorThread</a></td>
 <td>Class implementing the VCS status monitor thread class for Subversion.</td>
 </tr>
 </table>
 <h3>Functions</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
-<hr /><hr />
+<hr />
+<hr />
 <a NAME="SvnStatusMonitorThread" ID="SvnStatusMonitorThread"></a>
 <h2>SvnStatusMonitorThread</h2>
+
 <p>
     Class implementing the VCS status monitor thread class for Subversion.
 </p>
 <h3>Derived from</h3>
 VcsStatusMonitorThread
 <h3>Class Attributes</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Class Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
 <h3>Methods</h3>
+
 <table>
+
 <tr>
 <td><a href="#SvnStatusMonitorThread.__init__">SvnStatusMonitorThread</a></td>
 <td>Constructor</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnStatusMonitorThread.__clientLoginCallback">__clientLoginCallback</a></td>
 <td>Private method called by the client to get login information.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnStatusMonitorThread.__clientSslServerTrustPromptCallback">__clientSslServerTrustPromptCallback</a></td>
 <td>Private method called by the client to request acceptance for a ssl server certificate.</td>
-</tr><tr>
+</tr>
+<tr>
 <td><a href="#SvnStatusMonitorThread._performMonitor">_performMonitor</a></td>
 <td>Protected method implementing the monitoring action.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
+
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <a NAME="SvnStatusMonitorThread.__init__" ID="SvnStatusMonitorThread.__init__"></a>
 <h4>SvnStatusMonitorThread (Constructor)</h4>
 <b>SvnStatusMonitorThread</b>(<i>interval, project, vcs, parent=None</i>)
+
 <p>
         Constructor
-</p><dl>
+</p>
+<dl>
+
 <dt><i>interval</i></dt>
 <dd>
 new interval in seconds (integer)
-</dd><dt><i>project</i></dt>
+</dd>
+<dt><i>project</i></dt>
 <dd>
 reference to the project object (Project)
-</dd><dt><i>vcs</i></dt>
+</dd>
+<dt><i>vcs</i></dt>
 <dd>
 reference to the version control object
-</dd><dt><i>parent</i></dt>
+</dd>
+<dt><i>parent</i></dt>
 <dd>
 reference to the parent object (QObject)
 </dd>
-</dl><a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a>
+</dl>
+<a NAME="SvnStatusMonitorThread.__clientLoginCallback" ID="SvnStatusMonitorThread.__clientLoginCallback"></a>
 <h4>SvnStatusMonitorThread.__clientLoginCallback</h4>
 <b>__clientLoginCallback</b>(<i>realm, username, may_save</i>)
+
 <p>
         Private method called by the client to get login information.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>realm</i></dt>
 <dd>
 name of the realm of the requested credentials (string)
-</dd><dt><i>username</i></dt>
+</dd>
+<dt><i>username</i></dt>
 <dd>
 username as supplied by subversion (string)
-</dd><dt><i>may_save</i></dt>
+</dd>
+<dt><i>may_save</i></dt>
 <dd>
 flag indicating, that subversion is willing to save
             the answers returned (boolean)
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of four values (retcode, username, password, save).
@@ -119,18 +149,23 @@
             as strings and save is a flag indicating, that username and
             password should be saved. Always returns (False, "", "", False).
 </dd>
-</dl><a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a>
+</dl>
+<a NAME="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback" ID="SvnStatusMonitorThread.__clientSslServerTrustPromptCallback"></a>
 <h4>SvnStatusMonitorThread.__clientSslServerTrustPromptCallback</h4>
 <b>__clientSslServerTrustPromptCallback</b>(<i>trust_dict</i>)
+
 <p>
         Private method called by the client to request acceptance for a
         ssl server certificate.
-</p><dl>
+</p>
+<dl>
+
 <dt><i>trust_dict</i></dt>
 <dd>
 dictionary containing the trust data
 </dd>
-</dl><dl>
+</dl>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of three values (retcode, acceptedFailures, save).
@@ -139,12 +174,15 @@
             and save should be True, if subversion should save the certificate.
             Always returns (False, 0, False).
 </dd>
-</dl><a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a>
+</dl>
+<a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a>
 <h4>SvnStatusMonitorThread._performMonitor</h4>
 <b>_performMonitor</b>(<i></i>)
+
 <p>
         Protected method implementing the monitoring action.
-</p><p>
+</p>
+<p>
         This method populates the statusList member variable
         with a list of strings giving the status in the first column and the
         path relative to the project directory starting with the third column.
@@ -158,7 +196,8 @@
             <li>"Z" path contains a conflict</li>
             <li>" " path is back at normal</li>
         </ul>
-</p><dl>
+</p>
+<dl>
 <dt>Returns:</dt>
 <dd>
 tuple of flag indicating successful operation (boolean) and

eric ide

mercurial