# {py:mod}`simvx.editor.save_report_dialog` ```{py:module} simvx.editor.save_report_dialog ``` ```{autodoc2-docstring} simvx.editor.save_report_dialog :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`SaveReportDialog ` - ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.editor.save_report_dialog.__all__ :summary: ``` ```` ### API ````{py:data} __all__ :canonical: simvx.editor.save_report_dialog.__all__ :value: > ['SaveReportDialog'] ```{autodoc2-docstring} simvx.editor.save_report_dialog.__all__ ``` ```` `````{py:class} SaveReportDialog(**kwargs) :canonical: simvx.editor.save_report_dialog.SaveReportDialog Bases: {py:obj}`simvx.editor.modal_dialog.BaseModalDialog` ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.__init__ ``` ````{py:attribute} confirmed :canonical: simvx.editor.save_report_dialog.SaveReportDialog.confirmed :value: > 'Signal(...)' ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.confirmed ``` ```` ````{py:attribute} cancelled :canonical: simvx.editor.save_report_dialog.SaveReportDialog.cancelled :value: > 'Signal(...)' ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.cancelled ``` ```` ````{py:attribute} DIALOG_W :canonical: simvx.editor.save_report_dialog.SaveReportDialog.DIALOG_W :value: > 620.0 ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.DIALOG_W ``` ```` ````{py:attribute} DIALOG_H :canonical: simvx.editor.save_report_dialog.SaveReportDialog.DIALOG_H :value: > 400.0 ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.DIALOG_H ``` ```` ````{py:method} show_for(plan: simvx.editor.scene_file_ops.ScenePlan, on_confirm: collections.abc.Callable[[], None] | None = None) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.show_for ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.show_for ``` ```` ````{py:method} show_written(path: pathlib.Path, report: collections.abc.Sequence[simvx.editor.scene_diff.ReportEntry]) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.show_written ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.show_written ``` ```` ````{py:method} dismiss() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.dismiss ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.dismiss ``` ```` ````{py:property} report_text :canonical: simvx.editor.save_report_dialog.SaveReportDialog.report_text :type: str ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.report_text ``` ```` ````{py:method} on_draw(renderer) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_draw ```{autodoc2-docstring} simvx.editor.save_report_dialog.SaveReportDialog.on_draw ``` ```` ````{py:attribute} PAUSE_TREE_WHEN_MODAL :canonical: simvx.editor.save_report_dialog.SaveReportDialog.PAUSE_TREE_WHEN_MODAL :value: > False ```` ````{py:method} open_modal(*, initial_focus=None) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.open_modal ```` ````{py:attribute} style :canonical: simvx.editor.save_report_dialog.SaveReportDialog.style :value: > 'ThemeStyleBox(...)' ```` ````{py:property} bg_colour :canonical: simvx.editor.save_report_dialog.SaveReportDialog.bg_colour ```` ````{py:property} border_colour :canonical: simvx.editor.save_report_dialog.SaveReportDialog.border_colour ```` ````{py:property} border_width :canonical: simvx.editor.save_report_dialog.SaveReportDialog.border_width ```` ````{py:method} get_minimum_size() -> simvx.core.math.types.Vec2 :canonical: simvx.editor.save_report_dialog.SaveReportDialog.get_minimum_size ```` ````{py:attribute} size_x :canonical: simvx.editor.save_report_dialog.SaveReportDialog.size_x :value: > 'Property(...)' ```` ````{py:attribute} size_y :canonical: simvx.editor.save_report_dialog.SaveReportDialog.size_y :value: > 'Property(...)' ```` ````{py:attribute} min_size_x :canonical: simvx.editor.save_report_dialog.SaveReportDialog.min_size_x :value: > 'Property(...)' ```` ````{py:attribute} min_size_y :canonical: simvx.editor.save_report_dialog.SaveReportDialog.min_size_y :value: > 'Property(...)' ```` ````{py:attribute} anchor_left :canonical: simvx.editor.save_report_dialog.SaveReportDialog.anchor_left :value: > 'Property(...)' ```` ````{py:attribute} anchor_top :canonical: simvx.editor.save_report_dialog.SaveReportDialog.anchor_top :value: > 'Property(...)' ```` ````{py:attribute} anchor_right :canonical: simvx.editor.save_report_dialog.SaveReportDialog.anchor_right :value: > 'Property(...)' ```` ````{py:attribute} anchor_bottom :canonical: simvx.editor.save_report_dialog.SaveReportDialog.anchor_bottom :value: > 'Property(...)' ```` ````{py:attribute} margin_left :canonical: simvx.editor.save_report_dialog.SaveReportDialog.margin_left :value: > 'Property(...)' ```` ````{py:attribute} margin_top :canonical: simvx.editor.save_report_dialog.SaveReportDialog.margin_top :value: > 'Property(...)' ```` ````{py:attribute} margin_right :canonical: simvx.editor.save_report_dialog.SaveReportDialog.margin_right :value: > 'Property(...)' ```` ````{py:attribute} margin_bottom :canonical: simvx.editor.save_report_dialog.SaveReportDialog.margin_bottom :value: > 'Property(...)' ```` ````{py:attribute} dismiss_on_outside_click :canonical: simvx.editor.save_report_dialog.SaveReportDialog.dismiss_on_outside_click :value: > 'Property(...)' ```` ````{py:attribute} clip_contents :canonical: simvx.editor.save_report_dialog.SaveReportDialog.clip_contents :value: > 'Property(...)' ```` ````{py:attribute} focus_mode :canonical: simvx.editor.save_report_dialog.SaveReportDialog.focus_mode :value: > 'Property(...)' ```` ````{py:attribute} tooltip :canonical: simvx.editor.save_report_dialog.SaveReportDialog.tooltip :value: > 'Property(...)' ```` ````{py:attribute} mouse_filter :canonical: simvx.editor.save_report_dialog.SaveReportDialog.mouse_filter :value: > 'Property(...)' ```` ````{py:attribute} size_flags_horizontal :canonical: simvx.editor.save_report_dialog.SaveReportDialog.size_flags_horizontal :value: > 'Property(...)' ```` ````{py:attribute} size_flags_vertical :canonical: simvx.editor.save_report_dialog.SaveReportDialog.size_flags_vertical :value: > 'Property(...)' ```` ````{py:attribute} stretch_ratio :canonical: simvx.editor.save_report_dialog.SaveReportDialog.stretch_ratio :value: > 'Property(...)' ```` ````{py:attribute} max_size :canonical: simvx.editor.save_report_dialog.SaveReportDialog.max_size :value: > 'Property(...)' ```` ````{py:property} size :canonical: simvx.editor.save_report_dialog.SaveReportDialog.size :type: simvx.core.math.types.Vec2 ```` ````{py:property} min_size :canonical: simvx.editor.save_report_dialog.SaveReportDialog.min_size :type: simvx.core.math.types.Vec2 ```` ````{py:method} content_signature() -> object :canonical: simvx.editor.save_report_dialog.SaveReportDialog.content_signature ```` ````{py:method} content_uses(chars: str) -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.content_uses ```` ````{py:method} autosize_to_content() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.autosize_to_content ```` ````{py:attribute} touch_mode :canonical: simvx.editor.save_report_dialog.SaveReportDialog.touch_mode :type: str :value: > 'mouse' ```` ````{py:property} theme :canonical: simvx.editor.save_report_dialog.SaveReportDialog.theme :type: simvx.core.ui.types.Theme | None ```` ````{py:property} mouse_over :canonical: simvx.editor.save_report_dialog.SaveReportDialog.mouse_over :type: bool ```` ````{py:property} focused :canonical: simvx.editor.save_report_dialog.SaveReportDialog.focused :type: bool ```` ````{py:property} disabled :canonical: simvx.editor.save_report_dialog.SaveReportDialog.disabled :type: bool ```` ````{py:method} get_theme() -> simvx.core.ui.types.Theme :canonical: simvx.editor.save_report_dialog.SaveReportDialog.get_theme ```` ````{py:method} queue_redraw() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.queue_redraw ```` ````{py:method} add_child(node: simvx.core.node.T) -> simvx.core.node.T :canonical: simvx.editor.save_report_dialog.SaveReportDialog.add_child ```` ````{py:method} get_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.save_report_dialog.SaveReportDialog.get_rect ```` ````{py:method} get_global_rect() -> tuple[float, float, float, float] :canonical: simvx.editor.save_report_dialog.SaveReportDialog.get_global_rect ```` ````{py:method} is_point_inside(point) -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.is_point_inside ```` ````{py:method} place_bottom_strip(height: float) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.place_bottom_strip ```` ````{py:method} place_top_strip(height: float) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.place_top_strip ```` ````{py:method} set_anchor_preset(preset: simvx.core.ui.enums.AnchorPreset) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.set_anchor_preset ```` ````{py:method} activate() -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.activate ```` ````{py:method} set_focus() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.set_focus ```` ````{py:method} grab_focus() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.grab_focus ```` ````{py:method} release_focus() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.release_focus ```` ````{py:method} has_focus() -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.has_focus ```` ````{py:method} focus_next_control() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.focus_next_control ```` ````{py:method} focus_previous_control() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.focus_previous_control ```` ````{py:method} grab_mouse() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.grab_mouse ```` ````{py:method} release_mouse() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.release_mouse ```` ````{py:method} set_drag_preview(control: simvx.core.ui.core.Control) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.set_drag_preview ```` ````{py:property} is_overlay_open :canonical: simvx.editor.save_report_dialog.SaveReportDialog.is_overlay_open :type: bool ```` ````{py:method} show_overlay(modality: str = 'light', *, dim: bool | None = None, dismiss: bool | None = None, inert: bool | None = None, owner: simvx.core.ui.core.Control | None = None, initial_focus: simvx.core.ui.core.Control | None = None) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.show_overlay ```` ````{py:method} close_overlay() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.close_overlay ```` ````{py:attribute} position :canonical: simvx.editor.save_report_dialog.SaveReportDialog.position :value: > '_SpatialVecProperty(...)' ```` ````{py:attribute} rotation :canonical: simvx.editor.save_report_dialog.SaveReportDialog.rotation :value: > 'Property(...)' ```` ````{py:attribute} scale :canonical: simvx.editor.save_report_dialog.SaveReportDialog.scale :value: > '_SpatialVecProperty(...)' ```` ````{py:attribute} z_index :canonical: simvx.editor.save_report_dialog.SaveReportDialog.z_index :value: > 'Property(...)' ```` ````{py:attribute} z_as_relative :canonical: simvx.editor.save_report_dialog.SaveReportDialog.z_as_relative :value: > 'Property(...)' ```` ````{py:attribute} render_layer :canonical: simvx.editor.save_report_dialog.SaveReportDialog.render_layer :value: > 'Property(...)' ```` ````{py:method} set_render_layer(index: int, enabled: bool = True) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.set_render_layer ```` ````{py:method} is_on_render_layer(index: int) -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.is_on_render_layer ```` ````{py:property} absolute_z_index :canonical: simvx.editor.save_report_dialog.SaveReportDialog.absolute_z_index :type: int ```` ````{py:property} rotation_degrees :canonical: simvx.editor.save_report_dialog.SaveReportDialog.rotation_degrees :type: float ```` ````{py:property} world_position :canonical: simvx.editor.save_report_dialog.SaveReportDialog.world_position :type: simvx.core.math.types.Vec2 ```` ````{py:property} world_rotation :canonical: simvx.editor.save_report_dialog.SaveReportDialog.world_rotation :type: float ```` ````{py:property} world_scale :canonical: simvx.editor.save_report_dialog.SaveReportDialog.world_scale :type: simvx.core.math.types.Vec2 ```` ````{py:property} world_transform :canonical: simvx.editor.save_report_dialog.SaveReportDialog.world_transform :type: tuple[simvx.core.math.types.Vec2, simvx.core.math.types.Vec2, float] ```` ````{py:property} forward :canonical: simvx.editor.save_report_dialog.SaveReportDialog.forward :type: simvx.core.math.types.Vec2 ```` ````{py:property} right :canonical: simvx.editor.save_report_dialog.SaveReportDialog.right :type: simvx.core.math.types.Vec2 ```` ````{py:method} translate(offset: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.translate ```` ````{py:method} rotate(radians: float) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.rotate ```` ````{py:method} rotate_deg(degrees: float) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.rotate_deg ```` ````{py:method} look_at(target: tuple[float, float] | numpy.ndarray) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.look_at ```` ````{py:method} transform_points(points: list[simvx.core.math.types.Vec2]) -> list[simvx.core.math.types.Vec2] :canonical: simvx.editor.save_report_dialog.SaveReportDialog.transform_points ```` ````{py:method} draw_polygon(renderer, points: list[simvx.core.math.types.Vec2], closed=True, colour=None) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.draw_polygon ```` ````{py:method} wrap_screen(margin: float = 20) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.wrap_screen ```` ````{py:attribute} hdr :canonical: simvx.editor.save_report_dialog.SaveReportDialog.hdr :value: > 'Property(...)' ```` ````{py:property} transform_render_dirty :canonical: simvx.editor.save_report_dialog.SaveReportDialog.transform_render_dirty :type: bool ```` ````{py:attribute} strict_errors :canonical: simvx.editor.save_report_dialog.SaveReportDialog.strict_errors :type: typing.ClassVar[bool] :value: > True ```` ````{py:attribute} dev_checks :canonical: simvx.editor.save_report_dialog.SaveReportDialog.dev_checks :type: typing.ClassVar[bool] :value: > None ```` ````{py:attribute} script_error_raised :canonical: simvx.editor.save_report_dialog.SaveReportDialog.script_error_raised :value: > 'Signal(...)' ```` ````{py:attribute} dynamic :canonical: simvx.editor.save_report_dialog.SaveReportDialog.dynamic :type: bool :value: > False ```` ````{py:attribute} visible :canonical: simvx.editor.save_report_dialog.SaveReportDialog.visible :value: > 'Property(...)' ```` ````{py:attribute} update_mode :canonical: simvx.editor.save_report_dialog.SaveReportDialog.update_mode :value: > 'Property(...)' ```` ````{py:attribute} __properties__ :canonical: simvx.editor.save_report_dialog.SaveReportDialog.__properties__ :type: typing.ClassVar[dict[str, simvx.core.descriptors.Property]] :value: > None ```` ````{py:method} __init_subclass__(**kwargs) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.__init_subclass__ :classmethod: ```` ````{py:property} name :canonical: simvx.editor.save_report_dialog.SaveReportDialog.name :type: str ```` ````{py:property} visible_in_tree :canonical: simvx.editor.save_report_dialog.SaveReportDialog.visible_in_tree :type: bool ```` ````{py:method} reset_error() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.reset_error ```` ````{py:method} remove_child(node: simvx.core.node.Node) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.remove_child ```` ````{py:method} reparent(new_parent: simvx.core.node.Node) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.reparent ```` ````{py:method} node_at(path, default=_NO_DEFAULT) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.node_at ```` ````{py:method} find(target, *, direct: bool = False) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.find ```` ````{py:method} find_all(target, *, direct: bool = False) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.find_all ```` ````{py:method} expect(target, *, direct: bool = False) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.expect ```` ````{py:method} ancestor(target) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.ancestor ```` ````{py:method} walk(*, include_self: bool = True) -> collections.abc.Iterator[simvx.core.node.Node] :canonical: simvx.editor.save_report_dialog.SaveReportDialog.walk ```` ````{py:property} path :canonical: simvx.editor.save_report_dialog.SaveReportDialog.path :type: str ```` ````{py:property} is_scene_root :canonical: simvx.editor.save_report_dialog.SaveReportDialog.is_scene_root :type: bool ```` ````{py:method} add_to_group(group: str) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.add_to_group ```` ````{py:method} remove_from_group(group: str) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.remove_from_group ```` ````{py:method} is_in_group(group: str) -> bool :canonical: simvx.editor.save_report_dialog.SaveReportDialog.is_in_group ```` ````{py:method} on_ready() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_ready ```` ````{py:method} on_enter_tree() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_enter_tree ```` ````{py:method} on_exit_tree() -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_exit_tree ```` ````{py:method} on_update(dt: float) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_update ```` ````{py:method} on_fixed_update(dt: float) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_fixed_update ```` ````{py:method} on_picked(event: simvx.core.events.InputEvent) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_picked ```` ````{py:method} on_unhandled_input(event: simvx.core.events.TreeInputEvent) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.on_unhandled_input ```` ````{py:method} start_coroutine(gen: simvx.core.descriptors.Coroutine) -> simvx.core.descriptors.CoroutineHandle :canonical: simvx.editor.save_report_dialog.SaveReportDialog.start_coroutine ```` ````{py:method} stop_coroutine(gen_or_handle) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.stop_coroutine ```` ````{py:property} render_dirty :canonical: simvx.editor.save_report_dialog.SaveReportDialog.render_dirty :type: bool ```` ````{py:method} clear_children() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.clear_children ```` ````{py:method} destroy() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.destroy ```` ````{py:property} destroying :canonical: simvx.editor.save_report_dialog.SaveReportDialog.destroying :type: bool ```` ````{py:method} call_deferred(method: collections.abc.Callable[..., typing.Any], *args: typing.Any) -> None :canonical: simvx.editor.save_report_dialog.SaveReportDialog.call_deferred ```` ````{py:property} app :canonical: simvx.editor.save_report_dialog.SaveReportDialog.app ```` ````{py:property} tree :canonical: simvx.editor.save_report_dialog.SaveReportDialog.tree :type: simvx.core.scene_tree.SceneTree ```` ````{py:property} physics :canonical: simvx.editor.save_report_dialog.SaveReportDialog.physics ```` ````{py:property} physics_2d :canonical: simvx.editor.save_report_dialog.SaveReportDialog.physics_2d ```` ````{py:method} __getitem__(key: str) :canonical: simvx.editor.save_report_dialog.SaveReportDialog.__getitem__ ```` ````{py:method} get_properties() -> dict[str, simvx.core.descriptors.Property] :canonical: simvx.editor.save_report_dialog.SaveReportDialog.get_properties :classmethod: ```` ````{py:method} __repr__() :canonical: simvx.editor.save_report_dialog.SaveReportDialog.__repr__ ```` `````