|
__init__(self,
protein,
label,
protein_health_btn,
use_cache=False)
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. |
|
|
|
_getProcessResults(self)
Pull down the results of the finished process |
|
|
|
setProtein(self,
protein)
Set the protein for the spinner, stopping and restarting the spinner
with the new protein if it has changed or if _use_cache is False. |
|
|
|
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__
|