Searched refs:selection_state (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/tools/perf/scripts/python/ |
D | exported-sql-viewer.py | 1748 def RBReleaseEvent(self, x0, x1, selection_state): argument 1752 self.event_handler.SelectEvent(x0, x1, selection_state) 1845 def SetSelection(self, selection_state): argument 1847 if selection_state: 1848 self.RubberBandSetGeometry(selection_state) 1906 selection_state = self.RubberBandRect(x) 1908 selection_state = None 1909 self.rb_event_handler.RBReleaseEvent(self.rb_origin.x(), x, selection_state) 2191 self.selection_state = (None, None) 2310 return (self.attrs.subrange, self.attrs.scale, self.selection_state, self.fwd_rect) [all …]
|