summaryrefslogtreecommitdiff
path: root/silx/gui/plot3d/SceneWindow.py
diff options
context:
space:
mode:
Diffstat (limited to 'silx/gui/plot3d/SceneWindow.py')
-rw-r--r--silx/gui/plot3d/SceneWindow.py13
1 files changed, 10 insertions, 3 deletions
diff --git a/silx/gui/plot3d/SceneWindow.py b/silx/gui/plot3d/SceneWindow.py
index 5121a17..56fb21f 100644
--- a/silx/gui/plot3d/SceneWindow.py
+++ b/silx/gui/plot3d/SceneWindow.py
@@ -163,6 +163,13 @@ class SceneWindow(qt.QMainWindow):
"""
return self._sceneWidget
+ def getGroupResetWidget(self):
+ """Returns the :class:`GroupPropertiesWidget` of this window.
+
+ :rtype: GroupPropertiesWidget
+ """
+ return self._sceneGroupResetWidget
+
def getParamTreeView(self):
"""Returns the :class:`ParamTreeView` of this window.
@@ -173,20 +180,20 @@ class SceneWindow(qt.QMainWindow):
def getInteractiveModeToolBar(self):
"""Returns the interactive mode toolbar.
- :rtype: InteractiveModeToolBar
+ :rtype: ~silx.gui.plot3d.tools.InteractiveModeToolBar
"""
return self._interactiveModeToolBar
def getViewpointToolBar(self):
"""Returns the viewpoint toolbar.
- :rtype: ViewpointToolBar
+ :rtype: ~silx.gui.plot3d.tools.ViewpointToolBar
"""
return self._viewpointToolBar
def getOutputToolBar(self):
"""Returns the output toolbar.
- :rtype: OutputToolBar
+ :rtype: ~silx.gui.plot3d.tools.OutputToolBar
"""
return self._outputToolBar