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

Method processChanges

gui/targetProfileEditor.py:374–377  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

372 event.Skip()
373
374 def processChanges(self):
375 changedFitIDs = Fit.getInstance().processTargetProfileChange()
376 if changedFitIDs:
377 wx.PostEvent(self.mainFrame, GE.FitChanged(fitIDs=changedFitIDs))
378
379 def selectTargetProfile(self, profile):
380 self.entityEditor.setActiveEntity(profile)

Callers

nothing calls this directly

Calls 2

getInstanceMethod · 0.45

Tested by

no test coverage detected