Class defining a single Phase marker.
|
|
__init__(self,
sites,
color,
entry_id,
feature_name,
use_highlight,
allow_picking=True)
Feature marker initializer. |
|
|
|
|
getHypoID(self)
Return the hypothesis name/ID for the hypothesis from which this
feature is from. |
|
|
|
tuple
|
_createFeature(self,
sites,
color,
opacity,
entry_id)
Create markers for the given pharmacophore sites. |
|
|
|
tuple
|
|
|
|
|
|
|
drawLabels(self)
Draw the labels for the sites of this features in the Workspace. |
|
|
|
|
setIsGlowing(self,
is_glowing)
Enables or disables glow effect for the object. |
|
|
|
|
setSelected(self,
select)
Shows glow effect when this feature is selected. |
|
|
|
|
_setGlowing(self,
is_glowing,
glow_color)
Enables or disables glow effect for the object. |
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|