Inkscape
Vector Graphics Editor
|
Go to the source code of this file.
Functions | |
void | file_open (const Glib::VariantBase &value, InkscapeApplication *app) |
void | file_open_with_window (const Glib::VariantBase &value, InkscapeApplication *app) |
void | file_new (const Glib::VariantBase &value, InkscapeApplication *app) |
void | file_rebase (const Glib::VariantBase &value, InkscapeApplication *app) |
void | file_close (InkscapeApplication *app) |
void | add_actions_file (InkscapeApplication *app) |
Variables | |
const Glib::ustring | SECTION = NC_("Action Section", "File") |
std::vector< std::vector< Glib::ustring > > | raw_data_file |
std::vector< std::vector< Glib::ustring > > | hint_data_file |
void add_actions_file | ( | InkscapeApplication * | app | ) |
Definition at line 133 of file actions-file.cpp.
References InkActionHintData::add_data(), InkActionExtraData::add_data(), file_close(), file_new(), file_open(), file_open_with_window(), file_rebase(), InkscapeApplication::get_action_extra_data(), InkscapeApplication::get_action_hint_data(), InkscapeApplication::gio_app(), hint_data_file, raw_data_file, and show_output().
Referenced by InkscapeApplication::InkscapeApplication().
void file_close | ( | InkscapeApplication * | app | ) |
Definition at line 99 of file actions-file.cpp.
References InkscapeApplication::document_close(), InkscapeApplication::get_active_document(), InkscapeApplication::set_active_desktop(), InkscapeApplication::set_active_document(), and InkscapeApplication::set_active_selection().
Referenced by add_actions_file().
void file_new | ( | const Glib::VariantBase & | value, |
InkscapeApplication * | app | ||
) |
Definition at line 66 of file actions-file.cpp.
References InkscapeApplication::document_new(), InkscapeApplication::set_active_desktop(), InkscapeApplication::set_active_document(), and InkscapeApplication::set_active_selection().
Referenced by add_actions_file().
void file_open | ( | const Glib::VariantBase & | value, |
InkscapeApplication * | app | ||
) |
Definition at line 28 of file actions-file.cpp.
References InkscapeApplication::document_open(), InkscapeApplication::set_active_desktop(), InkscapeApplication::set_active_document(), InkscapeApplication::set_active_selection(), and show_output().
Referenced by add_actions_file().
void file_open_with_window | ( | const Glib::VariantBase & | value, |
InkscapeApplication * | app | ||
) |
Definition at line 47 of file actions-file.cpp.
References InkscapeApplication::create_window(), InkscapeApplication::get_active_window(), and show_output().
Referenced by add_actions_file().
void file_rebase | ( | const Glib::VariantBase & | value, |
InkscapeApplication * | app | ||
) |
Definition at line 80 of file actions-file.cpp.
References Inkscape::DocumentUndo::done(), InkscapeApplication::get_active_document(), and SPDocument::rebase().
Referenced by add_actions_file().
std::vector<std::vector<Glib::ustring> > hint_data_file |
Definition at line 122 of file actions-file.cpp.
Referenced by add_actions_file().
std::vector<std::vector<Glib::ustring> > raw_data_file |
Definition at line 111 of file actions-file.cpp.
Referenced by add_actions_file().
const Glib::ustring SECTION = NC_("Action Section", "File") |
Definition at line 109 of file actions-file.cpp.