psi.core.enaml package
Submodules
psi.core.enaml.api module
psi.core.enaml.contribution module
- class psi.core.enaml.contribution.PSIContribution(parent=None, **kwargs)[source]
Bases:
Declarative- label
Label of contribution. Not required, but a good idea as it affects how the contribution may be represented in the user interface.
- name
Name of contribution. Should be unique among all contributions for that subclass as it is typically used by the plugins to find a particular contribution.
- registered
Flag indicating whether item has already been registered.
psi.core.enaml.dock_item module
- class psi.core.enaml.dock_item.PSIDockItem(parent=None, **kwargs)[source]
Bases:
DockItem- activated
An event fired when an object’s proxy is activated. It is triggered once during the object lifetime, at the end of the activate_proxy method.
- closable = False
Whether or not the dock item is closable via a close button.