(self, mod)
| 46 | return "" |
| 47 | |
| 48 | def getToolTip(self, mod): |
| 49 | if isinstance(mod, Module) and not mod.isEmpty: |
| 50 | return State_(mod.state).name.title() |
| 51 | |
| 52 | def getImageId(self, stuff): |
| 53 | generic_active = self.fittingView.imageList.GetImageIndex("state_%s_small" % State_.ACTIVE.name.lower(), "gui") |
nothing calls this directly
no outgoing calls
no test coverage detected