(self, callingWindow, context, mainItem, selection)
| 371 | |
| 372 | @abstractmethod |
| 373 | def getText(self, callingWindow, context, mainItem, selection): |
| 374 | raise NotImplementedError |
| 375 | |
| 376 | def getSubMenu(self, callingWindow, context, mainItem, selection, rootMenu, i, pitem): |
| 377 | return |