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

changeset 3018
70924c0bdaf1
parent 2387
2d119e79ab54
equal deleted inserted replaced
3017:6a8cb7632448 3018:70924c0bdaf1
49 <dd> 49 <dd>
50 emitted for a general error with the error 50 emitted for a general error with the error
51 message (string) 51 message (string)
52 </dd><dt>syncFinished(type_, done, download)</dt> 52 </dd><dt>syncFinished(type_, done, download)</dt>
53 <dd> 53 <dd>
54 emitted after a synchronization has 54 emitted after a
55 finished (string one of "bookmarks", "history", "passwords", "useragents" or 55 synchronization has finished (string one of "bookmarks", "history",
56 "speeddial", boolean, boolean) 56 "passwords", "useragents" or "speeddial", boolean, boolean)
57 </dd><dt>syncMessage(message)</dt> 57 </dd><dt>syncMessage(message)</dt>
58 <dd> 58 <dd>
59 emitted to give status info about the sync 59 emitted to give status info about the sync
60 process (string) 60 process (string)
61 </dd><dt>syncStatus(type_, message)</dt> 61 </dd><dt>syncStatus(type_, message)</dt>
62 <dd> 62 <dd>
63 emitted to indicate the synchronization 63 emitted to indicate the synchronization
64 status (string one of "bookmarks", "history", "passwords", "useragents" or 64 status (string one of "bookmarks", "history", "passwords",
65 "speeddial", string) 65 "useragents" or "speeddial", string)
66 </dd> 66 </dd>
67 </dl> 67 </dl>
68 <h3>Derived from</h3> 68 <h3>Derived from</h3>
69 QObject 69 QObject
70 <h3>Class Attributes</h3> 70 <h3>Class Attributes</h3>
157 Private slot to handle a finished synchronization event. 157 Private slot to handle a finished synchronization event.
158 </p><dl> 158 </p><dl>
159 <dt><i>type_</i></dt> 159 <dt><i>type_</i></dt>
160 <dd> 160 <dd>
161 type of the synchronization event (string one 161 type of the synchronization event (string one
162 of "bookmarks", "history", "passwords", "useragents" or "speeddial") 162 of "bookmarks", "history", "passwords", "useragents" or
163 "speeddial")
163 </dd><dt><i>status</i></dt> 164 </dd><dt><i>status</i></dt>
164 <dd> 165 <dd>
165 flag indicating success (boolean) 166 flag indicating success (boolean)
166 </dd><dt><i>download</i></dt> 167 </dd><dt><i>download</i></dt>
167 <dd> 168 <dd>
189 Private slot to handle a status update of a synchronization event. 190 Private slot to handle a status update of a synchronization event.
190 </p><dl> 191 </p><dl>
191 <dt><i>type_</i></dt> 192 <dt><i>type_</i></dt>
192 <dd> 193 <dd>
193 type of the synchronization event (string one 194 type of the synchronization event (string one
194 of "bookmarks", "history", "passwords", "useragents" or "speeddial") 195 of "bookmarks", "history", "passwords", "useragents" or
196 "speeddial")
195 </dd><dt><i>message</i></dt> 197 </dd><dt><i>message</i></dt>
196 <dd> 198 <dd>
197 status message for the event (string) 199 status message for the event (string)
198 </dd> 200 </dd>
199 </dl><a NAME="SyncManager.__syncUserAgents" ID="SyncManager.__syncUserAgents"></a> 201 </dl><a NAME="SyncManager.__syncUserAgents" ID="SyncManager.__syncUserAgents"></a>
222 <p> 224 <p>
223 Public method to load the settings. 225 Public method to load the settings.
224 </p><dl> 226 </p><dl>
225 <dt><i>forceUpload=</i></dt> 227 <dt><i>forceUpload=</i></dt>
226 <dd> 228 <dd>
227 flag indicating a forced upload of the files (boolean) 229 flag indicating a forced upload of the files
230 (boolean)
228 </dd> 231 </dd>
229 </dl><a NAME="SyncManager.showSyncDialog" ID="SyncManager.showSyncDialog"></a> 232 </dl><a NAME="SyncManager.showSyncDialog" ID="SyncManager.showSyncDialog"></a>
230 <h4>SyncManager.showSyncDialog</h4> 233 <h4>SyncManager.showSyncDialog</h4>
231 <b>showSyncDialog</b>(<i></i>) 234 <b>showSyncDialog</b>(<i></i>)
232 <p> 235 <p>

eric ide

mercurial