src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
76 <p> 76 <p>
77 Constructor 77 Constructor
78 </p> 78 </p>
79 <dl> 79 <dl>
80 80
81 <dt><i>interval</i></dt> 81 <dt><i>interval</i> (int)</dt>
82 <dd> 82 <dd>
83 new interval in seconds (integer) 83 new interval in seconds
84 </dd> 84 </dd>
85 <dt><i>project</i></dt> 85 <dt><i>project</i> (Project)</dt>
86 <dd> 86 <dd>
87 reference to the project object (Project) 87 reference to the project object
88 </dd> 88 </dd>
89 <dt><i>vcs</i></dt> 89 <dt><i>vcs</i> (Subversion)</dt>
90 <dd> 90 <dd>
91 reference to the version control object 91 reference to the version control object
92 </dd> 92 </dd>
93 <dt><i>parent</i></dt> 93 <dt><i>parent</i> (QObject)</dt>
94 <dd> 94 <dd>
95 reference to the parent object (QObject) 95 reference to the parent object
96 </dd> 96 </dd>
97 </dl> 97 </dl>
98 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a> 98 <a NAME="SvnStatusMonitorThread._performMonitor" ID="SvnStatusMonitorThread._performMonitor"></a>
99 <h4>SvnStatusMonitorThread._performMonitor</h4> 99 <h4>SvnStatusMonitorThread._performMonitor</h4>
100 <b>_performMonitor</b>(<i></i>) 100 <b>_performMonitor</b>(<i></i>)
120 </ul> 120 </ul>
121 </p> 121 </p>
122 <dl> 122 <dl>
123 <dt>Return:</dt> 123 <dt>Return:</dt>
124 <dd> 124 <dd>
125 tuple of flag indicating successful operation (boolean) and 125 tuple of flag indicating successful operation and a status message
126 a status message in case of non successful operation (string) 126 in case of non successful operation
127 </dd>
128 </dl>
129 <dl>
130 <dt>Return Type:</dt>
131 <dd>
132 tuple of (bool, str)
127 </dd> 133 </dd>
128 </dl> 134 </dl>
129 <div align="right"><a href="#top">Up</a></div> 135 <div align="right"><a href="#top">Up</a></div>
130 <hr /> 136 <hr />
131 </body></html> 137 </body></html>

eric ide

mercurial