pyqtgraph/documentation/source/graphicsItems/index.rst
2012-03-01 21:55:32 -05:00

38 lines
869 B
ReStructuredText

Pyqtgraph's Graphics Items
==========================
Since pyqtgraph relies on Qt's GraphicsView framework, most of its graphics functionality is implemented as QGraphicsItem subclasses. This has two important consequences: 1) virtually anything you want to draw can be easily accomplished using the functionality provided by Qt. 2) Many of pyqtgraph's GraphicsItem classes can be used in any normal QGraphicsScene.
Contents:
.. toctree::
:maxdepth: 2
plotdataitem
plotcurveitem
scatterplotitem
plotitem
imageitem
viewbox
linearregionitem
infiniteline
roi
graphicslayout
axisitem
arrowitem
curvepoint
curvearrow
griditem
scalebar
labelitem
vtickgroup
gradienteditoritem
histogramlutitem
gradientlegend
buttonitem
graphicsobject
graphicswidget
uigraphicsitem