Package conduit :: Package gtkui :: Module Tree :: Class CategoryWrapper
[hide private]

Class CategoryWrapper

source code


Represents a category stored in the treemodel. Not generally intended to be used outside of conduit.Tree.DataProviderTreeModel

Instance Methods [hide private]
 
__init__(self, category)
Initializes the ModuleWrapper with an uninstantiated class
source code
string
get_UID(self)
Returs a unique identifier for the module and its contained dataprovider.
source code

Inherited from ModuleWrapper.ModuleWrapper: __str__, configure, get_configuration_xml, get_descriptive_icon, get_dnd_key, get_icon, get_input_type, get_key, get_name, get_output_type, instantiate_module, set_configuration_xml, set_dnd_key, set_name

Method Details [hide private]

__init__(self, category)
(Constructor)

source code 
Initializes the ModuleWrapper with an uninstantiated class
Overrides: ModuleWrapper.ModuleWrapper.__init__
(inherited documentation)

get_UID(self)

source code 
Returs a unique identifier for the module and its contained dataprovider.
Returns: string
Overrides: ModuleWrapper.ModuleWrapper.get_UID
(inherited documentation)