(self, callingWindow, context, mainItem, selection)
| 364 | |
| 365 | @abstractmethod |
| 366 | def display(self, callingWindow, context, mainItem, selection): |
| 367 | raise NotImplementedError |
| 368 | |
| 369 | def getBitmap(self, callingWindow, context, mainItem, selection): |
| 370 | return |