# {py:mod}`simvx.editor.panels.curve_editor` ```{py:module} simvx.editor.panels.curve_editor ``` ```{autodoc2-docstring} simvx.editor.panels.curve_editor :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`TangentMode ` - ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode :summary: ``` * - {py:obj}`CurveKeyframe ` - ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveKeyframe :summary: ``` * - {py:obj}`CurveEditorPanel ` - ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.editor.panels.curve_editor.log :summary: ``` * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.editor.panels.curve_editor.__all__ :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.editor.panels.curve_editor.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.editor.panels.curve_editor.log ``` ```` ````{py:data} __all__ :canonical: simvx.editor.panels.curve_editor.__all__ :value: > ['CurveEditorPanel', 'TangentMode'] ```{autodoc2-docstring} simvx.editor.panels.curve_editor.__all__ ``` ```` `````{py:class} TangentMode() :canonical: simvx.editor.panels.curve_editor.TangentMode Bases: {py:obj}`enum.StrEnum` ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode.__init__ ``` ````{py:attribute} AUTO :canonical: simvx.editor.panels.curve_editor.TangentMode.AUTO :value: > 'auto' ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode.AUTO ``` ```` ````{py:attribute} LINEAR :canonical: simvx.editor.panels.curve_editor.TangentMode.LINEAR :value: > 'linear' ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode.LINEAR ``` ```` ````{py:attribute} CONSTANT :canonical: simvx.editor.panels.curve_editor.TangentMode.CONSTANT :value: > 'constant' ```{autodoc2-docstring} simvx.editor.panels.curve_editor.TangentMode.CONSTANT ``` ```` ````{py:method} __new__(*values) :canonical: simvx.editor.panels.curve_editor.TangentMode.__new__ ```` ````{py:method} __add__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__add__ ```` ````{py:method} __contains__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__contains__ ```` ````{py:method} __delattr__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__delattr__ ```` ````{py:method} __dir__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__dir__ ```` ````{py:method} __eq__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__eq__ ```` ````{py:method} __format__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__format__ ```` ````{py:method} __ge__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__ge__ ```` ````{py:method} __getattribute__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__getattribute__ ```` ````{py:method} __getitem__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__getitem__ ```` ````{py:method} __getnewargs__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__getnewargs__ ```` ````{py:method} __getstate__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__getstate__ ```` ````{py:method} __gt__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__gt__ ```` ````{py:method} __hash__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__hash__ ```` ````{py:method} __iter__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__iter__ ```` ````{py:method} __le__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__le__ ```` ````{py:method} __len__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__len__ ```` ````{py:method} __lt__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__lt__ ```` ````{py:method} __mod__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__mod__ ```` ````{py:method} __mul__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__mul__ ```` ````{py:method} __ne__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__ne__ ```` ````{py:method} __reduce__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__repr__ ```` ````{py:method} __rmod__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__rmod__ ```` ````{py:method} __rmul__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__rmul__ ```` ````{py:method} __setattr__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__setattr__ ```` ````{py:method} __sizeof__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__sizeof__ ```` ````{py:method} __str__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__str__ ```` ````{py:method} __subclasshook__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__subclasshook__ ```` ````{py:method} capitalize() :canonical: simvx.editor.panels.curve_editor.TangentMode.capitalize ```` ````{py:method} casefold() :canonical: simvx.editor.panels.curve_editor.TangentMode.casefold ```` ````{py:method} center() :canonical: simvx.editor.panels.curve_editor.TangentMode.center ```` ````{py:method} count() :canonical: simvx.editor.panels.curve_editor.TangentMode.count ```` ````{py:method} encode() :canonical: simvx.editor.panels.curve_editor.TangentMode.encode ```` ````{py:method} endswith() :canonical: simvx.editor.panels.curve_editor.TangentMode.endswith ```` ````{py:method} expandtabs() :canonical: simvx.editor.panels.curve_editor.TangentMode.expandtabs ```` ````{py:method} find() :canonical: simvx.editor.panels.curve_editor.TangentMode.find ```` ````{py:method} format() :canonical: simvx.editor.panels.curve_editor.TangentMode.format ```` ````{py:method} format_map() :canonical: simvx.editor.panels.curve_editor.TangentMode.format_map ```` ````{py:method} index() :canonical: simvx.editor.panels.curve_editor.TangentMode.index ```` ````{py:method} isalnum() :canonical: simvx.editor.panels.curve_editor.TangentMode.isalnum ```` ````{py:method} isalpha() :canonical: simvx.editor.panels.curve_editor.TangentMode.isalpha ```` ````{py:method} isascii() :canonical: simvx.editor.panels.curve_editor.TangentMode.isascii ```` ````{py:method} isdecimal() :canonical: simvx.editor.panels.curve_editor.TangentMode.isdecimal ```` ````{py:method} isdigit() :canonical: simvx.editor.panels.curve_editor.TangentMode.isdigit ```` ````{py:method} isidentifier() :canonical: simvx.editor.panels.curve_editor.TangentMode.isidentifier ```` ````{py:method} islower() :canonical: simvx.editor.panels.curve_editor.TangentMode.islower ```` ````{py:method} isnumeric() :canonical: simvx.editor.panels.curve_editor.TangentMode.isnumeric ```` ````{py:method} isprintable() :canonical: simvx.editor.panels.curve_editor.TangentMode.isprintable ```` ````{py:method} isspace() :canonical: simvx.editor.panels.curve_editor.TangentMode.isspace ```` ````{py:method} istitle() :canonical: simvx.editor.panels.curve_editor.TangentMode.istitle ```` ````{py:method} isupper() :canonical: simvx.editor.panels.curve_editor.TangentMode.isupper ```` ````{py:method} join() :canonical: simvx.editor.panels.curve_editor.TangentMode.join ```` ````{py:method} ljust() :canonical: simvx.editor.panels.curve_editor.TangentMode.ljust ```` ````{py:method} lower() :canonical: simvx.editor.panels.curve_editor.TangentMode.lower ```` ````{py:method} lstrip() :canonical: simvx.editor.panels.curve_editor.TangentMode.lstrip ```` ````{py:method} partition() :canonical: simvx.editor.panels.curve_editor.TangentMode.partition ```` ````{py:method} removeprefix() :canonical: simvx.editor.panels.curve_editor.TangentMode.removeprefix ```` ````{py:method} removesuffix() :canonical: simvx.editor.panels.curve_editor.TangentMode.removesuffix ```` ````{py:method} replace() :canonical: simvx.editor.panels.curve_editor.TangentMode.replace ```` ````{py:method} rfind() :canonical: simvx.editor.panels.curve_editor.TangentMode.rfind ```` ````{py:method} rindex() :canonical: simvx.editor.panels.curve_editor.TangentMode.rindex ```` ````{py:method} rjust() :canonical: simvx.editor.panels.curve_editor.TangentMode.rjust ```` ````{py:method} rpartition() :canonical: simvx.editor.panels.curve_editor.TangentMode.rpartition ```` ````{py:method} rsplit() :canonical: simvx.editor.panels.curve_editor.TangentMode.rsplit ```` ````{py:method} rstrip() :canonical: simvx.editor.panels.curve_editor.TangentMode.rstrip ```` ````{py:method} split() :canonical: simvx.editor.panels.curve_editor.TangentMode.split ```` ````{py:method} splitlines() :canonical: simvx.editor.panels.curve_editor.TangentMode.splitlines ```` ````{py:method} startswith() :canonical: simvx.editor.panels.curve_editor.TangentMode.startswith ```` ````{py:method} strip() :canonical: simvx.editor.panels.curve_editor.TangentMode.strip ```` ````{py:method} swapcase() :canonical: simvx.editor.panels.curve_editor.TangentMode.swapcase ```` ````{py:method} title() :canonical: simvx.editor.panels.curve_editor.TangentMode.title ```` ````{py:method} translate() :canonical: simvx.editor.panels.curve_editor.TangentMode.translate ```` ````{py:method} upper() :canonical: simvx.editor.panels.curve_editor.TangentMode.upper ```` ````{py:method} zfill() :canonical: simvx.editor.panels.curve_editor.TangentMode.zfill ```` ````{py:method} __deepcopy__(memo) :canonical: simvx.editor.panels.curve_editor.TangentMode.__deepcopy__ ```` ````{py:method} __copy__() :canonical: simvx.editor.panels.curve_editor.TangentMode.__copy__ ```` ````{py:method} name() :canonical: simvx.editor.panels.curve_editor.TangentMode.name ```` ````{py:method} value() :canonical: simvx.editor.panels.curve_editor.TangentMode.value ```` ````` `````{py:class} CurveKeyframe(time: float, value: float, tangent_mode: simvx.editor.panels.curve_editor.TangentMode = TangentMode.AUTO, tangent_in: float = 0.0, tangent_out: float = 0.0) :canonical: simvx.editor.panels.curve_editor.CurveKeyframe ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveKeyframe ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveKeyframe.__init__ ``` ````{py:attribute} __slots__ :canonical: simvx.editor.panels.curve_editor.CurveKeyframe.__slots__ :value: > ('time', 'value', 'tangent_mode', 'tangent_in', 'tangent_out') ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveKeyframe.__slots__ ``` ```` ````` `````{py:class} CurveEditorPanel(editor_state=None, **kwargs) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel Bases: {py:obj}`simvx.core.Control` ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.__init__ ``` ````{py:method} ready() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.ready ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.ready ``` ```` ````{py:method} set_player(player: simvx.core.AnimationPlayer | None, node=None) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_player ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.set_player ``` ```` ````{py:method} draw(renderer) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.draw ```` ````{py:method} add_keyframe(track_name: str, time: float, value: float) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.add_keyframe ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.add_keyframe ``` ```` ````{py:method} delete_keyframe(track_name: str, kf_index: int) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.delete_keyframe ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.delete_keyframe ``` ```` ````{py:method} set_tangent_mode(track_name: str, kf_index: int, mode: simvx.editor.panels.curve_editor.TangentMode) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_tangent_mode ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.set_tangent_mode ``` ```` ````{py:method} get_visible_tracks() -> list[str] :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_visible_tracks ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.get_visible_tracks ``` ```` ````{py:method} set_track_visible(track_name: str, visible: bool) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_track_visible ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.set_track_visible ``` ```` ````{py:method} get_selected_keyframe() -> tuple[str, int] | None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_selected_keyframe ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.get_selected_keyframe ``` ```` ````{py:method} frame_all() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.frame_all ```{autodoc2-docstring} simvx.editor.panels.curve_editor.CurveEditorPanel.frame_all ``` ```` ````{py:attribute} size_x :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.size_y :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.size :type: simvx.core.math.types.Vec2 ```` ````{py:attribute} touch_mode :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.touch_mode :type: str :value: > 'mouse' ```` ````{py:property} theme :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.theme :type: simvx.core.ui.types.Theme | None ```` ````{py:property} mouse_over :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.mouse_over :type: bool ```` ````{py:property} focused :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.focused :type: bool ```` ````{py:property} disabled :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.disabled :type: bool ```` ````{py:method} get_theme() -> simvx.core.ui.types.Theme :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_theme ```` ````{py:method} queue_redraw() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.queue_redraw ```` ````{py:method} get_minimum_size() -> simvx.core.math.types.Vec2 :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_minimum_size ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.is_point_inside ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.enums.AnchorPreset) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_anchor_preset ```` ````{py:method} set_focus() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_drag_preview ```` ````{py:method} draw_popup(renderer) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.draw_popup ```` ````{py:method} is_popup_point_inside(point) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.is_popup_point_inside ```` ````{py:method} popup_input(event) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.popup_input ```` ````{py:method} dismiss_popup() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.dismiss_popup ```` ````{py:attribute} z_index :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.z_as_relative :value: > 'Property(...)' ```` ````{py:attribute} render_layer :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.render_layer :value: > 'Property(...)' ```` ````{py:method} set_render_layer(index: int, enabled: bool = True) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.set_render_layer ```` ````{py:method} is_on_render_layer(index: int) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.is_on_render_layer ```` ````{py:property} absolute_z_index :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.absolute_z_index :type: int ```` ````{py:property} position :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.position :type: simvx.core.math.types.Vec2 ```` ````{py:property} rotation :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.rotation :type: float ```` ````{py:property} rotation_degrees :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.rotation_degrees :type: float ```` ````{py:property} scale :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} world_position :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.world_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} world_rotation :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.world_rotation :type: float ```` ````{py:property} world_scale :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.world_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} forward :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, colour=None) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.wrap_screen ```` ````{py:attribute} strict_errors :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.strict_errors :type: typing.ClassVar[bool] :value: > True ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.script_error_raised :value: > 'Signal(...)' ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.name :type: str ```` ````{py:property} process_mode :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.process_mode :type: simvx.core.descriptors.ProcessMode ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.reset_error ```` ````{py:method} add_child(node: simvx.core.node.Node) -> simvx.core.node.Node :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.add_child ```` ````{py:method} remove_child(node: simvx.core.node.Node) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.reparent ```` ````{py:method} get_node(path: str) -> simvx.core.node.Node :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_node ```` ````{py:method} find_child(name: str, recursive: bool = False) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.find_child ```` ````{py:method} find(node_type: type, recursive: bool = True) -> simvx.core.node.Node | None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.find ```` ````{py:method} find_all(node_type: type, recursive: bool = True) -> list :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.find_all ```` ````{py:property} path :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.path :type: str ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.is_in_group ```` ````{py:method} enter_tree() -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.enter_tree ```` ````{py:method} exit_tree() -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.exit_tree ```` ````{py:method} process(dt: float) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.process ```` ````{py:method} physics_process(dt: float) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.physics_process ```` ````{py:method} input_event(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.input_event ```` ````{py:method} input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.input ```` ````{py:method} unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.stop_coroutine ```` ````{py:method} clear_children() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.clear_children ```` ````{py:method} destroy() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.destroy ```` ````{py:property} app :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.app ```` ````{py:property} tree :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:method} get_tree() -> simvx.core.scene_tree.SceneTree :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_tree ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.get_properties :classmethod: ```` ````{py:method} __repr__() :canonical: simvx.editor.panels.curve_editor.CurveEditorPanel.__repr__ ```` `````