Classes | |
| class | JobTemplate |
| class | NotificationClass |
| class | ObjectJob |
Functions | |
| def | Create (name, base, templateFile=None) |
| def | createModelResourceClone (obj, orig) |
| def | createResourceClone (obj, orig, name, icon) |
| def | Instances () |
| def | isResourceClone (obj, propLink, resourceName) |
Variables | |
| Draft = LazyLoader("Draft", globals(), "Draft") | |
| Notification = NotificationClass() | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathJob.Create | ( | name, | |
| base, | |||
templateFile = None |
|||
| ) |
Create(name, base, templateFile=None) ... creates a new job and all it's resources. If a template file is specified the new job is initialized with the values from the template.
| def PathScripts.PathJob.createModelResourceClone | ( | obj, | |
| orig | |||
| ) |
References PathScripts.PathJob.createResourceClone().
Referenced by PathScripts.PathJob.ObjectJob.setupBaseModel().
| def PathScripts.PathJob.createResourceClone | ( | obj, | |
| orig, | |||
| name, | |||
| icon | |||
| ) |
References PathScripts.PathIconViewProvider.Attach().
Referenced by PathScripts.PathJob.createModelResourceClone().
| def PathScripts.PathJob.Instances | ( | ) |
Instances() ... Return all Jobs in the current active document.
| def PathScripts.PathJob.isResourceClone | ( | obj, | |
| propLink, | |||
| resourceName | |||
| ) |
| PathScripts.PathJob.Draft = LazyLoader("Draft", globals(), "Draft") |
| PathScripts.PathJob.Notification = NotificationClass() |
| PathScripts.PathJob.translate = FreeCAD.Qt.translate |