class Statusbar:
Method | __init__ |
Initializes statusbar. |
Method | arm |
"Arms" the statusbar before calculation. |
Method | cancel |
Cancels the ongoing calculation. |
Method | disarm |
"Disarms" the statusbar after calculation. |
Method | invalidate |
"Invalidates" the statusbar. |
Method | reload |
Reloads the statusbar. |
Method | set_progress |
Updates the progress percentage. |
Method | set_progressbar_color |
Sets the progressbar color & style. |
Method | set_text |
Updates the statusbar text. |
Method | start |
Starts the calculation. |
Instance Variable | gui |
Undocumented |
Instance Variable | layout |
Undocumented |
Method | _auto_calculation_changed |
Handles changed auto-calculation setting. |
Instance Variable | _auto_calculation_checkbox |
Undocumented |
Instance Variable | _cancel_button |
Undocumented |
Instance Variable | _canceled |
Undocumented |
Instance Variable | _cores_combobox |
Undocumented |
Instance Variable | _label |
Undocumented |
Instance Variable | _progressbar |
Undocumented |
Instance Variable | _start_button |
Undocumented |
Instance Variable | _valid |
Undocumented |
Parameters | |
success:bool | Reflects calculation success or failure |
Parameters | |
percentage:int | Percentage |