Searched refs:selection_state (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/scripts/python/ |
H A D | exported-sql-viewer.py | 1755 def RBReleaseEvent(self, x0, x1, selection_state): argument 1759 self.event_handler.SelectEvent(x0, x1, selection_state) 1852 def SetSelection(self, selection_state): argument 1854 if selection_state: 1855 self.RubberBandSetGeometry(selection_state) 1913 selection_state = self.RubberBandRect(x) 1915 selection_state = None 1916 self.rb_event_handler.RBReleaseEvent(self.rb_origin.x(), x, selection_state) 2198 self.selection_state = (None, None) 2317 return (self.attrs.subrange, self.attrs.scale, self.selection_state, self.fwd_rect) [all …]
|