Picking¶
PickerView¶
- 
class 
datavis.views.PickerView(model, **kwargs)¶ The PickerView widget provides functionality for displaying picking operations provided by a PickerModel. Additionally, operations can be carried out on the model, previously configured based on the parameters provided by the model.
- 
getPreferredSize()¶ Returns a tuple (width, height), which represents the preferred dimensions to contain all the data
- 
viewBoxMouseMoved(pos)¶ This slot is invoked when the mouse is moved hover de pyqtgraph.ViewBox widget used by the internal ImageView to show the micrograph image.
- Parameters
 pos – The mouse pos
-