Documentation/Source/eric5.Helpviewer.Sync.SyncManager.html

changeset 1702
870ee0fa9007
parent 1695
7b115f986d48
child 2367
78f6c8193d37
equal deleted inserted replaced
1701:9eee32bac32e 1702:870ee0fa9007
51 emitted for a general error with the error 51 emitted for a general error with the error
52 message (string) 52 message (string)
53 </dd><dt>syncFinished(type_, done, download)</dt> 53 </dd><dt>syncFinished(type_, done, download)</dt>
54 <dd> 54 <dd>
55 emitted after a synchronization has 55 emitted after a synchronization has
56 finished (string one of "bookmarks", "history", "passwords" or "useragents", 56 finished (string one of "bookmarks", "history", "passwords", "useragents" or
57 boolean, boolean) 57 "speeddial", boolean, boolean)
58 </dd><dt>syncMessage(message)</dt> 58 </dd><dt>syncMessage(message)</dt>
59 <dd> 59 <dd>
60 emitted to give status info about the sync 60 emitted to give status info about the sync
61 process (string) 61 process (string)
62 </dd><dt>syncStatus(type_, done, message)</dt> 62 </dd><dt>syncStatus(type_, message)</dt>
63 <dd> 63 <dd>
64 emitted to indicate the synchronization 64 emitted to indicate the synchronization
65 status (string one of "bookmarks", "history", "passwords" or "useragents", 65 status (string one of "bookmarks", "history", "passwords", "useragents" or
66 boolean, string) 66 "speeddial", string)
67 </dd> 67 </dd>
68 </dl> 68 </dl>
69 <h3>Derived from</h3> 69 <h3>Derived from</h3>
70 QObject 70 QObject
71 <h3>Class Attributes</h3> 71 <h3>Class Attributes</h3>
95 <td>Private slot to synchronize the history.</td> 95 <td>Private slot to synchronize the history.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#SyncManager.__syncPasswords">__syncPasswords</a></td> 97 <td><a href="#SyncManager.__syncPasswords">__syncPasswords</a></td>
98 <td>Private slot to synchronize the passwords.</td> 98 <td>Private slot to synchronize the passwords.</td>
99 </tr><tr> 99 </tr><tr>
100 <td><a href="#SyncManager.__syncSpeedDial">__syncSpeedDial</a></td>
101 <td>Private slot to synchronize the speed dial settings.</td>
102 </tr><tr>
100 <td><a href="#SyncManager.__syncStatus">__syncStatus</a></td> 103 <td><a href="#SyncManager.__syncStatus">__syncStatus</a></td>
101 <td>Private slot to handle a status update of a synchronization event.</td> 104 <td>Private slot to handle a status update of a synchronization event.</td>
102 </tr><tr> 105 </tr><tr>
103 <td><a href="#SyncManager.__syncUserAgents">__syncUserAgents</a></td> 106 <td><a href="#SyncManager.__syncUserAgents">__syncUserAgents</a></td>
104 <td>Private slot to synchronize the user agent settings.</td> 107 <td>Private slot to synchronize the user agent settings.</td>
155 Private slot to handle a finished synchronization event. 158 Private slot to handle a finished synchronization event.
156 </p><dl> 159 </p><dl>
157 <dt><i>type_</i></dt> 160 <dt><i>type_</i></dt>
158 <dd> 161 <dd>
159 type of the synchronization event (string one 162 type of the synchronization event (string one
160 of "bookmarks", "history", "passwords" or "useragents") 163 of "bookmarks", "history", "passwords", "useragents" or "speeddial")
161 </dd><dt><i>status</i></dt> 164 </dd><dt><i>status</i></dt>
162 <dd> 165 <dd>
163 flag indicating success (boolean) 166 flag indicating success (boolean)
164 </dd><dt><i>download</i></dt> 167 </dd><dt><i>download</i></dt>
165 <dd> 168 <dd>
173 </p><a NAME="SyncManager.__syncPasswords" ID="SyncManager.__syncPasswords"></a> 176 </p><a NAME="SyncManager.__syncPasswords" ID="SyncManager.__syncPasswords"></a>
174 <h4>SyncManager.__syncPasswords</h4> 177 <h4>SyncManager.__syncPasswords</h4>
175 <b>__syncPasswords</b>(<i></i>) 178 <b>__syncPasswords</b>(<i></i>)
176 <p> 179 <p>
177 Private slot to synchronize the passwords. 180 Private slot to synchronize the passwords.
181 </p><a NAME="SyncManager.__syncSpeedDial" ID="SyncManager.__syncSpeedDial"></a>
182 <h4>SyncManager.__syncSpeedDial</h4>
183 <b>__syncSpeedDial</b>(<i></i>)
184 <p>
185 Private slot to synchronize the speed dial settings.
178 </p><a NAME="SyncManager.__syncStatus" ID="SyncManager.__syncStatus"></a> 186 </p><a NAME="SyncManager.__syncStatus" ID="SyncManager.__syncStatus"></a>
179 <h4>SyncManager.__syncStatus</h4> 187 <h4>SyncManager.__syncStatus</h4>
180 <b>__syncStatus</b>(<i>type_, status, message</i>) 188 <b>__syncStatus</b>(<i>type_, message</i>)
181 <p> 189 <p>
182 Private slot to handle a status update of a synchronization event. 190 Private slot to handle a status update of a synchronization event.
183 </p><dl> 191 </p><dl>
184 <dt><i>type_</i></dt> 192 <dt><i>type_</i></dt>
185 <dd> 193 <dd>
186 type of the synchronization event (string one 194 type of the synchronization event (string one
187 of "bookmarks", "history", "passwords" or "useragents") 195 of "bookmarks", "history", "passwords", "useragents" or "speeddial")
188 </dd><dt><i>status</i></dt>
189 <dd>
190 flag indicating success (boolean)
191 </dd><dt><i>message</i></dt> 196 </dd><dt><i>message</i></dt>
192 <dd> 197 <dd>
193 status message for the event (string) 198 status message for the event (string)
194 </dd> 199 </dd>
195 </dl><a NAME="SyncManager.__syncUserAgents" ID="SyncManager.__syncUserAgents"></a> 200 </dl><a NAME="SyncManager.__syncUserAgents" ID="SyncManager.__syncUserAgents"></a>

eric ide

mercurial