Class for creating a picker that allows the user to define a torsion
by sequentually picking 4 atoms. Takes an argument 'checkbox' that
represents the checkbox for the picking toggle.
|
__init__(self,
checkbox,
pick_function,
pick_text=' Pick 4 atoms to define a torsion ' )
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
_atomPicked(self,
anum)
Gets called when an atom is picked. |
|
|
|
_command(self)
Gets called when checkbutton is checked or unchecked |
|
|
|
_workspaceChanged(self,
changed)
Called when the Workspace changed event is received. |
|
|
Inherited from _PickToggle :
fullCommand ,
on ,
start ,
stop
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|