Interface module

class Interface.Interface(app, name, file)

Bases: object

A Basic Interface class An Interface is a collection of widgets, that will be shown on screen.

load()

load Loades all the widgets for the interface and creates the update task for the interface

unload()

unload Unloads/Destroys all the widgets for the interface and removes the update task for the interface

update(task)

update Update Task for the Interface

Parameters

task – Task from the taskmanager