|
|
| __init__(self,
moduleManager,
syncManager,
xmlSettingFilePath="settings.xml") |
source code
|
|
|
|
|
|
|
_restore_dataprovider(self,
cond,
wrapperKey,
dpName,
dpxml,
trySourceFirst)
Adds the dataprovider back onto the canvas at the specifed
location and configures it with the given settings |
source code
|
|
|
|
on_dataprovider_available_unavailable(self,
loader,
dpw)
Removes all PendingWrappers corresponding to dpw and replaces with
new dpw instances |
source code
|
|
|
|
emit(self,
*args)
Override the gobject signal emission so that all signals are
emitted from the main loop on an idle handler |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
save_to_xml(self,
xmlSettingFilePath=None)
Saves the synchronisation settings (icluding all dataproviders and
how they are connected) to an xml file so that the 'sync set' can be
restored later |
source code
|
|
|
|
restore_from_xml(self,
xmlSettingFilePath=None)
Restores sync settings from the xml file |
source code
|
|
|
|
quit(self)
Calls unitialize on all dataproviders |
source code
|
|