nqrduck.module.module_controller#

Base class for module controllers.

Classes

ModuleController(*args, **kwargs)

Base class for module controllers.

class nqrduck.module.module_controller.ModuleController(*args: Any, **kwargs: Any)#

Base class for module controllers.

property module#

The module of the controller.

on_loading()#

This method is called when the module is loaded.

Implement this method in the subclass.

process_signals(key, value)#

Processes the signals from the module.

Implement this method in the subclass.