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

Method OnData

gui/builtinAdditionPanes/projectedView.py:65–74  ·  view source on GitHub ↗
(self, x, y, t)

Source from the content-addressed store, hash-verified

63 self.SetDataObject(self.dropData)
64
65 def OnData(self, x, y, t):
66 if self.GetData():
67 dragged_data = DragDropHelper.data
68
69 if dragged_data is None:
70 return t
71
72 data = dragged_data.split(':')
73 self.dropFn(x, y, data)
74 return t
75
76
77class ProjectedView(d.Display):

Callers

nothing calls this directly

Calls 1

GetDataMethod · 0.80

Tested by

no test coverage detected