summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/plot3d/scenewidget.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/gui/plot3d/scenewidget.rst')
-rw-r--r--doc/source/modules/gui/plot3d/scenewidget.rst29
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/source/modules/gui/plot3d/scenewidget.rst b/doc/source/modules/gui/plot3d/scenewidget.rst
new file mode 100644
index 0000000..5c6f411
--- /dev/null
+++ b/doc/source/modules/gui/plot3d/scenewidget.rst
@@ -0,0 +1,29 @@
+.. currentmodule:: silx.gui.plot3d
+
+:mod:`SceneWidget`: 3D data viewer widget
+=========================================
+
+.. automodule:: silx.gui.plot3d.SceneWidget
+
+.. image:: img/SceneWidget.png
+ :height: 150px
+ :align: center
+
+For sample code using :class:`SceneWidget`, see ``plot3dSceneWindow.py`` in :ref:`plot3d-sample-code`.
+
+.. currentmodule:: silx.gui.plot3d.SceneWidget
+
+:class:`SceneWidget`
+--------------------
+
+.. autoclass:: SceneWidget
+ :show-inheritance:
+ :members:
+
+:class:`SceneWidget` items
+--------------------------
+
+.. toctree::
+ :maxdepth: 2
+
+ items.rst \ No newline at end of file