(self, callingWindow, context, mainItem, selection)
| 207 | |
| 208 | @abstractmethod |
| 209 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |
| 210 | raise NotImplementedError |
| 211 | |
| 212 | @abstractmethod |
| 213 | def _baseGetText(self, callingWindow, context, mainItem, selection): |