This module provides tool widgets that can be attached to a plot3DWidget.
Bases: PyQt4.QtGui.QToolBar
Toolbar providing icons to change the interaction mode
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 setting rotate interaction of the Plot3DWidget
Return type: | qt.QAction |
---|
Returns the QAction setting pan interaction of the Plot3DWidget
Return type: | qt.QAction |
---|
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 |
---|
Returns the QAction performing record video of the Plot3DWidget
Return type: | qt.QAction |
---|
Returns the QAction performing printing of the Plot3DWidget
Return type: | qt.QAction |
---|
Bases: PyQt4.QtGui.QToolBar
A toolbar providing icons to reset the viewpoint.
Parameters: |
|
---|
Bases: PyQt4.QtGui.QToolButton
A toolbutton with a drop-down list of ways to reset the viewpoint.
Parameters: |
|
---|