MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / toggleEHP

Method toggleEHP

gui/builtinStatsViews/resistancesViewFull.py:171–172  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

169 self.stEHPs.SetToolTip(wx.ToolTip(_t("Click to toggle between effective HP and raw HP")))
170
171 def toggleEHP(self, event):
172 wx.PostEvent(self.mainFrame, GE.EffectiveHpToggled(effective=self.stEHPs.GetLabel() == _t("HP")))
173
174 def ehpSwitch(self, event):
175 event.Skip()

Callers

nothing calls this directly

Calls 2

GetLabelMethod · 0.80
_tFunction · 0.50

Tested by

no test coverage detected