|
|
__init__(self,
protein,
label,
protein_health_btn)
Construct a protein checker that takes a protein and a warning label
and shows a spinning animation in the label while the check is
running. |
|
|
|
|
start(self)
Start the animation |
|
|
|
|
stop(self)
Stop the animation and restore the original icon |
|
|
|
|
update(self)
Check if the reliability calculation is finished and if so, stop the
spinner and display the results. |
|
|
|
|
finish(self)
Display the results of the protein reliability check. |
|
|
|
|
showProteinHealthReport(self)
Bring up protein reliability panel to show results of protein check. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|