Class p.c.p.ProjectControllerMananger(object):

Part of pida.core.projects View In Hierarchy

Manager to know about all controller types, and load them for projects.

Controller types are registered with the manager, and provided to projects as they are loaded. This object knows about the boss, and allows the boss to be given to the projects and controllers.

Line # Kind Name Docs
24 Method __init__ Undocumented
28 Method clear_controllers Undocumented
31 Method register_controller Undocumented
35 Method get_controller_type Undocumented
38 Method create_project Undocumented
def __init__(self, boss=None):
Undocumented
def clear_controllers(self):
Undocumented
def register_controller(self, controller):
Undocumented
def get_controller_type(self, name):
Undocumented
def create_project(self, project_file):
Undocumented
API Documentation for PIDA, generated by pydoctor.