View on GitHub

PyInventor

3D Graphics in Python with Open Inventor

PyInventor.QtInventor.QSceneGraphEditorWindow

class QSceneGraphEditorWindow(PySide.QtGui.QWidget)

Main application window class for a scene graph editor. This class creates a render viewport to visualize the scene (QIVWidget) and an inspector tool (QInspectorWidget) for analyzing or editing a scene graph.

Method resolution order:

Methods defined here:

addWidget(self, orientation, widget)

applicationTitle(self)

Returns the default application title

load(self, file)

Load a scene from file or string

manip(self, on)

Set scene camera manipulation mode

new(self)

Reset to default scene

open(self)

Open scene from file

refresh(self)

save(self)

Save current scene to file

saveAs(self)

Save current scene to new file


Data and other attributes defined here:

staticMetaObject = PySide.QtCore.QMetaObject object