|
__init__(self,
master,
row_layout,
item_type,
unset_tip)
Create a ItemRow instance |
|
|
|
reset(self)
Reset all widgets |
|
|
str
|
|
|
delete(self)
Delete this row |
|
|
|
|
|
setWaitCursor(self)
Change to a wait cursor - needed for the wait_cursor decorator |
|
|
|
restoreCursor(self)
Change to a wait cursor - needed for the wait_cursor decorator |
|
|
|
|
|
postTreatMinimizedStructure(self)
Perform any necessary actions on a just-minimized structure, perhaps
undoing some of the prep done by prepareStructureForMinimization. |
|
|
|
modifyMinimizer(self,
mizer)
This method allows subclasses to customize the Minimizer in any way
they see fit. |
|
|
|
getStructure(self)
Get the structure that has been requested |
|
|
|
removeFFProperties(self)
Remove any properties set on structure from force field minimization
so that those properties don't propagate to any structure built from
this structure. |
|
|
|
|
|
fillStatusLabel(self)
Set the status label using the new structure |
|
|