# {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}`IDEEmbeddedShell ` - ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell :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} IDEEmbeddedShell(state: simvx.ide.state.IDEState, config: simvx.ide.config.IDEConfig, *, name: str = 'IDEEmbeddedShell', **kwargs) :canonical: simvx.ide.embedded.IDEEmbeddedShell Bases: {py:obj}`simvx.core.Node` ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell.__init__ ``` ````{py:method} build(width: float, height: float) :canonical: simvx.ide.embedded.IDEEmbeddedShell.build ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell.build ``` ```` ````{py:method} process(dt: float) :canonical: simvx.ide.embedded.IDEEmbeddedShell.process ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell.process ``` ```` ````{py:method} refresh_theme() :canonical: simvx.ide.embedded.IDEEmbeddedShell.refresh_theme ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell.refresh_theme ``` ```` ````{py:method} resize(width: float, height: float) :canonical: simvx.ide.embedded.IDEEmbeddedShell.resize ```{autodoc2-docstring} simvx.ide.embedded.IDEEmbeddedShell.resize ``` ```` ````{py:attribute} strict_errors :canonical: simvx.ide.embedded.IDEEmbeddedShell.strict_errors :type: typing.ClassVar[bool] :value: > True ```` ````{py:attribute} script_error_raised :canonical: simvx.ide.embedded.IDEEmbeddedShell.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.ide.embedded.IDEEmbeddedShell.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.ide.embedded.IDEEmbeddedShell.name :type: str ```` ````{py:property} process_mode :canonical: simvx.ide.embedded.IDEEmbeddedShell.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.ide.embedded.IDEEmbeddedShell.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.ide.embedded.IDEEmbeddedShell.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.ide.embedded.IDEEmbeddedShell.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.ide.embedded.IDEEmbeddedShell.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.ide.embedded.IDEEmbeddedShell.find_child ```` ````{py:method} find(node_type: type, recursive: bool = True) -> simvx.core.node.Node | None :canonical: simvx.ide.embedded.IDEEmbeddedShell.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.ide.embedded.IDEEmbeddedShell.find_all ```` ````{py:property} path :canonical: simvx.ide.embedded.IDEEmbeddedShell.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.ide.embedded.IDEEmbeddedShell.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.ide.embedded.IDEEmbeddedShell.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.ide.embedded.IDEEmbeddedShell.is_in_group ```` ````{py:method} ready() -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.ready ```` ````{py:method} enter_tree() -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.exit_tree ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.physics_process ```` ````{py:method} draw(renderer) -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.draw ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.ide.embedded.IDEEmbeddedShell.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.ide.embedded.IDEEmbeddedShell.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.ide.embedded.IDEEmbeddedShell.stop_coroutine ```` ````{py:method} clear_children() :canonical: simvx.ide.embedded.IDEEmbeddedShell.clear_children ```` ````{py:method} destroy() :canonical: simvx.ide.embedded.IDEEmbeddedShell.destroy ```` ````{py:property} app :canonical: simvx.ide.embedded.IDEEmbeddedShell.app ```` ````{py:property} tree :canonical: simvx.ide.embedded.IDEEmbeddedShell.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.ide.embedded.IDEEmbeddedShell.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.ide.embedded.IDEEmbeddedShell.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.ide.embedded.IDEEmbeddedShell.get_properties :classmethod: ```` ````{py:method} __repr__() :canonical: simvx.ide.embedded.IDEEmbeddedShell.__repr__ ```` `````