|
| def | __init__ (self, title="PyAmino", width=800, height=600, start=True, background=True, scenegraph=None, config=None) |
| | Create a new window. More...
|
| |
|
def | __del__ (self) |
| |
| def | start (self, background=False) |
| | Start the window. More...
|
| |
|
def | scenegraph (self) |
| | The displayed scenegraph.
|
| |
|
def | scenegraph (self, scenegraph) |
| |
|
def | config (self) |
| | The current configuration.
|
| |
|
def | config (self, config) |
| |
|
def | fk (self) |
| | The current configuration FK.
|
| |
|
def | fk (self, value) |
| |
|
def | stop (self) |
| | Stop the window.
|
| |
|
def | is_runnining (self) |
| | Returns True if the window is still running.
|
| |
|
def | lock (self) |
| | Lock the window.
|
| |
|
def | unlock (self) |
| | Lock the window.
|
| |
Definition at line 50 of file scenewin.py.
◆ __init__()
| def amino.scenewin.SceneWin.__init__ |
( |
|
self, |
|
|
|
title = "PyAmino", |
|
|
|
width = 800, |
|
|
|
height = 600, |
|
|
|
start = True, |
|
|
|
background = True, |
|
|
|
scenegraph = None, |
|
|
|
config = None |
|
) |
| |
Create a new window.
- Parameters
-
| title | the window title |
| width | window width in pixels |
| height | window width in pixels |
| start | whether to immediatly start the window |
| background | whether to run the window in an asynchronous background thread |
| scenegraph | scene to display |
| config | configuration of the scene |
Definition at line 64 of file scenewin.py.
◆ start()
| def amino.scenewin.SceneWin.start |
( |
|
self, |
|
|
|
background = False |
|
) |
| |
Start the window.
- Parameters
-
| background | whether to run the window in an asynchronous background thread |
Definition at line 92 of file scenewin.py.
The documentation for this class was generated from the following file: