summaryrefslogtreecommitdiff
path: root/doc/source/modules/gui/plot/plotactions.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source/modules/gui/plot/plotactions.rst')
-rw-r--r--doc/source/modules/gui/plot/plotactions.rst20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/source/modules/gui/plot/plotactions.rst b/doc/source/modules/gui/plot/plotactions.rst
new file mode 100644
index 0000000..29a3656
--- /dev/null
+++ b/doc/source/modules/gui/plot/plotactions.rst
@@ -0,0 +1,20 @@
+
+.. currentmodule:: silx.gui.plot
+
+:mod:`PlotActions`: Actions for PlotWidget
+===========================================
+
+.. currentmodule:: silx.gui.plot.PlotActions
+
+The :class:`PlotAction` is a base class used to define plot actions.
+
+Plot actions serve to add menu items or toolbar items that are associated with a method
+that can interact with the associated :class:`PlotWidget`.
+
+For an introduction to creating custom plot actions, see :doc:`plotactions_examples`.
+
+PlotActions API
+---------------
+
+.. automodule:: silx.gui.plot.PlotActions
+ :members: