| __eq__ | no documentation |
| __ne__ | no documentation |
| __nonzero__ | no documentation |
| add_name_listener | Add a listener function or method, which will be called as soon as the
property "name" has changed. |
| fire | Fire the scene directly. Will fire all clipslots that this scene owns and
select the scene itself. |
| fire_as_selected | Fire the selected scene. Will fire all clipslots that this scene owns and
select the next scene if necessary. |
| name_has_listener | Returns true, if the given listener function or method is connected
to the property "name". |
| remove_name_listener | Remove a previously set listener function or method from
property "name". |