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

Class TestSinkNeedConfigure

source code


Instance Methods [hide private]
 
__init__(self, *args) source code
 
configure(self, window) source code
 
set_configuration(self, config)
Restores applications settings
source code
 
is_configured(self, isSource, isTwoWay)
Checks if the dp has been configured or not (and if it needs to be)
source code

Inherited from _TestBase: get_UID, get_configuration, initialize

Inherited from _TestBase (private): _change_detected

Inherited from dataproviders.DataProvider.DataProviderBase: emit, emit_change_detected, finish, get_configuration_xml, get_input_conversion_args, get_input_type, get_name, get_output_conversion_args, get_output_type, get_status, is_busy, refresh, set_configuration_xml, set_status, uninitialize

Inherited from dataproviders.DataProvider.DataSink: delete, put

Class Variables [hide private]
  _name_ = "Test Need Configure"
  _description_ = "Needs Configuration"
  _category_ = DataProviderCategory.DataProviderCategory("Test")
  _module_type_ = "sink"
  _in_type_ = "test_type"
  _out_type_ = "test_type"
  _icon_ = "preferences-system"

Inherited from _TestBase: _configurable_

Inherited from dataproviders.DataProvider.DataProviderBase: __gsignals__

Method Details [hide private]

__init__(self, *args)
(Constructor)

source code 
Overrides: _TestBase.__init__

configure(self, window)

source code 
Overrides: _TestBase.configure

set_configuration(self, config)

source code 
Restores applications settings
Overrides: dataproviders.DataProvider.DataProviderBase.set_configuration
(inherited documentation)

is_configured(self, isSource, isTwoWay)

source code 
Checks if the dp has been configured or not (and if it needs to be)
Overrides: dataproviders.DataProvider.DataProviderBase.is_configured
(inherited documentation)