View on GitHub

PyInventor

3D Graphics in Python with Open Inventor

PyInventor.QtInventor.QSceneGraphEditor

class QSceneGraphEditor(PySide.QtGui.QApplication)

Application class for a scene graph editor.

This application renders scene graph files and displays the scene strcuture in a tree view. It furthermore shows the properties (fields) of the scene objects in a table view. The structure as well as the fields can be modified and changes saved back to file.

This class creates an instance of QSceneGraphEditorWindow as main window and links menu entries to it.

With the --console command line option an interactive shell is opened at the bottom of the scene graph editor application. In this shell the scene can be analyzed or edited programmatically. The following variables are added to the

Method resolution order:

Methods defined here:

addHorizontalWidget(self, widget)

Adds a widget to the right side of the application.

addVerticalWidget(self, widget)

Adds a widget to the bottom of the application.

show(self)

Makes the main application window visible.


Data and other attributes defined here:

staticMetaObject = PySide.QtCore.QMetaObject object