|
|
|
|
|
|
|
show_production_is_active_container(self,
container_active,
container_inactive,
progress_container,
cancel_container,
production_lines)
Show the container containing the active production. |
source code
|
|
|
show_production_is_inactive_container(self,
container_inactive,
progress_container,
cancel_container,
container_active)
Hides all information on progress etc, and displays something to
signal that the production is inactive. |
source code
|
|
|
update_buttons(self,
container_active,
cancel_container)
Show the correct active and inactive buttons, update cancel button |
source code
|
|
|
update_needed_resources(self,
needed_res_container)
Update needed resources |
source code
|
|
|
update_production_is_active_container(self,
progress_container,
container_active,
cancel_container,
production_lines)
Update the active production container. |
source code
|
|
|
update_progress(self,
progress_container)
Update displayed progress |
source code
|
|
|
update_queue(self,
container_active)
Update the queue display |
source code
|
|
|
update_unit_icon(self,
container_active,
produced_unit_id)
Update the icon displaying the unit that is being built. |
source code
|
|
|
|
|
|
|
init_stance_widget(self)
Call this for tabs with stances. |
source code
|
|
|
|
|
|
|
|
|
|
|
_set_position(self,
value)
Sets the widgets position to tuple *value* |
source code
|
|
|
|
|
ensure_loaded(self)
Called when a tab is shown, acts as hook for lazy loading |
source code
|
|
|
|
|
|