Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
actions-edit.cpp File Reference

Actions for Editing an object. More...

Go to the source code of this file.

Namespaces

namespace  ActionsEdit
 

Functions

void ActionsEdit::object_to_pattern (InkscapeApplication *app)
 
void ActionsEdit::pattern_to_object (InkscapeApplication *app)
 
void ActionsEdit::object_to_marker (InkscapeApplication *app)
 
void ActionsEdit::object_to_guides (InkscapeApplication *app)
 
void ActionsEdit::cut (InkscapeApplication *app)
 
void ActionsEdit::copy (InkscapeApplication *app)
 
void ActionsEdit::paste_style (InkscapeApplication *app)
 
void ActionsEdit::paste_size (InkscapeApplication *app)
 
void ActionsEdit::paste_width (InkscapeApplication *app)
 
void ActionsEdit::paste_height (InkscapeApplication *app)
 
void ActionsEdit::paste_size_separately (InkscapeApplication *app)
 
void ActionsEdit::paste_width_separately (InkscapeApplication *app)
 
void ActionsEdit::paste_height_separately (InkscapeApplication *app)
 
void ActionsEdit::duplicate (InkscapeApplication *app)
 
void ActionsEdit::duplicate_transform (InkscapeApplication *app)
 
void ActionsEdit::clone (InkscapeApplication *app)
 
void ActionsEdit::clone_unlink (InkscapeApplication *app)
 
void ActionsEdit::clone_unlink_recursively (InkscapeApplication *app)
 
void ActionsEdit::clone_link (InkscapeApplication *app)
 
void ActionsEdit::select_original (InkscapeApplication *app)
 
void ActionsEdit::clone_link_lpe (InkscapeApplication *app)
 
void ActionsEdit::edit_delete (InkscapeApplication *app)
 
void ActionsEdit::edit_delete_selection (InkscapeApplication *app)
 
void ActionsEdit::paste_path_effect (InkscapeApplication *app)
 
void ActionsEdit::remove_path_effect (InkscapeApplication *app)
 
void ActionsEdit::swap_fill_and_stroke (InkscapeApplication *app)
 
void ActionsEdit::fit_canvas_to_selection (InkscapeApplication *app)
 
void ActionsEdit::chameleon_fill (InkscapeApplication *app)
 
void add_actions_edit (InkscapeApplication *app)
 

Variables

const Glib::ustring ActionsEdit::SECTION = NC_("Action Section", "Edit")
 
std::vector< std::vector< Glib::ustring > > ActionsEdit::raw_data_edit
 

Detailed Description

Actions for Editing an object.

Authors: Sushant A A susha.nosp@m.nt.c.nosp@m.o19@g.nosp@m.mail.nosp@m..com

Copyright (C) 2021 Authors

Released under GNU GPL v2+, read the file 'COPYING' for more information.

Definition in file actions-edit.cpp.

Function Documentation

◆ add_actions_edit()