This module provides a toolbar to control Plot3DWidget viewpoint.
Bases: PyQt4.QtGui.QActionGroup
ActionGroup of actions to reset the viewpoint.
As for QActionGroup, add group’s actions to the widget with: widget.addActions(actionGroup.actions())
| Parameters: | 
 | 
|---|
Bases: PyQt4.QtGui.QToolBar
A toolbar providing icons to reset the viewpoint.
| Parameters: | 
 | 
|---|
This module provides a toolbar with tools for a Plot3DWidget.
It provides:
Bases: PyQt4.QtGui.QToolBar
Toolbar providing icons to copy, save and print the OpenGL scene
| Parameters: | 
 | 
|---|
Set the Plot3DWidget this toolbar is associated with
| Parameters: | widget (Plot3DWidget) – The widget to copy/save/print | 
|---|
Return the Plot3DWidget associated to this toolbar.
If no widget is associated, it returns None.
| Return type: | qt.QWidget | 
|---|
Returns the QAction performing copy to clipboard of the Plot3DWidget
| Return type: | qt.QAction | 
|---|
Returns the QAction performing save to file of the Plot3DWidget
| Return type: | qt.QAction | 
|---|