Searched refs:selection_state (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/scripts/python/ |
| D | exported-sql-viewer.py | 1758 def RBReleaseEvent(self, x0, x1, selection_state): argument 1762 self.event_handler.SelectEvent(x0, x1, selection_state) 1855 def SetSelection(self, selection_state): argument 1857 if selection_state: 1858 self.RubberBandSetGeometry(selection_state) 1916 selection_state = self.RubberBandRect(x) 1918 selection_state = None 1919 self.rb_event_handler.RBReleaseEvent(self.rb_origin.x(), x, selection_state) 2201 self.selection_state = (None, None) 2320 return (self.attrs.subrange, self.attrs.scale, self.selection_state, self.fwd_rect) [all …]
|