Home
last modified time | relevance | path

Searched refs:show_scene_section (Results 1 – 6 of 6) sorted by relevance

/dports/misc/urh/urh-2.9.2/src/urh/ui/painting/
H A DSignalSceneManager.py14 def show_scene_section(self, x1: float, x2: float, subpath_ranges=None, colors=None): member in SignalSceneManager
16 super().show_scene_section(x1, x2, subpath_ranges=subpath_ranges, colors=colors)
H A DSceneManager.py33 def show_scene_section(self, x1: float, x2: float, subpath_ranges=None, colors=None): member in SceneManager
64 self.show_scene_section(0, self.num_samples)
H A DFFTSceneManager.py21 def show_scene_section(self, x1: float, x2: float, subpath_ranges=None, colors=None): member in FFTSceneManager
H A DSpectrogramSceneManager.py48 def show_scene_section(self, x1: float, x2: float, subpath_ranges=None, colors=None): member in SpectrogramSceneManager
/dports/misc/urh/urh-2.9.2/src/urh/ui/views/
H A DZoomableGraphicView.py175 …self.scene_manager.show_scene_section(start, end, *self._get_sub_path_ranges_and_colors(start, end…
/dports/misc/urh/urh-2.9.2/src/urh/controller/dialogs/
H A DModulatorDialog.py195 scene_manager.show_scene_section(start, end)