Documentation/Source/eric5.VCS.StatusMonitorThread.html

changeset 3018
70924c0bdaf1
parent 2966
f85f686981ad
child 3591
2f2a4a76dd22
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
48 <dt>vcsStatusMonitorData(list of str)</dt> 48 <dt>vcsStatusMonitorData(list of str)</dt>
49 <dd> 49 <dd>
50 emitted to update the VCS status 50 emitted to update the VCS status
51 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> 51 </dd><dt>vcsStatusMonitorStatus(str, str)</dt>
52 <dd> 52 <dd>
53 emitted to signal the status of the 53 emitted to signal the status of
54 monitoring thread (ok, nok, op) and a status message 54 the monitoring thread (ok, nok, op) and a status message
55 </dd> 55 </dd>
56 </dl> 56 </dl>
57 <h3>Derived from</h3> 57 <h3>Derived from</h3>
58 QThread 58 QThread
59 <h3>Class Attributes</h3> 59 <h3>Class Attributes</h3>
128 <h4>VcsStatusMonitorThread._performMonitor</h4> 128 <h4>VcsStatusMonitorThread._performMonitor</h4>
129 <b>_performMonitor</b>(<i></i>) 129 <b>_performMonitor</b>(<i></i>)
130 <p> 130 <p>
131 Protected method implementing the real monitoring action. 131 Protected method implementing the real monitoring action.
132 </p><p> 132 </p><p>
133 This method must be overridden and populate the statusList member variable 133 This method must be overridden and populate the statusList member
134 with a list of strings giving the status in the first column and the 134 variable with a list of strings giving the status in the first column
135 path relative to the project directory starting with the third column. 135 and the path relative to the project directory starting with the
136 The allowed status flags are: 136 third column. The allowed status flags are:
137 <ul> 137 <ul>
138 <li>"A" path was added but not yet comitted</li> 138 <li>"A" path was added but not yet comitted</li>
139 <li>"M" path has local changes</li> 139 <li>"M" path has local changes</li>
140 <li>"O" path was removed</li> 140 <li>"O" path was removed</li>
141 <li>"R" path was deleted and then re-added</li> 141 <li>"R" path was deleted and then re-added</li>

eric ide

mercurial