MCPcopy Index your code
hub / github.com/pyfa-org/Pyfa / OnMainInputChanged

Method OnMainInputChanged

graphs/gui/ctrlPanel.py:346–350  ·  view source on GitHub ↗
(self, event)

Source from the content-addressed store, hash-verified

344 self.graphFrame.draw()
345
346 def OnMainInputChanged(self, event):
347 event.Skip()
348 self.graphFrame.resetXMark()
349 self.inputTimer.Stop()
350 self.inputTimer.Start(Fit.getInstance().serviceFittingOptions['marketSearchDelay'], True)
351
352 def OnNonMainInputChanged(self, event):
353 event.Skip()

Callers

nothing calls this directly

Calls 3

resetXMarkMethod · 0.80
StopMethod · 0.80
getInstanceMethod · 0.45

Tested by

no test coverage detected