(self, parent)
| 34 | name = "rechargeViewFull" |
| 35 | |
| 36 | def __init__(self, parent): |
| 37 | StatsView.__init__(self) |
| 38 | self.parent = parent |
| 39 | self.mainFrame = gui.mainFrame.MainFrame.getInstance() |
| 40 | self.mainFrame.Bind(GE.EFFECTIVE_HP_TOGGLED, self.toggleEffective) |
| 41 | |
| 42 | def getHeaderText(self, fit): |
| 43 | return _t("Recharge rates") |
nothing calls this directly
no test coverage detected