src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
84 <p> 84 <p>
85 Constructor 85 Constructor
86 </p> 86 </p>
87 <dl> 87 <dl>
88 88
89 <dt><i>interval</i></dt> 89 <dt><i>interval</i> (int)</dt>
90 <dd> 90 <dd>
91 new interval in seconds (integer) 91 new interval in seconds
92 </dd> 92 </dd>
93 <dt><i>project</i></dt> 93 <dt><i>project</i> (Project)</dt>
94 <dd> 94 <dd>
95 reference to the project object (Project) 95 reference to the project object
96 </dd> 96 </dd>
97 <dt><i>vcs</i></dt> 97 <dt><i>vcs</i> (Git)</dt>
98 <dd> 98 <dd>
99 reference to the version control object 99 reference to the version control object
100 </dd> 100 </dd>
101 <dt><i>parent</i></dt> 101 <dt><i>parent</i> (QObject)</dt>
102 <dd> 102 <dd>
103 reference to the parent object (QObject) 103 reference to the parent object
104 </dd> 104 </dd>
105 </dl> 105 </dl>
106 <a NAME="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a> 106 <a NAME="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a>
107 <h4>GitStatusMonitorThread._getInfo</h4> 107 <h4>GitStatusMonitorThread._getInfo</h4>
108 <b>_getInfo</b>(<i></i>) 108 <b>_getInfo</b>(<i></i>)
151 </ul> 151 </ul>
152 </p> 152 </p>
153 <dl> 153 <dl>
154 <dt>Return:</dt> 154 <dt>Return:</dt>
155 <dd> 155 <dd>
156 tuple of flag indicating successful operation (boolean) and 156 tuple of flag indicating successful operation and a status message
157 a status message in case of non successful operation (string) 157 in case of non successful operation
158 </dd>
159 </dl>
160 <dl>
161 <dt>Return Type:</dt>
162 <dd>
163 tuple of (bool, str)
158 </dd> 164 </dd>
159 </dl> 165 </dl>
160 <a NAME="GitStatusMonitorThread._shutdown" ID="GitStatusMonitorThread._shutdown"></a> 166 <a NAME="GitStatusMonitorThread._shutdown" ID="GitStatusMonitorThread._shutdown"></a>
161 <h4>GitStatusMonitorThread._shutdown</h4> 167 <h4>GitStatusMonitorThread._shutdown</h4>
162 <b>_shutdown</b>(<i></i>) 168 <b>_shutdown</b>(<i></i>)

eric ide

mercurial