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

Method OnChargeExportChange

gui/esiFittings.py:318–320  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

316 self.Center(wx.BOTH)
317
318 def OnChargeExportChange(self, event):
319 EsiSettings.getInstance().set('exportCharges', self.exportChargesCb.GetValue())
320 event.Skip()
321
322 def OnImplantsExportChange(self, event):
323 EsiSettings.getInstance().set('exportImplants', self.exportImplantsCb.GetValue())

Callers

nothing calls this directly

Calls 3

setMethod · 0.45
getInstanceMethod · 0.45
GetValueMethod · 0.45

Tested by

no test coverage detected