ctdclient.controller.Controller module¶
- class ctdclient.controller.Controller.Controller(configuration, model, view)[source]¶
Bases:
object
Controller in the spirit of the MVC model. Coordinates between the views and models. Holds instances of the root window and of every model class. Features methods that correspond to one individual user interaction with the GUI.