pyqtgraph/pyqtgraph/GraphicsScene
Carlos Pascual 3aa3e9b991
Emit signal when GraphicScene.addItem() is used (#1388)
* Emit signal when GraphicScene.addItem() is used

Emit a signal (sigItemAdded) just after adding an item to a scene.
The item object is emited as the only signal argument.
This signal is useful for code that may want to react to newly added
items of a plot.

* Emit signal when GraphicScene.removeItem() is used

Emit a signal (sigItemRemoved) just after removing an item from a scene.
The item object is emited as the only signal argument.
This signal is useful for code that may want to react to removed
items in a plot.
2020-11-06 14:06:53 -08:00
..
__init__.py Reorganized directory structure to be more standard 2012-12-25 00:43:31 -05:00
exportDialog.py dump ExportDialog.exporterParameters, b/c it prevents correct aspect ratio on image export (close #1087) 2019-12-03 11:52:09 +01:00
exportDialogTemplate_pyqt.py rebuild UI files 2013-12-23 10:11:20 -05:00
exportDialogTemplate_pyqt5.py Generated qt5 template files 2014-03-29 06:57:13 -04:00
exportDialogTemplate_pyside.py rebuild UI files 2013-12-23 10:11:20 -05:00
exportDialogTemplate_pyside2.py flip pyside2 template line endings 2018-05-17 09:02:41 -07:00
exportDialogTemplate.ui console, graphicsscene, and 2nd-level graphicsitems 2013-12-23 07:51:33 -05:00
GraphicsScene.py Emit signal when GraphicScene.addItem() is used (#1388) 2020-11-06 14:06:53 -08:00
mouseEvents.py Added PolyLineROI unit tests, fixed several bugs in mouse interaction with PolyLineROI. 2016-05-30 18:00:19 -07:00