Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html

changeset 6529
1c2968f124b7
parent 6020
baf6da1ae288
equal deleted inserted replaced
6528:3e194fec0eaa 6529:1c2968f124b7
58 <table> 58 <table>
59 <tr> 59 <tr>
60 <td><a href="#GitStatusMonitorThread.__init__">GitStatusMonitorThread</a></td> 60 <td><a href="#GitStatusMonitorThread.__init__">GitStatusMonitorThread</a></td>
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#GitStatusMonitorThread._getInfo">_getInfo</a></td>
64 <td>Protected method implementing the real info action.</td>
65 </tr><tr>
63 <td><a href="#GitStatusMonitorThread._performMonitor">_performMonitor</a></td> 66 <td><a href="#GitStatusMonitorThread._performMonitor">_performMonitor</a></td>
64 <td>Protected method implementing the monitoring action.</td> 67 <td>Protected method implementing the monitoring action.</td>
65 </tr><tr> 68 </tr><tr>
66 <td><a href="#GitStatusMonitorThread._shutdown">_shutdown</a></td> 69 <td><a href="#GitStatusMonitorThread._shutdown">_shutdown</a></td>
67 <td>Protected method performing shutdown actions.</td> 70 <td>Protected method performing shutdown actions.</td>
87 <dd> 90 <dd>
88 reference to the version control object 91 reference to the version control object
89 </dd><dt><i>parent</i></dt> 92 </dd><dt><i>parent</i></dt>
90 <dd> 93 <dd>
91 reference to the parent object (QObject) 94 reference to the parent object (QObject)
95 </dd>
96 </dl><a NAME="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a>
97 <h4>GitStatusMonitorThread._getInfo</h4>
98 <b>_getInfo</b>(<i></i>)
99 <p>
100 Protected method implementing the real info action.
101 </p><p>
102 This method should be overridden and create a short info message to be
103 shown in the main window status bar right next to the status indicator.
104 </p><dl>
105 <dt>Returns:</dt>
106 <dd>
107 short info message
108 </dd>
109 </dl><dl>
110 <dt>Return Type:</dt>
111 <dd>
112 str
92 </dd> 113 </dd>
93 </dl><a NAME="GitStatusMonitorThread._performMonitor" ID="GitStatusMonitorThread._performMonitor"></a> 114 </dl><a NAME="GitStatusMonitorThread._performMonitor" ID="GitStatusMonitorThread._performMonitor"></a>
94 <h4>GitStatusMonitorThread._performMonitor</h4> 115 <h4>GitStatusMonitorThread._performMonitor</h4>
95 <b>_performMonitor</b>(<i></i>) 116 <b>_performMonitor</b>(<i></i>)
96 <p> 117 <p>

eric ide

mercurial