Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | active_window_start_helper () |
void | active_window_end_helper () |
std::string | get_active_desktop_commands_location () |
void | show_output (Glib::ustring const &data, bool const is_cerr) |
bool | get_document_and_selection (InkscapeApplication *app, SPDocument **document, Inkscape::Selection **selection) |
Variables | |
static bool | use_active_window = false |
static Inkscape::XML::Document * | active_window_data = nullptr |
void active_window_end_helper | ( | ) |
Definition at line 39 of file actions-helper.cpp.
References active_window_data, get_active_desktop_commands_location(), Inkscape::GC::release(), sp_repr_save_file(), and use_active_window.
Referenced by active_window_end().
void active_window_start_helper | ( | ) |
Definition at line 30 of file actions-helper.cpp.
References active_window_data, sp_repr_document_new(), and use_active_window.
Referenced by active_window_start().
std::string get_active_desktop_commands_location | ( | ) |
Definition at line 50 of file actions-helper.cpp.
Referenced by active_window_end_helper(), InkscapeApplication::on_handle_local_options(), InkscapeApplication::redirect_output(), and InkscapeApplication::shell().
bool get_document_and_selection | ( | InkscapeApplication * | app, |
SPDocument ** | document, | ||
Inkscape::Selection ** | selection | ||
) |
Definition at line 85 of file actions-helper.cpp.
References InkscapeApplication::get_active_document(), InkscapeApplication::get_active_selection(), and show_output().
Referenced by page_fit_to_selection(), query_dimension(), select_all(), select_by_class(), select_by_element(), select_by_id(), select_by_selector(), select_clear(), select_invert(), select_list(), and unselect_by_id().
void show_output | ( | Glib::ustring const & | data, |
bool const | is_cerr | ||
) |
Definition at line 56 of file actions-helper.cpp.
References active_window_data, Inkscape::XML::Node::appendChild(), Inkscape::XML::Document::createElement(), Inkscape::XML::Document::createTextNode(), data, node, Inkscape::GC::release(), root, Inkscape::XML::Node::root(), and use_active_window.
Referenced by add_actions_canvas_mode(), add_actions_canvas_snapping(), add_actions_canvas_transform(), add_actions_dialogs(), add_actions_edit(), add_actions_edit_window(), add_actions_effect(), add_actions_file(), add_actions_file_window(), add_actions_help_url(), add_actions_layer(), add_actions_node_align(), add_actions_output(), add_actions_select_window(), add_actions_tools(), add_actions_view_mode(), add_actions_view_window(), anchor_open_link(), canvas_color_manage_toggle(), canvas_color_mode_toggle(), canvas_display_mode(), canvas_display_mode_cycle(), canvas_display_mode_toggle(), canvas_rotate_lock(), canvas_set_state(), canvas_split_mode(), canvas_toggle_state(), canvas_transform(), convert_dpi_method(), dialog_open(), dialog_toggle(), enable_undo_actions(), export_do(), file_open(), file_open_with_window(), get_active_tool(), get_document_and_selection(), hide_lock_hide_selected(), hide_lock_lock_selected(), hide_lock_unhide_below(), hide_lock_unlock_below(), image_edit(), layer_from_group(), node_align(), node_distribute(), object_align(), object_align_on_canvas(), object_rearrange(), object_remove_overlaps(), print_debug_info(), print_inkscape_version(), print_system_data_directory(), print_user_data_directory(), query_all(), query_all_recurse(), query_dimension(), query_pages(), select_all(), select_by_id(), select_invert(), select_list(), set_actions_canvas_snapping_helper(), set_active_tool(), set_simple_snap(), tool_preferences(), tool_switch(), tool_toggle(), transform_translate(), unselect_by_id(), view_set_gui(), window_open(), window_query_geometry(), and window_set_geometry().
|
static |
Definition at line 25 of file actions-helper.cpp.
Referenced by active_window_end_helper(), active_window_start_helper(), and show_output().
|
static |
Definition at line 24 of file actions-helper.cpp.
Referenced by active_window_end_helper(), active_window_start_helper(), InkscapeApplication::on_handle_local_options(), and show_output().