Class defining a single Phase marker.
|
__init__(self,
site,
entry_id,
color,
use_highlight,
allow_picking=True)
Feature marker initializer. |
|
|
|
__del__(self)
Remove graphics text objects, not handled by Python garbage collector |
|
|
|
getHypoID(self)
Return the hypothesis name/ID for the hypothesis from which this
feature is from. |
|
|
dict or None
|
_getFeatureProperties(self)
Returns feature properties such as feature rules, tolerance etc from
the hypothesis. |
|
|
|
_createFeature(self)
Creates a sphere marker for a pharmacophore site. |
|
|
|
_createAromaticFeature(self)
Creates a torus marker for an aromatic pharmacophore site. |
|
|
|
_addToMarkerGroup(self,
maestro_object)
Assigns marker properties to the Maestro object, and adds it to the
marker group. |
|
|
|
|
|
createLabels(self)
Create the labels for the sites of this feature in the Workspace. |
|
|
|
clearLabels(self)
Remove all marker labels. |
|
|
|
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__
|