Classes | |
class | AttachmentEditorTaskPanel |
class | CancelError |
Functions | |
def | getAllDependent (feature) |
def | GetSelectionAsLinkSubList () |
def | LinkFromStr (strlink, document) |
def | linkSubList_convertToOldStyle (references) |
def | PlacementsFuzzyCompare (plm1, plm2) |
def | RefsFromStrList (strings, document) |
def | StrFromLink (feature, subname) |
def | StrListFromRefs (references) |
def | TempoVis (doc, tag) |
Variables | |
deg = App.Units.Degree | |
mm = App.Units.MilliMetre | |
Q = App.Units.Quantity | |
translate = App.Qt.translate | |
def AttachmentEditor.TaskAttachmentEditor.getAllDependent | ( | feature | ) |
def AttachmentEditor.TaskAttachmentEditor.GetSelectionAsLinkSubList | ( | ) |
def AttachmentEditor.TaskAttachmentEditor.LinkFromStr | ( | strlink, | |
document | |||
) |
def AttachmentEditor.TaskAttachmentEditor.linkSubList_convertToOldStyle | ( | references | ) |
Referenced by AttachmentEditor.TaskAttachmentEditor.StrListFromRefs().
def AttachmentEditor.TaskAttachmentEditor.PlacementsFuzzyCompare | ( | plm1, | |
plm2 | |||
) |
def AttachmentEditor.TaskAttachmentEditor.RefsFromStrList | ( | strings, | |
document | |||
) |
input: strings as from UI. Output: list of tuples that can be assigned to PropertyLinkSubList.
References AttachmentEditor.TaskAttachmentEditor.LinkFromStr().
Referenced by AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.parseAllRefLines().
def AttachmentEditor.TaskAttachmentEditor.StrFromLink | ( | feature, | |
subname | |||
) |
def AttachmentEditor.TaskAttachmentEditor.StrListFromRefs | ( | references | ) |
input: PropertyLinkSubList. Output: list of strings for UI.
References AttachmentEditor.TaskAttachmentEditor.linkSubList_convertToOldStyle(), and AttachmentEditor.TaskAttachmentEditor.StrFromLink().
Referenced by AttachmentEditor.TaskAttachmentEditor.AttachmentEditorTaskPanel.fillAllRefLines().
def AttachmentEditor.TaskAttachmentEditor.TempoVis | ( | doc, | |
tag | |||
) |
AttachmentEditor.TaskAttachmentEditor.deg = App.Units.Degree |
AttachmentEditor.TaskAttachmentEditor.mm = App.Units.MilliMetre |
AttachmentEditor.TaskAttachmentEditor.Q = App.Units.Quantity |
AttachmentEditor.TaskAttachmentEditor.translate = App.Qt.translate |