(self, callingWindow, context, mainItem, selection)
| 203 | |
| 204 | @abstractmethod |
| 205 | def _baseDisplay(self, callingWindow, context, mainItem, selection): |
| 206 | raise NotImplementedError |
| 207 | |
| 208 | @abstractmethod |
| 209 | def _baseGetBitmap(self, callingWindow, context, mainItem, selection): |