Inkscape
Vector Graphics Editor
|
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 |
void add_actions_element_image | ( | InkscapeApplication * | app | ) |
Definition at line 204 of file actions-element-image.cpp.
References InkActionExtraData::add_data(), InkscapeApplication::get_action_extra_data(), InkscapeApplication::gio_app(), image_crop(), image_edit(), and raw_data_element_image.
Referenced by InkscapeApplication::InkscapeApplication().
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.
Definition at line 125 of file actions-element-image.cpp.
References clip(), SPObject::deleteObject(), Inkscape::DocumentUndo::done(), Inkscape::ERROR_MESSAGE, Inkscape::Util::format_size(), SPItem::geometricBounds(), InkscapeApplication::get_active_document(), InkscapeApplication::get_active_selection(), InkscapeApplication::get_active_window(), SPItem::i2doc_affine(), image, Inkscape::INFORMATION_MESSAGE, item, msg, and Inkscape::WARNING_MESSAGE.
Referenced by add_actions_element_image().
void image_edit | ( | InkscapeApplication * | app | ) |
Definition at line 60 of file actions-element-image.cpp.
References Inkscape::UI::dialog_show_modal_and_selfdestruct(), InkscapeApplication::get_active_selection(), InkscapeApplication::get_active_window(), Inkscape::getHrefAttribute(), SPObject::getRepr(), item, and show_output().
Referenced by add_actions_element_image().
std::vector<std::vector<Glib::ustring> > raw_data_element_image |
Definition at line 195 of file actions-element-image.cpp.
Referenced by add_actions_element_image().
const Glib::ustring SECTION = NC_("Action Section", "Images") |
Definition at line 193 of file actions-element-image.cpp.