58 <table> |
58 <table> |
59 <tr> |
59 <tr> |
60 <td><a href="#HgStatusMonitorThread.__init__">HgStatusMonitorThread</a></td> |
60 <td><a href="#HgStatusMonitorThread.__init__">HgStatusMonitorThread</a></td> |
61 <td>Constructor</td> |
61 <td>Constructor</td> |
62 </tr><tr> |
62 </tr><tr> |
|
63 <td><a href="#HgStatusMonitorThread.__initClient">__initClient</a></td> |
|
64 <td>Private method to initialize the Mercurial client.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#HgStatusMonitorThread._getInfo">_getInfo</a></td> |
|
67 <td>Protected method implementing the real info action.</td> |
|
68 </tr><tr> |
63 <td><a href="#HgStatusMonitorThread._performMonitor">_performMonitor</a></td> |
69 <td><a href="#HgStatusMonitorThread._performMonitor">_performMonitor</a></td> |
64 <td>Protected method implementing the monitoring action.</td> |
70 <td>Protected method implementing the monitoring action.</td> |
65 </tr><tr> |
71 </tr><tr> |
66 <td><a href="#HgStatusMonitorThread._shutdown">_shutdown</a></td> |
72 <td><a href="#HgStatusMonitorThread._shutdown">_shutdown</a></td> |
67 <td>Protected method performing shutdown actions.</td> |
73 <td>Protected method performing shutdown actions.</td> |
87 <dd> |
93 <dd> |
88 reference to the version control object |
94 reference to the version control object |
89 </dd><dt><i>parent</i></dt> |
95 </dd><dt><i>parent</i></dt> |
90 <dd> |
96 <dd> |
91 reference to the parent object (QObject) |
97 reference to the parent object (QObject) |
|
98 </dd> |
|
99 </dl><a NAME="HgStatusMonitorThread.__initClient" ID="HgStatusMonitorThread.__initClient"></a> |
|
100 <h4>HgStatusMonitorThread.__initClient</h4> |
|
101 <b>__initClient</b>(<i></i>) |
|
102 <p> |
|
103 Private method to initialize the Mercurial client. |
|
104 </p><a NAME="HgStatusMonitorThread._getInfo" ID="HgStatusMonitorThread._getInfo"></a> |
|
105 <h4>HgStatusMonitorThread._getInfo</h4> |
|
106 <b>_getInfo</b>(<i></i>) |
|
107 <p> |
|
108 Protected method implementing the real info action. |
|
109 </p><p> |
|
110 This method should be overridden and create a short info message to be |
|
111 shown in the main window status bar right next to the status indicator. |
|
112 </p><dl> |
|
113 <dt>Returns:</dt> |
|
114 <dd> |
|
115 short info message |
|
116 </dd> |
|
117 </dl><dl> |
|
118 <dt>Return Type:</dt> |
|
119 <dd> |
|
120 str |
92 </dd> |
121 </dd> |
93 </dl><a NAME="HgStatusMonitorThread._performMonitor" ID="HgStatusMonitorThread._performMonitor"></a> |
122 </dl><a NAME="HgStatusMonitorThread._performMonitor" ID="HgStatusMonitorThread._performMonitor"></a> |
94 <h4>HgStatusMonitorThread._performMonitor</h4> |
123 <h4>HgStatusMonitorThread._performMonitor</h4> |
95 <b>_performMonitor</b>(<i></i>) |
124 <b>_performMonitor</b>(<i></i>) |
96 <p> |
125 <p> |