# {py:mod}`simvx.ide.embedded` ```{py:module} simvx.ide.embedded ``` ```{autodoc2-docstring} simvx.ide.embedded :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`EmbeddedShell ` - ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.ide.embedded.log :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.ide.embedded.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.ide.embedded.log ``` ```` `````{py:class} EmbeddedShell(state: simvx.ide.state.State, config: simvx.ide.config.Config, *, name: str = 'EmbeddedShell', **kwargs) :canonical: simvx.ide.embedded.EmbeddedShell Bases: {py:obj}`simvx.core.Node` ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell.__init__ ``` ````{py:method} build(width: float, height: float) :canonical: simvx.ide.embedded.EmbeddedShell.build ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell.build ``` ```` ````{py:method} process(dt: float) :canonical: simvx.ide.embedded.EmbeddedShell.process ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell.process ``` ```` ````{py:method} refresh_theme() :canonical: simvx.ide.embedded.EmbeddedShell.refresh_theme ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell.refresh_theme ``` ```` ````{py:method} resize(width: float, height: float) :canonical: simvx.ide.embedded.EmbeddedShell.resize ```{autodoc2-docstring} simvx.ide.embedded.EmbeddedShell.resize ``` ```` ````{py:attribute} strict_errors :canonical: simvx.ide.embedded.EmbeddedShell.strict_errors :type: typing.ClassVar[bool] :value: > True ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.embedded.EmbeddedShell.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.embedded.EmbeddedShell.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.embedded.EmbeddedShell.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.embedded.EmbeddedShell.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:property} visible :canonical: simvx.ide.embedded.EmbeddedShell.visible :type: bool ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.embedded.EmbeddedShell.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.embedded.EmbeddedShell.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.embedded.EmbeddedShell.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.embedded.EmbeddedShell.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.embedded.EmbeddedShell.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.embedded.EmbeddedShell.find_child ```` ````{py:method} find(node_type: type, recursive: bool = True) -> simvx.core.node.Node | None :canonical: simvx.ide.embedded.EmbeddedShell.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.embedded.EmbeddedShell.find_all ```` ````{py:method} walk(*, include_self: bool = True) -> collections.abc.Iterator[simvx.core.node.Node] :canonical: simvx.ide.embedded.EmbeddedShell.walk ```` ````{py:property} path :canonical: simvx.ide.embedded.EmbeddedShell.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.embedded.EmbeddedShell.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.embedded.EmbeddedShell.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.embedded.EmbeddedShell.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.embedded.EmbeddedShell.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.embedded.EmbeddedShell.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.embedded.EmbeddedShell.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.embedded.EmbeddedShell.physics_process ```` ````{py:method} draw(renderer) -> None :canonical: simvx.ide.embedded.EmbeddedShell.draw ```` ````{py:method} picked(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.embedded.EmbeddedShell.picked ```` ````{py:method} handle_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.embedded.EmbeddedShell.handle_input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.embedded.EmbeddedShell.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.embedded.EmbeddedShell.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.embedded.EmbeddedShell.stop_coroutine ```` ````{py:method} clear_children() :canonical: simvx.ide.embedded.EmbeddedShell.clear_children ```` ````{py:method} destroy() :canonical: simvx.ide.embedded.EmbeddedShell.destroy ```` ````{py:property} app :canonical: simvx.ide.embedded.EmbeddedShell.app ```` ````{py:property} tree :canonical: simvx.ide.embedded.EmbeddedShell.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.embedded.EmbeddedShell.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.embedded.EmbeddedShell.get_properties :classmethod: ```` ````{py:method} __repr__() :canonical: simvx.ide.embedded.EmbeddedShell.__repr__ ```` `````