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

Method charChanged

gui/characterEditor.py:534–544  ·  view source on GitHub ↗
(self, event=None)

Source from the content-addressed store, hash-verified

532 self.populateSkillTree()
533
534 def charChanged(self, event=None):
535 self.searchInput.SetValue("")
536 char = self.charEditor.entityEditor.getActiveEntity()
537 for i in range(self.clonesChoice.GetCount()):
538 cloneID = self.clonesChoice.GetClientData(i)
539 if char.alphaCloneID == cloneID:
540 self.clonesChoice.SetSelection(i)
541
542 self.btnSecStatus.SetLabel(self.secStatusLabel.format(char.secStatus or 0.0))
543
544 self.populateSkillTree(event)
545
546 def populateSkillTreeSkillSearch(self, event=None):
547 sChar = Character.getInstance()

Callers

nothing calls this directly

Calls 5

populateSkillTreeMethod · 0.95
getActiveEntityMethod · 0.80
SetSelectionMethod · 0.80
SetLabelMethod · 0.80
SetValueMethod · 0.45

Tested by

no test coverage detected