(self, callingWindow, itmContext, mainItem)
| 31 | return mainItem.isType("projected") |
| 32 | |
| 33 | def getText(self, callingWindow, itmContext, mainItem): |
| 34 | return _t("Project {0} onto Fit").format(itmContext) |
| 35 | |
| 36 | def activate(self, callingWindow, fullContext, mainItem, i): |
| 37 | fitID = self.mainFrame.getActiveFit() |