Scene Window¶
The scene window holds a list of all graphical objects currently registered to
the gfx.Scene
.
Every node of the graphical scene tree is shown as a subnode of the scene. It is possible to select one or more objects in the scenewin (ctrl + <left mouse> ). The available actions of the context menu are applied to all currently selected objects.
- class SceneWin¶
- GetContextMenu()¶
Returns the
ContextMenu
-instance.- Return type:
- GetQObject()¶
Get the SIP-QObject (QWidget), learn more about Mixing PyQt and C++ Widgets.
- Return type:
QWidget
- Hide()¶
Hide the Widget
- Show()¶
Shows the Widget