Package conduit :: Package modules :: Module TestModule :: Class TestFactory
[hide private]

Class TestFactory

source code


Instance Methods [hide private]
 
__init__(self, **kwargs) source code
 
make_one(self, *args) source code
 
make_two(self, *args) source code
 
make_three(self, *args) source code
 
remove_one(self, *args) source code
 
setup_configuration_widget(self)
If the factory needs to offer configuration options then it should return a gtk.widget here.
source code
 
save_configuration(self, ok) source code

Inherited from dataproviders.DataProvider.DataProviderFactory: emit_added, emit_removed, get_name, probe, quit

Class Variables [hide private]
  _configurable_ = True

Inherited from dataproviders.DataProvider.DataProviderFactory: __gsignals__, _module_type_

Method Details [hide private]

__init__(self, **kwargs)
(Constructor)

source code 
Overrides: dataproviders.DataProvider.DataProviderFactory.__init__

setup_configuration_widget(self)

source code 
If the factory needs to offer configuration options then it should return a gtk.widget here. This widget is then packed into the configuration notebook.
Overrides: dataproviders.DataProvider.DataProviderFactory.setup_configuration_widget
(inherited documentation)

save_configuration(self, ok)

source code 
Overrides: dataproviders.DataProvider.DataProviderFactory.save_configuration
(inherited documentation)