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

Method UpdateValue

gui/builtinItemStatsViews/attributeSlider.py:122–124  ·  view source on GitHub ↗
(self, evt)

Source from the content-addressed store, hash-verified

120 return self.ctrl.GetValue()
121
122 def UpdateValue(self, evt):
123 self.SetValue(self.GetValue())
124 evt.Skip()
125
126 def SetValue(self, value, post_event=True, affect_modified_flag=True):
127 self.ctrl.SetValue(value)

Callers

nothing calls this directly

Calls 2

SetValueMethod · 0.95
GetValueMethod · 0.95

Tested by

no test coverage detected