API Reference for Enthought Tool Suite 3.2.0
Unit System Resource Plugin
The plugin's globally unique identifier (also used as the prefix for all identifiers defined in this module).
ID = 'enthought.units.plugin.units_resource'
preferences = Preferences(defaults = { Const('default_unit_system') : Const('KGS') })
### Resource Types ###########################################################
QUANTITY_RESOURCE_TYPE = 'enthought.units.plugin.quantity_resource_type.QuantityResourceType'
resource_manager = ResourceManager(resource_types = [ ResourceType(class_name = QUANTITY_RESOURCE_TYPE, precedes = [ INSTANCE_RESOURCE_TYPE ]) ])
| Local name | Refers to |
|---|---|
| INSTANCE_RESOURCE_TYPE | enthought.envisage.resource.resource_plugin_definition.INSTANCE_RESOURCE_TYPE |
| PluginDefinition | enthought.envisage.core.core_plugin_definition.PluginDefinition |
| Preferences | enthought.envisage.core.core_plugin_definition.Preferences |
| ResourceManager | enthought.envisage.resource.resource_plugin_definition.ResourceManager |
| ResourceType | enthought.envisage.resource.resource_plugin_definition.ResourceType |
© Copyright 2002-2009 Enthought, Inc.