(self, callingWindow, context, mainItem, selection)
| 367 | raise NotImplementedError |
| 368 | |
| 369 | def getBitmap(self, callingWindow, context, mainItem, selection): |
| 370 | return |
| 371 | |
| 372 | @abstractmethod |
| 373 | def getText(self, callingWindow, context, mainItem, selection): |