Inkscape
Vector Graphics Editor
|
Variables | |
const Glib::ustring | SECTION = NC_("Action Section", "Edit") |
std::vector< std::vector< Glib::ustring > > | raw_data_edit |
void ActionsEdit::chameleon_fill | ( | InkscapeApplication * | app | ) |
Definition at line 290 of file actions-edit.cpp.
References Inkscape::ObjectSet::chameleonFill(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::clone | ( | InkscapeApplication * | app | ) |
Definition at line 169 of file actions-edit.cpp.
References Inkscape::ObjectSet::clone(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::clone_link | ( | InkscapeApplication * | app | ) |
Definition at line 196 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::relink().
Referenced by add_actions_edit().
void ActionsEdit::clone_link_lpe | ( | InkscapeApplication * | app | ) |
Definition at line 214 of file actions-edit.cpp.
References Inkscape::ObjectSet::cloneOriginalPathLPE(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::clone_unlink | ( | InkscapeApplication * | app | ) |
Definition at line 178 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::unlink().
Referenced by add_actions_edit().
void ActionsEdit::clone_unlink_recursively | ( | InkscapeApplication * | app | ) |
Definition at line 187 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::unlinkRecursive().
Referenced by add_actions_edit().
void ActionsEdit::copy | ( | InkscapeApplication * | app | ) |
Definition at line 79 of file actions-edit.cpp.
References Inkscape::ObjectSet::copy(), copy(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit(), and copy().
void ActionsEdit::cut | ( | InkscapeApplication * | app | ) |
Definition at line 70 of file actions-edit.cpp.
References Inkscape::ObjectSet::cut(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::duplicate | ( | InkscapeApplication * | app | ) |
Definition at line 151 of file actions-edit.cpp.
References Inkscape::ObjectSet::duplicate(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::duplicate_transform | ( | InkscapeApplication * | app | ) |
Definition at line 159 of file actions-edit.cpp.
References Inkscape::DocumentUndo::done(), Inkscape::ObjectSet::duplicate(), InkscapeApplication::get_active_document(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::edit_delete | ( | InkscapeApplication * | app | ) |
Definition at line 223 of file actions-edit.cpp.
References Inkscape::ObjectSet::deleteItems(), desktop, InkscapeApplication::get_active_selection(), and SPDesktop::getTool().
Referenced by add_actions_edit().
void ActionsEdit::edit_delete_selection | ( | InkscapeApplication * | app | ) |
Definition at line 247 of file actions-edit.cpp.
References Inkscape::ObjectSet::deleteItems(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::fit_canvas_to_selection | ( | InkscapeApplication * | app | ) |
Definition at line 281 of file actions-edit.cpp.
References Inkscape::ObjectSet::fitCanvas(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::object_to_guides | ( | InkscapeApplication * | app | ) |
Definition at line 61 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::toGuides().
Referenced by add_actions_edit().
void ActionsEdit::object_to_marker | ( | InkscapeApplication * | app | ) |
Definition at line 52 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::toMarker().
Referenced by add_actions_edit().
void ActionsEdit::object_to_pattern | ( | InkscapeApplication * | app | ) |
Definition at line 34 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::tile().
Referenced by add_actions_edit().
void ActionsEdit::paste_height | ( | InkscapeApplication * | app | ) |
Definition at line 115 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSize().
Referenced by add_actions_edit().
void ActionsEdit::paste_height_separately | ( | InkscapeApplication * | app | ) |
Definition at line 142 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSizeSeparately().
Referenced by add_actions_edit().
void ActionsEdit::paste_path_effect | ( | InkscapeApplication * | app | ) |
Definition at line 254 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pastePathEffect().
Referenced by add_actions_edit().
void ActionsEdit::paste_size | ( | InkscapeApplication * | app | ) |
Definition at line 97 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSize().
Referenced by add_actions_edit().
void ActionsEdit::paste_size_separately | ( | InkscapeApplication * | app | ) |
Definition at line 124 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSizeSeparately().
Referenced by add_actions_edit().
void ActionsEdit::paste_style | ( | InkscapeApplication * | app | ) |
Definition at line 88 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteStyle().
Referenced by add_actions_edit().
void ActionsEdit::paste_width | ( | InkscapeApplication * | app | ) |
Definition at line 106 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSize().
Referenced by add_actions_edit().
void ActionsEdit::paste_width_separately | ( | InkscapeApplication * | app | ) |
Definition at line 133 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::pasteSizeSeparately().
Referenced by add_actions_edit().
void ActionsEdit::pattern_to_object | ( | InkscapeApplication * | app | ) |
Definition at line 43 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::untile().
Referenced by add_actions_edit().
void ActionsEdit::remove_path_effect | ( | InkscapeApplication * | app | ) |
Definition at line 263 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::removeLPE().
Referenced by add_actions_edit().
void ActionsEdit::select_original | ( | InkscapeApplication * | app | ) |
Definition at line 205 of file actions-edit.cpp.
References Inkscape::ObjectSet::cloneOriginal(), and InkscapeApplication::get_active_selection().
Referenced by add_actions_edit().
void ActionsEdit::swap_fill_and_stroke | ( | InkscapeApplication * | app | ) |
Definition at line 272 of file actions-edit.cpp.
References InkscapeApplication::get_active_selection(), and Inkscape::ObjectSet::swapFillStroke().
Referenced by add_actions_edit().
std::vector<std::vector<Glib::ustring> > ActionsEdit::raw_data_edit |
Definition at line 297 of file actions-edit.cpp.
Referenced by add_actions_edit().
const Glib::ustring ActionsEdit::SECTION = NC_("Action Section", "Edit") |
Definition at line 295 of file actions-edit.cpp.