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

Go to the source code of this file.

Functions

void image_edit (InkscapeApplication *app)
 
void image_crop (InkscapeApplication *app)
 Attempt to crop an image's physical pixels by the rectangle give OR if not specified, by any applied clipping object.
 
void add_actions_element_image (InkscapeApplication *app)
 

Variables

const Glib::ustring SECTION = NC_("Action Section", "Images")
 
std::vector< std::vector< Glib::ustring > > raw_data_element_image
 

Function Documentation

◆ add_actions_element_image()

◆ image_crop()

◆ image_edit()

Variable Documentation

◆ raw_data_element_image

std::vector<std::vector<Glib::ustring> > raw_data_element_image
Initial value:
=
{
{"app.element-image-crop", N_("Crop image to clip"), SECTION, N_("Remove parts of the image outside the applied clipping area.") },
{"app.element-image-edit", N_("Edit externally"), SECTION, N_("Edit image externally (image must be selected and not embedded).") },
}
const Glib::ustring SECTION

Definition at line 195 of file actions-element-image.cpp.

Referenced by add_actions_element_image().

◆ SECTION

const Glib::ustring SECTION = NC_("Action Section", "Images")

Definition at line 193 of file actions-element-image.cpp.