Contains the tools to run a function in a subprocess. More...
Classes | |
| class | GUI.SubprocessManager.SubprocessManager |
| Manager for running functions in subprocess. More... | |
| class | GUI.SubprocessManager.Waiter |
| QObject Waits until process is finished and emits a signal. More... | |
Functions | |
| def | GUI.SubprocessManager.copySystem (st.System system, cSystem=True, cFrames=None, cFields=None, cCurrents=None, cScalarFields=None, cAssoc=None) |
| Makes a copy of system, deep copies some dictionaries. More... | |
Contains the tools to run a function in a subprocess.
| def GUI.SubprocessManager.copySystem | ( | st.System | system, |
cSystem = True, |
|||
cFrames = None, |
|||
cFields = None, |
|||
cCurrents = None, |
|||
cScalarFields = None, |
|||
cAssoc = None |
|||
| ) |
Makes a copy of system, deep copies some dictionaries.
| system | The System object to be copied |
| cSystem | Boolean determines wether to copy the system.system dictionary |
| cFrames | list of Frames to copy |
| cFields | list of Fields to copy |
| cCurrents | list of Currents to copy |
| cScalarFields | list of ScalarFields to copy |