pyworkflow.gui.project.project module¶
Main Project window implementation. It is composed by three panels: 1. Left: protocol tree. 2. Right upper: VIEWS (Data/Protocols) 3. Summary/Details
-
class
pyworkflow.gui.project.project.
ProjectManagerWindow
(**kwargs)[source]¶ Bases:
pyworkflow.gui.project.base.ProjectBaseWindow
Windows to manage all projects.
-
class
pyworkflow.gui.project.project.
ProjectTCPRequestHandler
(request, client_address, server)[source]¶
-
class
pyworkflow.gui.project.project.
ProjectTCPServer
(server_address, RequestHandlerClass, bind_and_activate=True)[source]¶
-
class
pyworkflow.gui.project.project.
ProjectWindow
(path, master=None)[source]¶ Bases:
pyworkflow.gui.project.base.ProjectBaseWindow
Main window for working in a Project.
-
recalculateCTF
(inputObjId, sqliteFile)[source]¶ Load the project and launch the protocol to create the subset.
-