API Reference add Graphics Windows

This commit is contained in:
Billy Su 2018-02-05 22:47:45 +08:00
parent 708d9d252d
commit 447001876e
3 changed files with 34 additions and 0 deletions

View File

@ -9,6 +9,7 @@ Contents:
config_options
functions
graphicsItems/index
graphicsWindows/index
widgets/index
3dgraphics/index
colormap

View File

@ -0,0 +1,22 @@
Graphics Windows
================
.. autoclass:: pyqtgraph.GraphicsWindow
:members:
.. automethod:: pyqtgraph.GraphicsWindow.__init__
.. autoclass:: pyqtgraph.TabWindow
:members:
.. automethod:: pyqtgraph.TabWindow.__init__
.. autoclass:: pyqtgraph.PlotWindow
:members:
.. automethod:: pyqtgraph.PlotWindow.__init__
.. autoclass:: pyqtgraph.ImageWindow
:members:
.. automethod:: pyqtgraph.ImageWindow.__init__

View File

@ -0,0 +1,11 @@
Graphics Windows
================
Convenience classes which create a new window with PlotWidget or ImageView.
Contents:
.. toctree::
:maxdepth: 2
graphicsWindows