Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | print_inkscape_version () |
void | active_window_start () |
void | active_window_end () |
void | save_preferences () |
void | print_debug_info () |
void | print_system_data_directory () |
void | print_user_data_directory () |
void | query_dimension (InkscapeApplication *app, bool extent, Geom::Dim2 const axis) |
void | query_x (InkscapeApplication *app) |
void | query_y (InkscapeApplication *app) |
void | query_width (InkscapeApplication *app) |
void | query_height (InkscapeApplication *app) |
void | query_all_recurse (SPObject *o) |
void | query_all (InkscapeApplication *app) |
void | query_pages (InkscapeApplication *app) |
void | pdf_page (int page) |
void | convert_dpi_method (Glib::ustring method) |
void | no_convert_baseline () |
void | add_actions_base (InkscapeApplication *app) |
Variables | |
const Glib::ustring | SECTION_BASE = NC_("Action Section", "Base") |
const Glib::ustring | SECTION_IMPORT = NC_("Action Section", "Import") |
const Glib::ustring | SECTION_QUERY = NC_("Action Section", "Query") |
std::vector< std::vector< Glib::ustring > > | raw_data_base |
void active_window_end | ( | ) |
Definition at line 49 of file actions-base.cpp.
References active_window_end_helper().
Referenced by add_actions_base().
void active_window_start | ( | ) |
Definition at line 44 of file actions-base.cpp.
References active_window_start_helper().
Referenced by add_actions_base().
void add_actions_base | ( | InkscapeApplication * | app | ) |
Definition at line 245 of file actions-base.cpp.
References active_window_end(), active_window_start(), InkActionExtraData::add_data(), convert_dpi_method(), InkscapeApplication::get_action_extra_data(), InkscapeApplication::gio_app(), Inkscape::inkscape_revision(), no_convert_baseline(), InkscapeApplication::on_quit(), InkscapeApplication::on_quit_immediate(), pdf_page(), InkscapeApplication::print_action_list(), print_debug_info(), print_inkscape_version(), InkscapeApplication::print_input_type_list(), print_system_data_directory(), print_user_data_directory(), query_all(), query_height(), query_pages(), query_width(), query_x(), query_y(), raw_data_base, and save_preferences().
Referenced by InkscapeApplication::InkscapeApplication().
void convert_dpi_method | ( | Glib::ustring | method | ) |
Definition at line 193 of file actions-base.cpp.
References FILE_DPI_DOCUMENT_SCALED, FILE_DPI_UNCHANGED, FILE_DPI_VIEWBOX_SCALED, show_output(), and sp_file_convert_dpi_method_commandline.
Referenced by add_actions_base().
void no_convert_baseline | ( | ) |
Definition at line 207 of file actions-base.cpp.
References sp_no_convert_text_baseline_spacing.
Referenced by add_actions_base().
void pdf_page | ( | int | page | ) |
Definition at line 187 of file actions-base.cpp.
References page.
Referenced by add_actions_base(), and Inkscape::Extension::Internal::PdfOutput::save().
void print_debug_info | ( | ) |
Definition at line 59 of file actions-base.cpp.
References Inkscape::debug_info(), and show_output().
Referenced by add_actions_base().
void print_inkscape_version | ( | ) |
Definition at line 38 of file actions-base.cpp.
References Inkscape::inkscape_version(), and show_output().
Referenced by add_actions_base().
void print_system_data_directory | ( | ) |
Definition at line 65 of file actions-base.cpp.
References get_inkscape_datadir(), and show_output().
Referenced by add_actions_base().
void print_user_data_directory | ( | ) |
Definition at line 71 of file actions-base.cpp.
References Inkscape::IO::Resource::profile_path(), and show_output().
Referenced by add_actions_base().
void query_all | ( | InkscapeApplication * | app | ) |
Definition at line 161 of file actions-base.cpp.
References InkscapeApplication::get_active_document(), SPDocument::getRoot(), query_all_recurse(), and show_output().
Referenced by add_actions_base().
void query_all_recurse | ( | SPObject * | o | ) |
Definition at line 138 of file actions-base.cpp.
References child, SPObject::children, SPItem::documentVisualBounds(), Inkscape::ustring::format_classic(), SPObject::getId(), item, query_all_recurse(), show_output(), Geom::X, and Geom::Y.
Referenced by query_all(), and query_all_recurse().
void query_dimension | ( | InkscapeApplication * | app, |
bool | extent, | ||
Geom::Dim2 const | axis | ||
) |
Definition at line 78 of file actions-base.cpp.
References Inkscape::Selection::add(), SPItem::documentVisualBounds(), Inkscape::ustring::format_classic(), get_document_and_selection(), SPDocument::getRoot(), Inkscape::ObjectSet::isEmpty(), item, items, Inkscape::ObjectSet::items(), and show_output().
Referenced by query_height(), query_width(), query_x(), and query_y().
void query_height | ( | InkscapeApplication * | app | ) |
Definition at line 131 of file actions-base.cpp.
References query_dimension(), and Geom::Y.
Referenced by add_actions_base().
void query_pages | ( | InkscapeApplication * | app | ) |
Definition at line 176 of file actions-base.cpp.
References Inkscape::ustring::format_classic(), InkscapeApplication::get_active_document(), and show_output().
Referenced by add_actions_base().
void query_width | ( | InkscapeApplication * | app | ) |
Definition at line 125 of file actions-base.cpp.
References query_dimension(), and Geom::X.
Referenced by add_actions_base().
void query_x | ( | InkscapeApplication * | app | ) |
Definition at line 113 of file actions-base.cpp.
References query_dimension(), and Geom::X.
Referenced by add_actions_base().
void query_y | ( | InkscapeApplication * | app | ) |
Definition at line 119 of file actions-base.cpp.
References query_dimension(), and Geom::Y.
Referenced by add_actions_base().
void save_preferences | ( | ) |
Definition at line 54 of file actions-base.cpp.
References Inkscape::Preferences::get(), and Inkscape::Preferences::save().
Referenced by add_actions_base().
std::vector<std::vector<Glib::ustring> > raw_data_base |
Definition at line 216 of file actions-base.cpp.
Referenced by add_actions_base().
const Glib::ustring SECTION_BASE = NC_("Action Section", "Base") |
Definition at line 212 of file actions-base.cpp.
const Glib::ustring SECTION_IMPORT = NC_("Action Section", "Import") |
Definition at line 213 of file actions-base.cpp.
const Glib::ustring SECTION_QUERY = NC_("Action Section", "Query") |
Definition at line 214 of file actions-base.cpp.